Uses of Class
com.ibm.fhir.model.type.code.GraphCompartmentUse
-
Packages that use GraphCompartmentUse Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of GraphCompartmentUse in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return GraphCompartmentUse Modifier and Type Method Description GraphCompartmentUseGraphDefinition.Link.Target.Compartment. getUse()Defines 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 com.ibm.fhir.model.resource with parameters of type GraphCompartmentUse Modifier and Type Method Description GraphDefinition.Link.Target.Compartment.BuilderGraphDefinition.Link.Target.Compartment.Builder. use(GraphCompartmentUse use)Defines 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. -
Uses of GraphCompartmentUse in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as GraphCompartmentUse Modifier and Type Field Description static GraphCompartmentUseGraphCompartmentUse. CONDITIONConditionstatic GraphCompartmentUseGraphCompartmentUse. REQUIREMENTRequirementMethods in com.ibm.fhir.model.type.code that return GraphCompartmentUse Modifier and Type Method Description GraphCompartmentUseGraphCompartmentUse.Builder. build()static GraphCompartmentUseGraphCompartmentUse. of(GraphCompartmentUse.ValueSet value)Factory method for creating GraphCompartmentUse objects from a passed enum value.static GraphCompartmentUseGraphCompartmentUse. of(String value)Factory method for creating GraphCompartmentUse objects from a passed string value.
-