Uses of Class
org.hl7.fhir.r5.model.Enumerations.CompartmentType
-
Packages that use Enumerations.CompartmentType Package Description org.hl7.fhir.r5.model -
-
Uses of Enumerations.CompartmentType in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Enumerations.CompartmentType Modifier and Type Field Description protected Enumeration<Enumerations.CompartmentType>CompartmentDefinition. codeWhich compartment this definition describes.protected Enumeration<Enumerations.CompartmentType>GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent. codeIdentifies the compartment.Methods in org.hl7.fhir.r5.model that return Enumerations.CompartmentType Modifier and Type Method Description static Enumerations.CompartmentTypeEnumerations.CompartmentType. fromCode(String codeString)Enumerations.CompartmentTypeEnumerations.CompartmentTypeEnumFactory. fromCode(String codeString)Enumerations.CompartmentTypeCompartmentDefinition. getCode()Enumerations.CompartmentTypeGraphDefinition.GraphDefinitionLinkTargetCompartmentComponent. getCode()static Enumerations.CompartmentTypeEnumerations.CompartmentType. valueOf(String name)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.CompartmentType Modifier and Type Method Description Enumeration<Enumerations.CompartmentType>Enumerations.CompartmentTypeEnumFactory. fromType(Base code)Enumeration<Enumerations.CompartmentType>CompartmentDefinition. getCodeElement()Enumeration<Enumerations.CompartmentType>GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent. getCodeElement()Methods in org.hl7.fhir.r5.model with parameters of type Enumerations.CompartmentType Modifier and Type Method Description CompartmentDefinitionCompartmentDefinition. setCode(Enumerations.CompartmentType value)GraphDefinition.GraphDefinitionLinkTargetCompartmentComponentGraphDefinition.GraphDefinitionLinkTargetCompartmentComponent. setCode(Enumerations.CompartmentType value)StringEnumerations.CompartmentTypeEnumFactory. toCode(Enumerations.CompartmentType code)StringEnumerations.CompartmentTypeEnumFactory. toSystem(Enumerations.CompartmentType code)Method parameters in org.hl7.fhir.r5.model with type arguments of type Enumerations.CompartmentType Modifier and Type Method Description CompartmentDefinitionCompartmentDefinition. setCodeElement(Enumeration<Enumerations.CompartmentType> value)GraphDefinition.GraphDefinitionLinkTargetCompartmentComponentGraphDefinition.GraphDefinitionLinkTargetCompartmentComponent. setCodeElement(Enumeration<Enumerations.CompartmentType> value)Constructors in org.hl7.fhir.r5.model with parameters of type Enumerations.CompartmentType Constructor Description CompartmentDefinition(String url, String name, Enumerations.PublicationStatus status, Enumerations.CompartmentType code, boolean search)ConstructorGraphDefinitionLinkTargetCompartmentComponent(GraphDefinition.GraphCompartmentUse use, Enumerations.CompartmentType code, GraphDefinition.GraphCompartmentRule rule)Constructor
-