Uses of Interface
ca.uhn.fhir.validation.IValidationContext
Packages that use IValidationContext
-
Uses of IValidationContext in ca.uhn.fhir.validation
Classes in ca.uhn.fhir.validation that implement IValidationContextMethods in ca.uhn.fhir.validation that return IValidationContextModifier and TypeMethodDescriptionstatic <T extends IBaseResource>
IValidationContext<T>ValidationContext.forResource(FhirContext theContext, T theResource, ValidationOptions theOptions)static IValidationContext<IBaseResource>ValidationContext.forText(FhirContext theContext, String theResourceBody, ValidationOptions theOptions)static IValidationContext<IBaseResource>ValidationContext.subContext(IValidationContext<IBaseResource> theCtx, IBaseResource theResource, ValidationOptions theOptions)Methods in ca.uhn.fhir.validation with parameters of type IValidationContextModifier and TypeMethodDescriptionstatic IValidationContext<IBaseResource>ValidationContext.subContext(IValidationContext<IBaseResource> theCtx, IBaseResource theResource, ValidationOptions theOptions)voidIValidatorModule.validateResource(IValidationContext<IBaseResource> theCtx)Validate the actual resource.voidSchemaBaseValidator.validateResource(IValidationContext<IBaseResource> theContext) -
Uses of IValidationContext in ca.uhn.fhir.validation.schematron
Methods in ca.uhn.fhir.validation.schematron with parameters of type IValidationContextModifier and TypeMethodDescriptionvoidSchematronBaseValidator.validateResource(IValidationContext<IBaseResource> theCtx)