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.FriendlyContract.Friendly.Builder. build()Build theContract.FriendlyMethods 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.BuilderContract.Builder. friendly(Contract.Friendly... friendly)The "patient friendly language" versionof the Contract in whole or in parts.protected Contract.Friendly.BuilderContract.Friendly.Builder. from(Contract.Friendly friendly)protected voidContract.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.BuilderContract.Builder. friendly(java.util.Collection<Contract.Friendly> friendly)The "patient friendly language" versionof the Contract in whole or in parts. 
 -