Uses of Class
org.hl7.fhir.r5.model.RelatedPerson.RelatedPersonCommunicationComponent
Packages that use RelatedPerson.RelatedPersonCommunicationComponent
-
Uses of RelatedPerson.RelatedPersonCommunicationComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return RelatedPerson.RelatedPersonCommunicationComponentModifier and TypeMethodDescriptionJsonParser.parseRelatedPersonCommunicationComponent(com.google.gson.JsonObject json)XmlParser.parseRelatedPersonCommunicationComponent(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r5.formats with parameters of type RelatedPerson.RelatedPersonCommunicationComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeRelatedPersonCommunicationComponent(String name, RelatedPerson.RelatedPersonCommunicationComponent element)protected voidRdfParser.composeRelatedPersonCommunicationComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, RelatedPerson.RelatedPersonCommunicationComponent element, int index)protected voidXmlParser.composeRelatedPersonCommunicationComponent(String name, RelatedPerson.RelatedPersonCommunicationComponent element)protected voidXmlParser.composeRelatedPersonCommunicationComponentElements(RelatedPerson.RelatedPersonCommunicationComponent element)protected voidJsonParser.composeRelatedPersonCommunicationComponentProperties(RelatedPerson.RelatedPersonCommunicationComponent element)protected booleanXmlParser.parseRelatedPersonCommunicationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, RelatedPerson.RelatedPersonCommunicationComponent res)protected voidJsonParser.parseRelatedPersonCommunicationComponentProperties(com.google.gson.JsonObject json, RelatedPerson.RelatedPersonCommunicationComponent res) -
Uses of RelatedPerson.RelatedPersonCommunicationComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type RelatedPerson.RelatedPersonCommunicationComponentModifier and TypeFieldDescriptionRelatedPerson.communicationA language which may be used to communicate with about the patient's health.Methods in org.hl7.fhir.r5.model that return RelatedPerson.RelatedPersonCommunicationComponentModifier and TypeMethodDescriptionRelatedPerson.addCommunication()RelatedPerson.RelatedPersonCommunicationComponent.copy()RelatedPerson.getCommunicationFirstRep()RelatedPerson.RelatedPersonCommunicationComponent.setLanguage(CodeableConcept value)RelatedPerson.RelatedPersonCommunicationComponent.setPreferred(boolean value)RelatedPerson.RelatedPersonCommunicationComponent.setPreferredElement(BooleanType value)Methods in org.hl7.fhir.r5.model that return types with arguments of type RelatedPerson.RelatedPersonCommunicationComponentMethods in org.hl7.fhir.r5.model with parameters of type RelatedPerson.RelatedPersonCommunicationComponentModifier and TypeMethodDescriptionRelatedPerson.addCommunication(RelatedPerson.RelatedPersonCommunicationComponent t)voidRelatedPerson.RelatedPersonCommunicationComponent.copyValues(RelatedPerson.RelatedPersonCommunicationComponent dst)Method parameters in org.hl7.fhir.r5.model with type arguments of type RelatedPerson.RelatedPersonCommunicationComponentModifier and TypeMethodDescriptionRelatedPerson.setCommunication(List<RelatedPerson.RelatedPersonCommunicationComponent> theCommunication)