Uses of Class
org.linuxforhealth.fhir.model.resource.Contract.Rule
-
Packages that use Contract.Rule Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of Contract.Rule in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Contract.Rule Modifier and Type Method Description Contract.Rule
Contract.Rule.Builder. build()
Build theContract.Rule
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type Contract.Rule Modifier and Type Method Description java.util.List<Contract.Rule>
Contract. getRule()
List of Computable Policy Rule Language Representations of this Contract.Methods in org.linuxforhealth.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.protected void
Contract.Rule.Builder. validate(Contract.Rule rule)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type Contract.Rule Modifier and Type Method Description Contract.Builder
Contract.Builder. rule(java.util.Collection<Contract.Rule> rule)
List of Computable Policy Rule Language Representations of this Contract.
-