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