Uses of Class
com.ibm.fhir.model.type.code.GraphCompartmentRule
-
Packages that use GraphCompartmentRule Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of GraphCompartmentRule in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return GraphCompartmentRule Modifier and Type Method Description GraphCompartmentRuleGraphDefinition.Link.Target.Compartment. getRule()identical | matching | different | no-rule | custom.Methods in com.ibm.fhir.model.resource with parameters of type GraphCompartmentRule Modifier and Type Method Description GraphDefinition.Link.Target.Compartment.BuilderGraphDefinition.Link.Target.Compartment.Builder. rule(GraphCompartmentRule rule)identical | matching | different | no-rule | custom. -
Uses of GraphCompartmentRule in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as GraphCompartmentRule Modifier and Type Field Description static GraphCompartmentRuleGraphCompartmentRule. CUSTOMCustomstatic GraphCompartmentRuleGraphCompartmentRule. DIFFERENTDifferentstatic GraphCompartmentRuleGraphCompartmentRule. IDENTICALIdenticalstatic GraphCompartmentRuleGraphCompartmentRule. MATCHINGMatchingMethods in com.ibm.fhir.model.type.code that return GraphCompartmentRule Modifier and Type Method Description GraphCompartmentRuleGraphCompartmentRule.Builder. build()static GraphCompartmentRuleGraphCompartmentRule. of(GraphCompartmentRule.ValueSet value)Factory method for creating GraphCompartmentRule objects from a passed enum value.static GraphCompartmentRuleGraphCompartmentRule. of(String value)Factory method for creating GraphCompartmentRule objects from a passed string value.
-