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.CommunicationRelatedPerson.Communication.Builder. build()Build theRelatedPerson.CommunicationMethods in com.ibm.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 com.ibm.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 com.ibm.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.
-