Uses of Class
org.hl7.fhir.r4.model.CompartmentDefinition.CompartmentType
-
Packages that use CompartmentDefinition.CompartmentType Package Description org.hl7.fhir.r4.model -
-
Uses of CompartmentDefinition.CompartmentType in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type CompartmentDefinition.CompartmentType Modifier and Type Field Description protected Enumeration<CompartmentDefinition.CompartmentType>CompartmentDefinition. codeWhich compartment this definition describes.Methods in org.hl7.fhir.r4.model that return CompartmentDefinition.CompartmentType Modifier and Type Method Description static CompartmentDefinition.CompartmentTypeCompartmentDefinition.CompartmentType. fromCode(String codeString)CompartmentDefinition.CompartmentTypeCompartmentDefinition.CompartmentTypeEnumFactory. fromCode(String codeString)CompartmentDefinition.CompartmentTypeCompartmentDefinition. getCode()static CompartmentDefinition.CompartmentTypeCompartmentDefinition.CompartmentType. valueOf(String name)Returns the enum constant of this type with the specified name.static CompartmentDefinition.CompartmentType[]CompartmentDefinition.CompartmentType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4.model that return types with arguments of type CompartmentDefinition.CompartmentType Modifier and Type Method Description Enumeration<CompartmentDefinition.CompartmentType>CompartmentDefinition.CompartmentTypeEnumFactory. fromType(Base code)Enumeration<CompartmentDefinition.CompartmentType>CompartmentDefinition. getCodeElement()Methods in org.hl7.fhir.r4.model with parameters of type CompartmentDefinition.CompartmentType Modifier and Type Method Description CompartmentDefinitionCompartmentDefinition. setCode(CompartmentDefinition.CompartmentType value)StringCompartmentDefinition.CompartmentTypeEnumFactory. toCode(CompartmentDefinition.CompartmentType code)StringCompartmentDefinition.CompartmentTypeEnumFactory. toSystem(CompartmentDefinition.CompartmentType code)Method parameters in org.hl7.fhir.r4.model with type arguments of type CompartmentDefinition.CompartmentType Modifier and Type Method Description CompartmentDefinitionCompartmentDefinition. setCodeElement(Enumeration<CompartmentDefinition.CompartmentType> value)
-