
Uses of Interface
ca.uhn.fhir.validation.IValidatorModule
Packages that use IValidatorModule
-
Uses of IValidatorModule in ca.uhn.fhir.validation
Subinterfaces of IValidatorModule in ca.uhn.fhir.validationModifier and TypeInterfaceDescriptioninterfaceThis interface marks avalidator modulethat uses the FHIR FhirInstanceValidator as the underlying engine (i.e. it performs profile validation)Classes in ca.uhn.fhir.validation that implement IValidatorModuleMethods in ca.uhn.fhir.validation with parameters of type IValidatorModuleModifier and TypeMethodDescriptionFhirValidator.registerValidatorModule(IValidatorModule theValidator) Add a new validator module to this validator.voidFhirValidator.unregisterValidatorModule(IValidatorModule theValidator) Removes a validator module from this validator. -
Uses of IValidatorModule in ca.uhn.fhir.validation.schematron
Classes in ca.uhn.fhir.validation.schematron that implement IValidatorModuleModifier and TypeClassDescriptionclassThis class is only used using reflection fromSchematronProviderin order to be truly optional.Methods in ca.uhn.fhir.validation.schematron that return IValidatorModuleModifier and TypeMethodDescriptionstatic IValidatorModuleSchematronProvider.getSchematronValidatorInstance(FhirContext myContext) Methods in ca.uhn.fhir.validation.schematron that return types with arguments of type IValidatorModuleModifier and TypeMethodDescriptionstatic Class<? extends IValidatorModule> SchematronProvider.getSchematronValidatorClass()