Uses of Class
org.hl7.fhir.r4.model.RelatedPerson.RelatedPersonCommunicationComponent
Packages that use RelatedPerson.RelatedPersonCommunicationComponent
-
Uses of RelatedPerson.RelatedPersonCommunicationComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return RelatedPerson.RelatedPersonCommunicationComponentModifier and TypeMethodDescriptionJsonParser.parseRelatedPersonRelatedPersonCommunicationComponent(com.google.gson.JsonObject json, RelatedPerson owner)XmlParser.parseRelatedPersonRelatedPersonCommunicationComponent(org.xmlpull.v1.XmlPullParser xpp, RelatedPerson owner)Methods in org.hl7.fhir.r4.formats with parameters of type RelatedPerson.RelatedPersonCommunicationComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeRelatedPersonRelatedPersonCommunicationComponent(String name, RelatedPerson.RelatedPersonCommunicationComponent element)protected voidRdfParser.composeRelatedPersonRelatedPersonCommunicationComponent(Turtle.Complex parent, String parentType, String name, RelatedPerson.RelatedPersonCommunicationComponent element, int index)protected voidXmlParser.composeRelatedPersonRelatedPersonCommunicationComponent(String name, RelatedPerson.RelatedPersonCommunicationComponent element)protected voidXmlParser.composeRelatedPersonRelatedPersonCommunicationComponentElements(RelatedPerson.RelatedPersonCommunicationComponent element)protected voidJsonParser.composeRelatedPersonRelatedPersonCommunicationComponentInner(RelatedPerson.RelatedPersonCommunicationComponent element)protected booleanXmlParser.parseRelatedPersonRelatedPersonCommunicationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, RelatedPerson owner, RelatedPerson.RelatedPersonCommunicationComponent res)protected voidJsonParser.parseRelatedPersonRelatedPersonCommunicationComponentProperties(com.google.gson.JsonObject json, RelatedPerson owner, RelatedPerson.RelatedPersonCommunicationComponent res) -
Uses of RelatedPerson.RelatedPersonCommunicationComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.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.r4.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.r4.model that return types with arguments of type RelatedPerson.RelatedPersonCommunicationComponentMethods in org.hl7.fhir.r4.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.r4.model with type arguments of type RelatedPerson.RelatedPersonCommunicationComponentModifier and TypeMethodDescriptionRelatedPerson.setCommunication(List<RelatedPerson.RelatedPersonCommunicationComponent> theCommunication)