Uses of Class
com.ibm.fhir.model.resource.Contract.Friendly
-
Packages that use Contract.Friendly Package Description com.ibm.fhir.model.resource -
-
Uses of Contract.Friendly in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return Contract.Friendly Modifier and Type Method Description Contract.Friendly
Contract.Friendly.Builder. build()
Build theContract.Friendly
Methods in com.ibm.fhir.model.resource that return types with arguments of type Contract.Friendly Modifier and Type Method Description List<Contract.Friendly>
Contract. getFriendly()
The "patient friendly language" versionof the Contract in whole or in parts.Methods in com.ibm.fhir.model.resource with parameters of type Contract.Friendly Modifier and Type Method Description Contract.Builder
Contract.Builder. friendly(Contract.Friendly... friendly)
The "patient friendly language" versionof the Contract in whole or in parts.protected Contract.Friendly.Builder
Contract.Friendly.Builder. from(Contract.Friendly friendly)
protected void
Contract.Friendly.Builder. validate(Contract.Friendly friendly)
Method parameters in com.ibm.fhir.model.resource with type arguments of type Contract.Friendly Modifier and Type Method Description Contract.Builder
Contract.Builder. friendly(Collection<Contract.Friendly> friendly)
The "patient friendly language" versionof the Contract in whole or in parts.
-