Uses of Class
org.hl7.fhir.r4.model.GraphDefinition.GraphCompartmentUse
-
Packages that use GraphDefinition.GraphCompartmentUse Package Description org.hl7.fhir.r4.model -
-
Uses of GraphDefinition.GraphCompartmentUse in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type GraphDefinition.GraphCompartmentUse Modifier and Type Field Description protected Enumeration<GraphDefinition.GraphCompartmentUse>GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent. useDefines how the compartment rule is used - whether it it is used to test whether resources are subject to the rule, or whether it is a rule that must be followed.Methods in org.hl7.fhir.r4.model that return GraphDefinition.GraphCompartmentUse Modifier and Type Method Description static GraphDefinition.GraphCompartmentUseGraphDefinition.GraphCompartmentUse. fromCode(String codeString)GraphDefinition.GraphCompartmentUseGraphDefinition.GraphCompartmentUseEnumFactory. fromCode(String codeString)GraphDefinition.GraphCompartmentUseGraphDefinition.GraphDefinitionLinkTargetCompartmentComponent. getUse()static GraphDefinition.GraphCompartmentUseGraphDefinition.GraphCompartmentUse. valueOf(String name)Returns the enum constant of this type with the specified name.static GraphDefinition.GraphCompartmentUse[]GraphDefinition.GraphCompartmentUse. 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 GraphDefinition.GraphCompartmentUse Modifier and Type Method Description Enumeration<GraphDefinition.GraphCompartmentUse>GraphDefinition.GraphCompartmentUseEnumFactory. fromType(Base code)Enumeration<GraphDefinition.GraphCompartmentUse>GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent. getUseElement()Methods in org.hl7.fhir.r4.model with parameters of type GraphDefinition.GraphCompartmentUse Modifier and Type Method Description GraphDefinition.GraphDefinitionLinkTargetCompartmentComponentGraphDefinition.GraphDefinitionLinkTargetCompartmentComponent. setUse(GraphDefinition.GraphCompartmentUse value)StringGraphDefinition.GraphCompartmentUseEnumFactory. toCode(GraphDefinition.GraphCompartmentUse code)StringGraphDefinition.GraphCompartmentUseEnumFactory. toSystem(GraphDefinition.GraphCompartmentUse code)Method parameters in org.hl7.fhir.r4.model with type arguments of type GraphDefinition.GraphCompartmentUse Modifier and Type Method Description GraphDefinition.GraphDefinitionLinkTargetCompartmentComponentGraphDefinition.GraphDefinitionLinkTargetCompartmentComponent. setUseElement(Enumeration<GraphDefinition.GraphCompartmentUse> value)Constructor parameters in org.hl7.fhir.r4.model with type arguments of type GraphDefinition.GraphCompartmentUse Constructor Description GraphDefinitionLinkTargetCompartmentComponent(Enumeration<GraphDefinition.GraphCompartmentUse> use, Enumeration<GraphDefinition.CompartmentCode> code, Enumeration<GraphDefinition.GraphCompartmentRule> rule)Constructor
-