Uses of Class
com.ibm.fhir.model.type.code.ExtensionContextType
-
Packages that use ExtensionContextType Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of ExtensionContextType in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return ExtensionContextType Modifier and Type Method Description ExtensionContextTypeStructureDefinition.Context. getType()Defines how to interpret the expression that defines what the context of the extension is.Methods in com.ibm.fhir.model.resource with parameters of type ExtensionContextType Modifier and Type Method Description StructureDefinition.Context.BuilderStructureDefinition.Context.Builder. type(ExtensionContextType type)Defines how to interpret the expression that defines what the context of the extension is. -
Uses of ExtensionContextType in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as ExtensionContextType Modifier and Type Field Description static ExtensionContextTypeExtensionContextType. ELEMENTElement IDstatic ExtensionContextTypeExtensionContextType. EXTENSIONExtension URLstatic ExtensionContextTypeExtensionContextType. FHIRPATHFHIRPathMethods in com.ibm.fhir.model.type.code that return ExtensionContextType Modifier and Type Method Description ExtensionContextTypeExtensionContextType.Builder. build()static ExtensionContextTypeExtensionContextType. of(ExtensionContextType.ValueSet value)Factory method for creating ExtensionContextType objects from a passed enum value.static ExtensionContextTypeExtensionContextType. of(String value)Factory method for creating ExtensionContextType objects from a passed string value.
-