HS.FHIR.vSTU3.Repository.BundleProcessor
deprecated class HS.FHIR.vSTU3.Repository.BundleProcessor extends HS.FHIR.vCommon.Repository.BundleProcessor
THIS CLASS IS DEPRECATED Use HS.FHIRServer.* instead.Parameters
parameter BundleValidatorClass = HS.FHIR.vSTU3.Repository.BundleValidator;
Class that provides the FHIR Bundle resource validation logic for this Bundle processing class.
The BundleValidatorClass must implement the class methods ValidateBundle and ValidateBundleStream.
The class is intended to handle Bundle-specific validation, i.e., the rules applying to transaction,
batch, document, and message Bundles.
parameter StorageClass = HS.FHIR.vSTU3.Repository.Storage;
The class to use for handling direct interaction with the desired data and storage model.