Uses of Class
com.ibm.fhir.model.resource.Contract.Rule
-
Packages that use Contract.Rule Package Description com.ibm.fhir.model.resource -
-
Uses of Contract.Rule in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return Contract.Rule Modifier and Type Method Description Contract.Rule
Contract.Rule.Builder. build()
Build theContract.Rule
Methods in com.ibm.fhir.model.resource that return types with arguments of type Contract.Rule Modifier and Type Method Description List<Contract.Rule>
Contract. getRule()
List of Computable Policy Rule Language Representations of this Contract.Methods in com.ibm.fhir.model.resource with parameters of type Contract.Rule Modifier and Type Method Description protected Contract.Rule.Builder
Contract.Rule.Builder. from(Contract.Rule rule)
Contract.Builder
Contract.Builder. rule(Contract.Rule... rule)
List of Computable Policy Rule Language Representations of this Contract.Method parameters in com.ibm.fhir.model.resource with type arguments of type Contract.Rule Modifier and Type Method Description Contract.Builder
Contract.Builder. rule(Collection<Contract.Rule> rule)
List of Computable Policy Rule Language Representations of this Contract.
-