Interface PackageVisitor.IPackageVisitorProcessor
- All Known Implementing Classes:
SearchParameterAnalysis
,VSACFinder
- Enclosing class:
PackageVisitor
public static interface PackageVisitor.IPackageVisitorProcessor
-
Method Summary
Modifier and TypeMethodDescriptionvoid
alreadyVisited
(String pid) void
void
processResource
(PackageVisitor.PackageContext context, Object clientContext, String type, String id, byte[] content)
-
Method Details
-
startPackage
Object startPackage(PackageVisitor.PackageContext context) throws org.hl7.fhir.exceptions.FHIRException, IOException, org.hl7.fhir.r5.utils.EOperationOutcome - Throws:
org.hl7.fhir.exceptions.FHIRException
IOException
org.hl7.fhir.r5.utils.EOperationOutcome
-
processResource
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 - Throws:
org.hl7.fhir.exceptions.FHIRException
IOException
org.hl7.fhir.r5.utils.EOperationOutcome
-
finishPackage
void finishPackage(PackageVisitor.PackageContext context) throws org.hl7.fhir.exceptions.FHIRException, IOException, org.hl7.fhir.r5.utils.EOperationOutcome - Throws:
org.hl7.fhir.exceptions.FHIRException
IOException
org.hl7.fhir.r5.utils.EOperationOutcome
-
alreadyVisited
void alreadyVisited(String pid) throws org.hl7.fhir.exceptions.FHIRException, IOException, org.hl7.fhir.r5.utils.EOperationOutcome - Throws:
org.hl7.fhir.exceptions.FHIRException
IOException
org.hl7.fhir.r5.utils.EOperationOutcome
-