Uses of Class
com.ibm.fhir.model.resource.Patient.Communication
-
Packages that use Patient.Communication Package Description com.ibm.fhir.model.resource -
-
Uses of Patient.Communication in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return Patient.Communication Modifier and Type Method Description Patient.Communication
Patient.Communication.Builder. build()
Build thePatient.Communication
Methods in com.ibm.fhir.model.resource that return types with arguments of type Patient.Communication Modifier and Type Method Description List<Patient.Communication>
Patient. getCommunication()
A language which may be used to communicate with the patient about his or her health.Methods in com.ibm.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 com.ibm.fhir.model.resource with type arguments of type Patient.Communication Modifier and Type Method Description Patient.Builder
Patient.Builder. communication(Collection<Patient.Communication> communication)
A language which may be used to communicate with the patient about his or her health.
-