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.CommunicationPatient.Communication.Builder. build()Build thePatient.CommunicationMethods 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.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 org.linuxforhealth.fhir.model.resource with type arguments of type Patient.Communication Modifier and Type Method Description Patient.BuilderPatient.Builder. communication(java.util.Collection<Patient.Communication> communication)A language which may be used to communicate with the patient about his or her health.
-