
Uses of Enum
org.hl7.fhir.r5.model.Enumerations.CompartmentType
Packages that use Enumerations.CompartmentType
-
Uses of Enumerations.CompartmentType in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Enumerations.CompartmentTypeModifier and TypeFieldDescriptionprotected Enumeration
<Enumerations.CompartmentType> CompartmentDefinition.code
Which compartment this definition describes.protected Enumeration
<Enumerations.CompartmentType> GraphDefinition.GraphDefinitionLinkCompartmentComponent.code
Identifies the compartment.Methods in org.hl7.fhir.r5.model that return Enumerations.CompartmentTypeModifier and TypeMethodDescriptionstatic Enumerations.CompartmentType
CompartmentDefinition.getCode()
GraphDefinition.GraphDefinitionLinkCompartmentComponent.getCode()
static Enumerations.CompartmentType
Returns the enum constant of this type with the specified name.static Enumerations.CompartmentType[]
Enumerations.CompartmentType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r5.model that return types with arguments of type Enumerations.CompartmentTypeModifier and TypeMethodDescriptionEnumerations.CompartmentTypeEnumFactory.fromType
(PrimitiveType<?> code) CompartmentDefinition.getCodeElement()
GraphDefinition.GraphDefinitionLinkCompartmentComponent.getCodeElement()
Methods in org.hl7.fhir.r5.model with parameters of type Enumerations.CompartmentTypeModifier and TypeMethodDescriptionCompartmentDefinition.setCode
(Enumerations.CompartmentType value) GraphDefinition.GraphDefinitionLinkCompartmentComponent.setCode
(Enumerations.CompartmentType value) Enumerations.CompartmentTypeEnumFactory.toCode
(Enumerations.CompartmentType code) Enumerations.CompartmentTypeEnumFactory.toSystem
(Enumerations.CompartmentType code) Method parameters in org.hl7.fhir.r5.model with type arguments of type Enumerations.CompartmentTypeModifier and TypeMethodDescriptionCompartmentDefinition.setCodeElement
(Enumeration<Enumerations.CompartmentType> value) GraphDefinition.GraphDefinitionLinkCompartmentComponent.setCodeElement
(Enumeration<Enumerations.CompartmentType> value) Constructors in org.hl7.fhir.r5.model with parameters of type Enumerations.CompartmentTypeModifierConstructorDescriptionCompartmentDefinition
(String url, String name, Enumerations.PublicationStatus status, Enumerations.CompartmentType code, boolean search) ConstructorGraphDefinitionLinkCompartmentComponent
(GraphDefinition.GraphCompartmentUse use, GraphDefinition.GraphCompartmentRule rule, Enumerations.CompartmentType code) Constructor