Uses of Class
ca.uhn.fhir.context.FhirContext
-
-
Uses of FhirContext in ca.uhn.fhir.context
Methods in ca.uhn.fhir.context that return FhirContext Modifier and Type Method Description static FhirContextFhirContext. forDstu2()Creates and returns a new FhirContext with versionDSTU2static FhirContextFhirContext. forDstu2_1()Creates and returns a new FhirContext with versionDSTU2(2016 May DSTU3 Snapshot)static FhirContextFhirContext. forDstu2Hl7Org()Creates and returns a new FhirContext with versionDSTU2(using the Reference Implementation Structures)static FhirContextFhirContext. forDstu3()Creates and returns a new FhirContext with versionDSTU3static FhirContextFhirContext. forR4()Creates and returns a new FhirContext with versionR4static FhirContextFhirContext. forR5()Creates and returns a new FhirContext with versionR5FhirContextFhirVersionEnum. newContext()Methods in ca.uhn.fhir.context with parameters of type FhirContext Modifier and Type Method Description voidRuntimeCompositeDatatypeDefinition. sealAndInitialize(FhirContext theContext, Map<Class<? extends IBase>,BaseRuntimeElementDefinition<?>> theClassToElementDefinitions)voidRuntimeExtensionDtDefinition. sealAndInitialize(FhirContext theContext, Map<Class<? extends IBase>,BaseRuntimeElementDefinition<?>> theClassToElementDefinitions)voidRuntimeResourceDefinition. sealAndInitialize(FhirContext theContext, Map<Class<? extends IBase>,BaseRuntimeElementDefinition<?>> theClassToElementDefinitions)Constructors in ca.uhn.fhir.context with parameters of type FhirContext Constructor Description BaseRuntimeElementCompositeDefinition(String theName, Class<? extends T> theImplementingClass, boolean theStandardType, FhirContext theContext, Map<Class<? extends IBase>,BaseRuntimeElementDefinition<?>> theClassToElementDefinitions)RuntimeChildResourceBlockDefinition(FhirContext theContext, Field theField, Child theChildAnnotation, Description theDescriptionAnnotation, String theElementName, Class<? extends IBase> theResourceBlockType)RuntimeCompositeDatatypeDefinition(DatatypeDef theDef, Class<? extends ICompositeType> theImplementingClass, boolean theStandardType, FhirContext theContext, Map<Class<? extends IBase>,BaseRuntimeElementDefinition<?>> theClassToElementDefinitions)RuntimeExtensionDtDefinition(DatatypeDef theDef, Class<? extends ICompositeType> theImplementingClass, boolean theStandardType, FhirContext theContext, Map<Class<? extends IBase>,BaseRuntimeElementDefinition<?>> theClassToElementDefinitions)RuntimeResourceBlockDefinition(String theName, Class<? extends IBase> theImplementingClass, boolean theStandardType, FhirContext theContext, Map<Class<? extends IBase>,BaseRuntimeElementDefinition<?>> theClassToElementDefinitions)RuntimeResourceDefinition(FhirContext theContext, String theResourceName, Class<? extends IBaseResource> theClass, ResourceDef theResourceAnnotation, boolean theStandardType, Map<Class<? extends IBase>,BaseRuntimeElementDefinition<?>> theClassToElementDefinitions) -
Uses of FhirContext in ca.uhn.fhir.context.support
Methods in ca.uhn.fhir.context.support with parameters of type FhirContext Modifier and Type Method Description EVS_OUTIContextValidationSupport. expandValueSet(FhirContext theContext, EVS_IN theInclude)Expands the given portion of a ValueSetList<IBaseResource>IContextValidationSupport. fetchAllConformanceResources(FhirContext theContext)Load and return all conformance resources associated with this validation support module.List<SDT>IContextValidationSupport. fetchAllStructureDefinitions(FhirContext theContext)Load and return all possible structure definitionsCSTIContextValidationSupport. fetchCodeSystem(FhirContext theContext, String theSystem)Fetch a code system by ID<T extends IBaseResource>
TIContextValidationSupport. fetchResource(FhirContext theContext, Class<T> theClass, String theUri)Loads a resource needed by the validation (a StructureDefinition, or a ValueSet)SDTIContextValidationSupport. fetchStructureDefinition(FhirContext theCtx, String theUrl)IBaseResourceIContextValidationSupport. fetchValueSet(FhirContext theContext, String theValueSetUrl)Fetch the given ValueSet by URLbooleanIContextValidationSupport. isCodeSystemSupported(FhirContext theContext, String theSystem)Returnstrueif codes in the given code system can be expanded or validatedIContextValidationSupport.LookupCodeResultIContextValidationSupport. lookupCode(FhirContext theContext, String theSystem, String theCode)Look up a code using the system and code valueIBaseParametersIContextValidationSupport.LookupCodeResult. toParameters(FhirContext theContext, List<? extends IPrimitiveType<String>> theProperties)IContextValidationSupport.CodeValidationResultIContextValidationSupport. validateCode(FhirContext theContext, String theCodeSystem, String theCode, String theDisplay, String theValueSetUrl)Validates that the given code exists and if possible returns a display name.default IContextValidationSupport.CodeValidationResultIContextValidationSupport. validateCodeInValueSet(FhirContext theContext, String theCodeSystem, String theCode, String theDisplay, IBaseResource theValueSet)Validates that the given code exists and if possible returns a display name. -
Uses of FhirContext in ca.uhn.fhir.model.api
Methods in ca.uhn.fhir.model.api with parameters of type FhirContext Modifier and Type Method Description IFluentPathIFhirVersion. createFluentPathExecutor(FhirContext theFhirContext)StringIQueryParameterType. getValueAsQueryToken(FhirContext theContext)Returns a representation of this parameter's value as it will be represented "over the wire".IVersionSpecificBundleFactoryIFhirVersion. newBundleFactory(FhirContext theContext)voidIQueryParameterType. setValueAsQueryToken(FhirContext theContext, String theParamName, String theQualifier, String theValue)This method is generally only called by HAPI itself, and should not need to be called from user code.voidIQueryParameterAnd. setValuesAsQueryTokens(FhirContext theContext, String theParamName, List<QualifiedParamList> theParameters)See FHIR specification 2.2.2 Search SearchParameter Types for information on the token formatvoidIQueryParameterOr. setValuesAsQueryTokens(FhirContext theContext, String theParamName, QualifiedParamList theParameters) -
Uses of FhirContext in ca.uhn.fhir.model.base.composite
Methods in ca.uhn.fhir.model.base.composite with parameters of type FhirContext Modifier and Type Method Description StringBaseCodingDt. getValueAsQueryToken(FhirContext theContext)Returns a representation of this parameter's value as it will be represented "over the wire".StringBaseIdentifierDt. getValueAsQueryToken(FhirContext theContext)Returns a representation of this parameter's value as it will be represented "over the wire".StringBaseQuantityDt. getValueAsQueryToken(FhirContext theContext)voidBaseCodingDt. setValueAsQueryToken(FhirContext theContext, String theParamName, String theQualifier, String theParameter)This method is generally only called by HAPI itself, and should not need to be called from user code.voidBaseIdentifierDt. setValueAsQueryToken(FhirContext theContext, String theParamName, String theQualifier, String theParameter)This method is generally only called by HAPI itself, and should not need to be called from user code.voidBaseQuantityDt. setValueAsQueryToken(FhirContext theContext, String theParamName, String theQualifier, String theValue) -
Uses of FhirContext in ca.uhn.fhir.model.primitive
Methods in ca.uhn.fhir.model.primitive with parameters of type FhirContext Modifier and Type Method Description StringStringDt. getValueAsQueryToken(FhirContext theContext)Returns a representation of this parameter's value as it will be represented "over the wire".voidStringDt. setValueAsQueryToken(FhirContext theContext, String theParamName, String theQualifier, String theValue)This method is generally only called by HAPI itself, and should not need to be called from user code. -
Uses of FhirContext in ca.uhn.fhir.model.view
Constructors in ca.uhn.fhir.model.view with parameters of type FhirContext Constructor Description ViewGenerator(FhirContext theFhirContext) -
Uses of FhirContext in ca.uhn.fhir.narrative
Methods in ca.uhn.fhir.narrative with parameters of type FhirContext Modifier and Type Method Description booleanBaseThymeleafNarrativeGenerator. populateResourceNarrative(FhirContext theFhirContext, IBaseResource theResource)booleanINarrativeGenerator. populateResourceNarrative(FhirContext theFhirContext, IBaseResource theResource)Generate any narratives for the given resource that have applicable templates, and populates the appropriate field(s). -
Uses of FhirContext in ca.uhn.fhir.narrative2
Methods in ca.uhn.fhir.narrative2 with parameters of type FhirContext Modifier and Type Method Description protected abstract StringBaseNarrativeGenerator. applyTemplate(FhirContext theFhirContext, INarrativeTemplate theTemplate, IBase theTargetContext)protected StringThymeleafNarrativeGenerator. applyTemplate(FhirContext theFhirContext, INarrativeTemplate theTemplate, IBase theTargetContext)List<INarrativeTemplate>INarrativeTemplateManifest. getTemplateByElement(FhirContext theFhirContext, EnumSet<TemplateTypeEnum> theStyles, IBase theElementValue)List<INarrativeTemplate>NarrativeTemplateManifest. getTemplateByElement(FhirContext theFhirContext, EnumSet<TemplateTypeEnum> theStyles, IBase theElement)List<INarrativeTemplate>INarrativeTemplateManifest. getTemplateByName(FhirContext theFhirContext, EnumSet<TemplateTypeEnum> theStyles, String theName)List<INarrativeTemplate>NarrativeTemplateManifest. getTemplateByName(FhirContext theFhirContext, EnumSet<TemplateTypeEnum> theStyles, String theName)List<INarrativeTemplate>INarrativeTemplateManifest. getTemplateByResourceName(FhirContext theFhirContext, EnumSet<TemplateTypeEnum> theStyles, String theResourceName)List<INarrativeTemplate>NarrativeTemplateManifest. getTemplateByResourceName(FhirContext theFhirContext, EnumSet<TemplateTypeEnum> theStyles, String theResourceName)booleanBaseNarrativeGenerator. populateResourceNarrative(FhirContext theFhirContext, IBaseResource theResource)booleanNullNarrativeGenerator. populateResourceNarrative(FhirContext theFhirContext, IBaseResource theResource) -
Uses of FhirContext in ca.uhn.fhir.parser
Constructors in ca.uhn.fhir.parser with parameters of type FhirContext Constructor Description BaseParser(FhirContext theContext, IParserErrorHandler theParserErrorHandler)ConstructorJsonParser(FhirContext theContext, IParserErrorHandler theParserErrorHandler)Do not use this constructor, the recommended way to obtain a new instance of the JSON parser is to invokenewJsonParser().RDFParser(FhirContext context, IParserErrorHandler parserErrorHandler, org.apache.jena.riot.Lang lang)Do not use this constructor, the recommended way to obtain a new instance of the RDF parser is to invokenewRDFParser().XmlParser(FhirContext theContext, IParserErrorHandler theParserErrorHandler)Do not use this constructor, the recommended way to obtain a new instance of the XML parser is to invokenewXmlParser(). -
Uses of FhirContext in ca.uhn.fhir.rest.api
Methods in ca.uhn.fhir.rest.api with parameters of type FhirContext Modifier and Type Method Description abstract IParserEncodingEnum. newParser(FhirContext theContext)Constructors in ca.uhn.fhir.rest.api with parameters of type FhirContext Constructor Description QualifiedParamList(IQueryParameterOr<?> theNextOr, FhirContext theContext) -
Uses of FhirContext in ca.uhn.fhir.rest.client.api
Methods in ca.uhn.fhir.rest.client.api that return FhirContext Modifier and Type Method Description FhirContextIRestfulClient. getFhirContext()Returns the FHIR context associated with this clientMethods in ca.uhn.fhir.rest.client.api with parameters of type FhirContext Modifier and Type Method Description IHttpRequestIHttpClient. createBinaryRequest(FhirContext theContext, IBaseBinary theBinary)Create a binary requestIHttpRequestIHttpClient. createByteRequest(FhirContext theContext, String theContents, String theContentType, EncodingEnum theEncoding)Create a byte requestIHttpRequestIHttpClient. createGetRequest(FhirContext theContext, EncodingEnum theEncoding)Create a normal http get requestIHttpRequestIHttpClient. createParamRequest(FhirContext theContext, Map<String,List<String>> theParams, EncodingEnum theEncoding)Create a parameter requeststatic StringHttpClientUtil. createUserAgentString(FhirContext theContext, String theClientType) -
Uses of FhirContext in ca.uhn.fhir.rest.gclient
Methods in ca.uhn.fhir.rest.gclient with parameters of type FhirContext Modifier and Type Method Description StringCompositeCriterion. getParameterValue(FhirContext theContext)StringICriterionInternal. getParameterValue(FhirContext theContext) -
Uses of FhirContext in ca.uhn.fhir.rest.param
Methods in ca.uhn.fhir.rest.param with parameters of type FhirContext Modifier and Type Method Description static IntegerParameterUtil. findIdParameterIndex(Method theMethod, FhirContext theContext)Class<? extends IBaseResource>ReferenceParam. getResourceType(FhirContext theCtx)static IQueryParameterAnd<?>ParameterUtil. parseQueryParams(FhirContext theContext, RuntimeSearchParam theParamDef, String theUnqualifiedParamName, List<QualifiedParamList> theParameters)This is a utility method intended provided to help the JPA module.static IQueryParameterAnd<?>ParameterUtil. parseQueryParams(FhirContext theContext, RestSearchParameterTypeEnum paramType, String theUnqualifiedParamName, List<QualifiedParamList> theParameters)This is a utility method intended provided to help the JPA module.voidBaseAndListParam. setValuesAsQueryTokens(FhirContext theContext, String theParamName, List<QualifiedParamList> theParameters)voidDateParam. setValuesAsQueryTokens(FhirContext theContext, String theParamName, QualifiedParamList theParameters)voidDateRangeParam. setValuesAsQueryTokens(FhirContext theContext, String theParamName, List<QualifiedParamList> theParameters)DateParamReferenceParam. toDateParam(FhirContext theContext)Returns a new param containing the same value as this param, but with the type copnverted toDateParam.NumberParamReferenceParam. toNumberParam(FhirContext theContext)Returns a new param containing the same value as this param, but with the type copnverted toNumberParam.QuantityParamReferenceParam. toQuantityParam(FhirContext theContext)Returns a new param containing the same value as this param, but with the type copnverted toQuantityParam.StringParamReferenceParam. toStringParam(FhirContext theContext)Returns a new param containing the same value as this param, but with the type copnverted toStringParam.TokenParamReferenceParam. toTokenParam(FhirContext theContext)Returns a new param containing the same value as this param, but with the type copnverted toTokenParam. -
Uses of FhirContext in ca.uhn.fhir.rest.param.binder
Methods in ca.uhn.fhir.rest.param.binder with parameters of type FhirContext Modifier and Type Method Description List<IQueryParameterOr<?>>IParamBinder. encode(FhirContext theContext, T theString)List<IQueryParameterOr<?>>QueryParameterAndBinder. encode(FhirContext theContext, IQueryParameterAnd<?> theString)List<IQueryParameterOr<?>>QueryParameterOrBinder. encode(FhirContext theContext, IQueryParameterOr<?> theValue)List<IQueryParameterOr<?>>QueryParameterTypeBinder. encode(FhirContext theContext, IQueryParameterType theValue)TIParamBinder. parse(FhirContext theContext, String theName, List<QualifiedParamList> theList)IQueryParameterAnd<?>QueryParameterAndBinder. parse(FhirContext theContext, String theParamName, List<QualifiedParamList> theString)IQueryParameterOr<?>QueryParameterOrBinder. parse(FhirContext theContext, String theParamName, List<QualifiedParamList> theString)IQueryParameterTypeQueryParameterTypeBinder. parse(FhirContext theContext, String theParamName, List<QualifiedParamList> theParams) -
Uses of FhirContext in ca.uhn.fhir.rest.server.exceptions
Constructors in ca.uhn.fhir.rest.server.exceptions with parameters of type FhirContext Constructor Description UnprocessableEntityException(FhirContext theCtx, IBaseOperationOutcome theOperationOutcome)Constructor which accepts anIBaseOperationOutcomeresource which will be supplied in the response -
Uses of FhirContext in ca.uhn.fhir.util
Methods in ca.uhn.fhir.util with parameters of type FhirContext Modifier and Type Method Description static IBaseOperationOutcomeUtil. addIssue(FhirContext theCtx, IBaseOperationOutcome theOperationOutcome, String theSeverity, String theDetails, String theLocation, String theCode)Add an issue to an OperationOutcomestatic voidOperationOutcomeUtil. addLocationToIssue(FhirContext theContext, IBase theIssue, String theLocation)static IBaseParametersUtil. addParameterToParameters(FhirContext theContext, IBaseParameters theParameters, String theName)Add a parameter with no value (typically because we'll be adding sub-parameters)static voidParametersUtil. addParameterToParameters(FhirContext theContext, IBaseParameters theParameters, String theName, Object theValue)Add a paratemer value to a Parameters resourcestatic voidParametersUtil. addParameterToParameters(FhirContext theContext, IBaseParameters theParameters, String theName, String thePrimitiveDatatype, String theValue)Add a paratemer value to a Parameters resourcestatic voidParametersUtil. addParameterToParametersBoolean(FhirContext theCtx, IBaseParameters theParameters, String theName, boolean theValue)static voidParametersUtil. addParameterToParametersCode(FhirContext theCtx, IBaseParameters theParameters, String theName, String theValue)static voidParametersUtil. addParameterToParametersInteger(FhirContext theCtx, IBaseParameters theParameters, String theName, int theValue)static voidParametersUtil. addParameterToParametersReference(FhirContext theCtx, IBaseParameters theParameters, String theName, String theReference)static voidParametersUtil. addParameterToParametersString(FhirContext theCtx, IBaseParameters theParameters, String theName, String theValue)static voidParametersUtil. addParameterToParametersUri(FhirContext theCtx, IBaseParameters theParameters, String theName, String theValue)static voidParametersUtil. addPartCode(FhirContext theContext, IBase theParameter, String theName, String theCode)static voidParametersUtil. addPartCoding(FhirContext theContext, IBase theParameter, String theName, String theSystem, String theCode, String theDisplay)static voidParametersUtil. addPartString(FhirContext theContext, IBase theParameter, String theName, String theValue)static IPrimitiveType<?>ParametersUtil. createCode(FhirContext theContext, String theValue)static IPrimitiveType<?>ParametersUtil. createString(FhirContext theContext, String theValue)static IPrimitiveType<?>ParametersUtil. createUri(FhirContext theContext, String theValue)static List<String>SearchParameterUtil. getBaseAsStrings(FhirContext theContext, IBaseResource theResource)static List<org.apache.commons.lang3.tuple.Pair<String,IBaseResource>>BundleUtil. getBundleEntryUrlsAndResources(FhirContext theContext, IBaseBundle theBundle)static StringBundleUtil. getBundleType(FhirContext theContext, IBaseBundle theBundle)static StringOperationOutcomeUtil. getFirstIssueDetails(FhirContext theCtx, IBaseOperationOutcome theOutcome)static StringOperationOutcomeUtil. getFirstIssueLocation(FhirContext theCtx, IBaseOperationOutcome theOutcome)static intOperationOutcomeUtil. getIssueCount(FhirContext theCtx, IBaseOperationOutcome theOutcome)static StringBundleUtil. getLinkUrlOfType(FhirContext theContext, IBaseBundle theBundle, String theLinkRelation)static List<String>ParametersUtil. getNamedParameterValuesAsString(FhirContext theCtx, IBaseParameters theParameters, String theParameterName)static IPrimitiveType<String>AttachmentUtil. getOrCreateContentType(FhirContext theContext, ICompositeType theAttachment)static IPrimitiveType<byte[]>AttachmentUtil. getOrCreateData(FhirContext theContext, ICompositeType theAttachment)Fetches the base64Binary value of Attachment.data, creating it if it does not already exist.static IPrimitiveType<byte[]>BinaryUtil. getOrCreateData(FhirContext theContext, IBaseBinary theBinary)Fetches the base64Binary value of Binary.data (or Binary.content on versions of FHIR before R4), creating it if it does not already exist.static IPrimitiveType<String>AttachmentUtil. getOrCreateUrl(FhirContext theContext, ICompositeType theAttachment)static IBaseReferenceBinaryUtil. getSecurityContext(FhirContext theCtx, IBaseBinary theBinary)static StringMetaUtil. getSource(FhirContext theContext, IBaseMetaType theMeta)static IntegerBundleUtil. getTotal(FhirContext theContext, IBaseBundle theBundle)static booleanOperationOutcomeUtil. hasIssues(FhirContext theCtx, IBaseOperationOutcome theOutcome)Returns true if the given OperationOutcome has 1 or more Operation.issue repetitionsstatic IBaseBinaryBinaryUtil. newBinary(FhirContext theCtx)static ICompositeTypeAttachmentUtil. newInstance(FhirContext theFhirCtx)static IBaseOperationOutcomeOperationOutcomeUtil. newInstance(FhirContext theCtx)static IBaseParametersParametersUtil. newInstance(FhirContext theContext)static RuntimeResourceDefinitionUrlUtil. parseUrlResourceType(FhirContext theCtx, String theUrl)static voidBundleUtil. processEntries(FhirContext theContext, IBaseBundle theBundle, Consumer<ModifiableBundleEntry> theProcessor)static voidAttachmentUtil. setContentType(FhirContext theContext, ICompositeType theAttachment, String theContentType)static voidAttachmentUtil. setData(FhirContext theContext, ICompositeType theAttachment, byte[] theBytes)static voidSubscriptionUtil. setReason(FhirContext theContext, IBaseResource theSubscription, String theMessage)static voidBinaryUtil. setSecurityContext(FhirContext theCtx, IBaseBinary theBinary, String theSecurityContext)static voidAttachmentUtil. setSize(FhirContext theContext, ICompositeType theAttachment, Integer theLength)static voidMetaUtil. setSource(FhirContext theContext, IBaseMetaType theMeta, String theValue)static voidMetaUtil. setSource(FhirContext theContext, IBaseResource theResource, String theValue)Sets the value forResource.meta.sourcefor R4+ resources, and places the value in an extension onResource.metawith the URLhttp://hapifhir.io/fhir/StructureDefinition/resource-meta-sourcefor DSTU3.static voidSubscriptionUtil. setStatus(FhirContext theContext, IBaseResource theSubscription, String theStatus)static voidBundleUtil. setTotal(FhirContext theContext, IBaseBundle theBundle, Integer theTotal)static voidAttachmentUtil. setUrl(FhirContext theContext, ICompositeType theAttachment, String theUrl)static List<BundleEntryParts>BundleUtil. toListOfEntries(FhirContext theContext, IBaseBundle theBundle)Extract all of the resources from a given bundlestatic List<IBaseResource>BundleUtil. toListOfResources(FhirContext theContext, IBaseBundle theBundle)Extract all of the resources from a given bundlestatic <T extends IBaseResource>
List<T>BundleUtil. toListOfResourcesOfType(FhirContext theContext, IBaseBundle theBundle, Class<T> theTypeToInclude)Extract all of the resources of a given type from a given bundleConstructors in ca.uhn.fhir.util with parameters of type FhirContext Constructor Description FhirTerser(FhirContext theContext)ResourceReferenceInfo(FhirContext theContext, IBaseResource theOwningResource, List<String> thePathToElement, IBaseReference theElement) -
Uses of FhirContext in ca.uhn.fhir.util.bundle
Methods in ca.uhn.fhir.util.bundle with parameters of type FhirContext Modifier and Type Method Description voidModifiableBundleEntry. setRequestUrl(FhirContext theFhirContext, String theRequestUrl) -
Uses of FhirContext in ca.uhn.fhir.validation
Fields in ca.uhn.fhir.validation declared as FhirContext Modifier and Type Field Description protected FhirContextBaseValidationContext. myFhirContextMethods in ca.uhn.fhir.validation that return FhirContext Modifier and Type Method Description FhirContextIValidationContext. getFhirContext()Methods in ca.uhn.fhir.validation with parameters of type FhirContext Modifier and Type Method Description static <T extends IBaseResource>
IValidationContext<T>ValidationContext. forResource(FhirContext theContext, T theResource, ValidationOptions theOptions)static IValidationContext<IBaseResource>ValidationContext. forText(FhirContext theContext, String theResourceBody, ValidationOptions theOptions)Constructors in ca.uhn.fhir.validation with parameters of type FhirContext Constructor Description FhirValidator(FhirContext theFhirContext)Constructor (this should not be called directly, but rathernewValidator()should be called to obtain an instance ofFhirValidator)SchemaBaseValidator(FhirContext theContext)ValidationFailureException(FhirContext theCtx, IBaseOperationOutcome theOperationOutcome)ValidationResult(FhirContext theCtx, List<SingleValidationMessage> theMessages) -
Uses of FhirContext in ca.uhn.fhir.validation.schematron
Methods in ca.uhn.fhir.validation.schematron with parameters of type FhirContext Modifier and Type Method Description static IValidatorModuleSchematronProvider. getSchematronValidatorInstance(FhirContext myContext)static booleanSchematronProvider. isSchematronAvailable(FhirContext theFhirContext)Constructors in ca.uhn.fhir.validation.schematron with parameters of type FhirContext Constructor Description SchematronBaseValidator(FhirContext theContext)Constructor
-