Uses of Class
org.hl7.fhir.r4.model.GraphDefinition.GraphCompartmentRule
-
Packages that use GraphDefinition.GraphCompartmentRule Package Description org.hl7.fhir.r4.model -
-
Uses of GraphDefinition.GraphCompartmentRule in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type GraphDefinition.GraphCompartmentRule Modifier and Type Field Description protected Enumeration<GraphDefinition.GraphCompartmentRule>GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent. ruleidentical | matching | different | no-rule | custom.Methods in org.hl7.fhir.r4.model that return GraphDefinition.GraphCompartmentRule Modifier and Type Method Description static GraphDefinition.GraphCompartmentRuleGraphDefinition.GraphCompartmentRule. fromCode(String codeString)GraphDefinition.GraphCompartmentRuleGraphDefinition.GraphCompartmentRuleEnumFactory. fromCode(String codeString)GraphDefinition.GraphCompartmentRuleGraphDefinition.GraphDefinitionLinkTargetCompartmentComponent. getRule()static GraphDefinition.GraphCompartmentRuleGraphDefinition.GraphCompartmentRule. valueOf(String name)Returns the enum constant of this type with the specified name.static GraphDefinition.GraphCompartmentRule[]GraphDefinition.GraphCompartmentRule. 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.GraphCompartmentRule Modifier and Type Method Description Enumeration<GraphDefinition.GraphCompartmentRule>GraphDefinition.GraphCompartmentRuleEnumFactory. fromType(Base code)Enumeration<GraphDefinition.GraphCompartmentRule>GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent. getRuleElement()Methods in org.hl7.fhir.r4.model with parameters of type GraphDefinition.GraphCompartmentRule Modifier and Type Method Description GraphDefinition.GraphDefinitionLinkTargetCompartmentComponentGraphDefinition.GraphDefinitionLinkTargetCompartmentComponent. setRule(GraphDefinition.GraphCompartmentRule value)StringGraphDefinition.GraphCompartmentRuleEnumFactory. toCode(GraphDefinition.GraphCompartmentRule code)StringGraphDefinition.GraphCompartmentRuleEnumFactory. toSystem(GraphDefinition.GraphCompartmentRule code)Method parameters in org.hl7.fhir.r4.model with type arguments of type GraphDefinition.GraphCompartmentRule Modifier and Type Method Description GraphDefinition.GraphDefinitionLinkTargetCompartmentComponentGraphDefinition.GraphDefinitionLinkTargetCompartmentComponent. setRuleElement(Enumeration<GraphDefinition.GraphCompartmentRule> value)
-