Uses of Class
org.hl7.fhir.r4.model.codesystems.UsageContextType
-
Packages that use UsageContextType Package Description org.hl7.fhir.r4.model.codesystems -
-
Uses of UsageContextType in org.hl7.fhir.r4.model.codesystems
Methods in org.hl7.fhir.r4.model.codesystems that return UsageContextType Modifier and Type Method Description static UsageContextTypeUsageContextType. fromCode(String codeString)UsageContextTypeUsageContextTypeEnumFactory. fromCode(String codeString)static UsageContextTypeUsageContextType. valueOf(String name)Returns the enum constant of this type with the specified name.static UsageContextType[]UsageContextType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4.model.codesystems with parameters of type UsageContextType Modifier and Type Method Description StringUsageContextTypeEnumFactory. toCode(UsageContextType code)StringUsageContextTypeEnumFactory. toSystem(UsageContextType code)
-