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.RuleContract.Rule.Builder. build()Build theContract.RuleMethods in com.ibm.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 com.ibm.fhir.model.resource with parameters of type Contract.Rule Modifier and Type Method Description protected Contract.Rule.BuilderContract.Rule.Builder. from(Contract.Rule rule)Contract.BuilderContract.Builder. rule(Contract.Rule... rule)List of Computable Policy Rule Language Representations of this Contract.protected voidContract.Rule.Builder. validate(Contract.Rule rule)Method parameters in com.ibm.fhir.model.resource with type arguments of type Contract.Rule Modifier and Type Method Description Contract.BuilderContract.Builder. rule(java.util.Collection<Contract.Rule> rule)List of Computable Policy Rule Language Representations of this Contract.
-