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.CommunicationPatient.Communication.Builder. build()Build thePatient.CommunicationMethods 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.BuilderPatient.Builder. communication(Patient.Communication... communication)A language which may be used to communicate with the patient about his or her health.protected Patient.Communication.BuilderPatient.Communication.Builder. from(Patient.Communication communication)protected voidPatient.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.BuilderPatient.Builder. communication(Collection<Patient.Communication> communication)A language which may be used to communicate with the patient about his or her health.
-