
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.GraphDefinitionLinkTargetCompartmentComponent.code
Identifies the compartment.Methods in org.hl7.fhir.r5.model that return Enumerations.CompartmentTypeModifier and TypeMethodDescriptionstatic Enumerations.CompartmentType
CompartmentDefinition.getCode()
GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent.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 TypeMethodDescriptionCompartmentDefinition.getCodeElement()
GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent.getCodeElement()
Methods in org.hl7.fhir.r5.model with parameters of type Enumerations.CompartmentTypeModifier and TypeMethodDescriptionCompartmentDefinition.setCode
(Enumerations.CompartmentType value) GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent.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.GraphDefinitionLinkTargetCompartmentComponent.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) ConstructorGraphDefinitionLinkTargetCompartmentComponent
(GraphDefinition.GraphCompartmentUse use, Enumerations.CompartmentType code, GraphDefinition.GraphCompartmentRule rule) Constructor