Uses of Class
com.ibm.fhir.model.resource.Contract.Term.Action
-
Packages that use Contract.Term.Action Package Description com.ibm.fhir.model.resource -
-
Uses of Contract.Term.Action in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return Contract.Term.Action Modifier and Type Method Description Contract.Term.Action
Contract.Term.Action.Builder. build()
Build theContract.Term.Action
Methods in com.ibm.fhir.model.resource that return types with arguments of type Contract.Term.Action Modifier and Type Method Description List<Contract.Term.Action>
Contract.Term. getAction()
An actor taking a role in an activity for which it can be assigned some degree of responsibility for the activity taking place.Methods in com.ibm.fhir.model.resource with parameters of type Contract.Term.Action Modifier and Type Method Description Contract.Term.Builder
Contract.Term.Builder. action(Contract.Term.Action... action)
An actor taking a role in an activity for which it can be assigned some degree of responsibility for the activity taking place.protected Contract.Term.Action.Builder
Contract.Term.Action.Builder. from(Contract.Term.Action action)
protected void
Contract.Term.Action.Builder. validate(Contract.Term.Action action)
Method parameters in com.ibm.fhir.model.resource with type arguments of type Contract.Term.Action Modifier and Type Method Description Contract.Term.Builder
Contract.Term.Builder. action(Collection<Contract.Term.Action> action)
An actor taking a role in an activity for which it can be assigned some degree of responsibility for the activity taking place.
-