Interface PackageVisitor.IPackageVisitorProcessor
- All Known Implementing Classes:
SearchParameterAnalysis
- Enclosing class:
- PackageVisitor
public static interface PackageVisitor.IPackageVisitorProcessor
-
Method Summary
Modifier and TypeMethodDescriptionvoidprocessResource(String pid, String version, String type, byte[] content)
-
Method Details
-
processResource
void processResource(String pid, String version, String type, byte[] content) throws org.hl7.fhir.exceptions.FHIRException- Throws:
org.hl7.fhir.exceptions.FHIRException
-