Uses of Enum
org.hl7.fhir.r4.model.CompartmentDefinition.CompartmentType
-
Uses of CompartmentDefinition.CompartmentType in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected Enumeration
<CompartmentDefinition.CompartmentType> CompartmentDefinition.code
Which compartment this definition describes.Modifier and TypeMethodDescriptionCompartmentDefinition.getCode()
Returns the enum constant of this type with the specified name.CompartmentDefinition.CompartmentType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionCompartmentDefinition.CompartmentTypeEnumFactory.fromType
(PrimitiveType<?> code) CompartmentDefinition.getCodeElement()
Modifier and TypeMethodDescriptionCompartmentDefinition.setCode
(CompartmentDefinition.CompartmentType value) CompartmentDefinition.CompartmentTypeEnumFactory.toCode
(CompartmentDefinition.CompartmentType code) CompartmentDefinition.CompartmentTypeEnumFactory.toSystem
(CompartmentDefinition.CompartmentType code) Modifier and TypeMethodDescriptionCompartmentDefinition.setCodeElement
(Enumeration<CompartmentDefinition.CompartmentType> value)