
Uses of Class
org.hl7.fhir.r5.model.Person.PersonCommunicationComponent
Packages that use Person.PersonCommunicationComponent
-
Uses of Person.PersonCommunicationComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Person.PersonCommunicationComponentModifier and TypeMethodDescriptionprotected Person.PersonCommunicationComponentJsonParser.parsePersonCommunicationComponent(com.google.gson.JsonObject json) protected Person.PersonCommunicationComponentXmlParser.parsePersonCommunicationComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type Person.PersonCommunicationComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composePersonCommunicationComponent(String name, Person.PersonCommunicationComponent element) protected voidRdfParser.composePersonCommunicationComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Person.PersonCommunicationComponent element, int index) protected voidXmlParser.composePersonCommunicationComponent(String name, Person.PersonCommunicationComponent element) protected voidXmlParser.composePersonCommunicationComponentElements(Person.PersonCommunicationComponent element) protected voidJsonParser.composePersonCommunicationComponentProperties(Person.PersonCommunicationComponent element) protected booleanXmlParser.parsePersonCommunicationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Person.PersonCommunicationComponent res) protected voidJsonParser.parsePersonCommunicationComponentProperties(com.google.gson.JsonObject json, Person.PersonCommunicationComponent res) -
Uses of Person.PersonCommunicationComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Person.PersonCommunicationComponentModifier and TypeFieldDescriptionprotected List<Person.PersonCommunicationComponent> Person.communicationA language which may be used to communicate with the person about his or her health.Methods in org.hl7.fhir.r5.model that return Person.PersonCommunicationComponentModifier and TypeMethodDescriptionPerson.addCommunication()Person.PersonCommunicationComponent.copy()Person.getCommunicationFirstRep()Person.PersonCommunicationComponent.setLanguage(CodeableConcept value) Person.PersonCommunicationComponent.setPreferred(boolean value) Person.PersonCommunicationComponent.setPreferredElement(BooleanType value) Methods in org.hl7.fhir.r5.model that return types with arguments of type Person.PersonCommunicationComponentMethods in org.hl7.fhir.r5.model with parameters of type Person.PersonCommunicationComponentModifier and TypeMethodDescriptionvoidPerson.PersonCommunicationComponent.copyValues(Person.PersonCommunicationComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type Person.PersonCommunicationComponentModifier and TypeMethodDescriptionPerson.setCommunication(List<Person.PersonCommunicationComponent> theCommunication)