Package org.hl7.fhir.convertors.misc
Class VSACFinder
java.lang.Object
org.hl7.fhir.convertors.misc.VSACFinder
- All Implemented Interfaces:
PackageVisitor.IPackageVisitorProcessor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
alreadyVisited
(String pid) void
static void
void
processResource
(PackageVisitor.PackageContext context, Object clientContext, String type, String id, byte[] content)
-
Constructor Details
-
VSACFinder
public VSACFinder()
-
-
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.FHIRException
IOException
ParserConfigurationException
SAXException
org.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:
startPackage
in interfacePackageVisitor.IPackageVisitorProcessor
- Throws:
org.hl7.fhir.exceptions.FHIRException
IOException
org.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:
processResource
in interfacePackageVisitor.IPackageVisitorProcessor
- Throws:
org.hl7.fhir.exceptions.FHIRException
IOException
org.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:
finishPackage
in interfacePackageVisitor.IPackageVisitorProcessor
- Throws:
org.hl7.fhir.exceptions.FHIRException
IOException
org.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:
alreadyVisited
in interfacePackageVisitor.IPackageVisitorProcessor
- Throws:
org.hl7.fhir.exceptions.FHIRException
IOException
org.hl7.fhir.r5.utils.EOperationOutcome
-