Uses of Class
org.linuxforhealth.fhir.model.resource.Patient.Communication
-
Packages that use Patient.Communication Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of Patient.Communication in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Patient.Communication Modifier and Type Method Description Patient.Communication
Patient.Communication.Builder. build()
Build thePatient.Communication
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type Patient.Communication Modifier and Type Method Description java.util.List<Patient.Communication>
Patient. getCommunication()
A language which may be used to communicate with the patient about his or her health.Methods in org.linuxforhealth.fhir.model.resource with parameters of type Patient.Communication Modifier and Type Method Description Patient.Builder
Patient.Builder. communication(Patient.Communication... communication)
A language which may be used to communicate with the patient about his or her health.protected Patient.Communication.Builder
Patient.Communication.Builder. from(Patient.Communication communication)
protected void
Patient.Communication.Builder. validate(Patient.Communication communication)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type Patient.Communication Modifier and Type Method Description Patient.Builder
Patient.Builder. communication(java.util.Collection<Patient.Communication> communication)
A language which may be used to communicate with the patient about his or her health.
-