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.Communication
RelatedPerson.Communication.Builder. build()
Build theRelatedPerson.Communication
Methods 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.Builder
RelatedPerson.Builder. communication(RelatedPerson.Communication... communication)
A language which may be used to communicate with about the patient's health.protected RelatedPerson.Communication.Builder
RelatedPerson.Communication.Builder. from(RelatedPerson.Communication communication)
protected void
RelatedPerson.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.Builder
RelatedPerson.Builder. communication(java.util.Collection<RelatedPerson.Communication> communication)
A language which may be used to communicate with about the patient's health.
-