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