Uses of Class
org.linuxforhealth.fhir.model.resource.Contract.Friendly
-
Packages that use Contract.Friendly Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of Contract.Friendly in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Contract.Friendly Modifier and Type Method Description Contract.Friendly
Contract.Friendly.Builder. build()
Build theContract.Friendly
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type Contract.Friendly Modifier and Type Method Description java.util.List<Contract.Friendly>
Contract. getFriendly()
The "patient friendly language" versionof the Contract in whole or in parts.Methods in org.linuxforhealth.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 org.linuxforhealth.fhir.model.resource with type arguments of type Contract.Friendly Modifier and Type Method Description Contract.Builder
Contract.Builder. friendly(java.util.Collection<Contract.Friendly> friendly)
The "patient friendly language" versionof the Contract in whole or in parts.
-