
Package org.hl7.fhir.convertors.misc
Class USGenderFinder
java.lang.Object
org.hl7.fhir.convertors.misc.USGenderFinder
- All Implemented Interfaces:
PackageVisitor.IPackageVisitorProcessor
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidalreadyVisited(String pid) voidstatic voidvoidprocessResource(PackageVisitor.PackageContext context, Object clientContext, String type, String id, byte[] content)
-
Constructor Details
-
USGenderFinder
public USGenderFinder()
-
-
Method Details
-
main
public static void main(String[] args) throws org.hl7.fhir.exceptions.FHIRException, IOException, ParserConfigurationException, SAXException, org.hl7.fhir.r5.utils.EOperationOutcome - Throws:
org.hl7.fhir.exceptions.FHIRExceptionIOExceptionParserConfigurationExceptionSAXExceptionorg.hl7.fhir.r5.utils.EOperationOutcome
-
startPackage
public Object startPackage(PackageVisitor.PackageContext context) throws org.hl7.fhir.exceptions.FHIRException, IOException, org.hl7.fhir.r5.utils.EOperationOutcome - Specified by:
startPackagein interfacePackageVisitor.IPackageVisitorProcessor- Throws:
org.hl7.fhir.exceptions.FHIRExceptionIOExceptionorg.hl7.fhir.r5.utils.EOperationOutcome
-
processResource
public void processResource(PackageVisitor.PackageContext context, Object clientContext, String type, String id, byte[] content) throws org.hl7.fhir.exceptions.FHIRException, IOException, org.hl7.fhir.r5.utils.EOperationOutcome - Specified by:
processResourcein interfacePackageVisitor.IPackageVisitorProcessor- Throws:
org.hl7.fhir.exceptions.FHIRExceptionIOExceptionorg.hl7.fhir.r5.utils.EOperationOutcome
-
finishPackage
public void finishPackage(PackageVisitor.PackageContext context) throws org.hl7.fhir.exceptions.FHIRException, IOException, org.hl7.fhir.r5.utils.EOperationOutcome - Specified by:
finishPackagein interfacePackageVisitor.IPackageVisitorProcessor- Throws:
org.hl7.fhir.exceptions.FHIRExceptionIOExceptionorg.hl7.fhir.r5.utils.EOperationOutcome
-
alreadyVisited
public void alreadyVisited(String pid) throws org.hl7.fhir.exceptions.FHIRException, IOException, org.hl7.fhir.r5.utils.EOperationOutcome - Specified by:
alreadyVisitedin interfacePackageVisitor.IPackageVisitorProcessor- Throws:
org.hl7.fhir.exceptions.FHIRExceptionIOExceptionorg.hl7.fhir.r5.utils.EOperationOutcome
-