![](/hapi-fhir/images/logos/raccoon-forwards.png)
Uses of Class
org.hl7.fhir.r4.model.RelatedPerson
Packages that use RelatedPerson
-
Uses of RelatedPerson in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return RelatedPersonModifier and TypeMethodDescriptionprotected RelatedPerson
JsonParser.parseRelatedPerson
(com.google.gson.JsonObject json) protected RelatedPerson
XmlParser.parseRelatedPerson
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r4.formats with parameters of type RelatedPersonModifier and TypeMethodDescriptionprotected void
JsonParser.composeRelatedPerson
(String name, RelatedPerson element) protected void
RdfParser.composeRelatedPerson
(Turtle.Complex parent, String parentType, String name, RelatedPerson element, int index) protected void
XmlParser.composeRelatedPerson
(String name, RelatedPerson element) protected void
XmlParser.composeRelatedPersonElements
(RelatedPerson element) protected void
JsonParser.composeRelatedPersonInner
(RelatedPerson element) protected boolean
XmlParser.parseRelatedPersonContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, RelatedPerson res) protected void
JsonParser.parseRelatedPersonProperties
(com.google.gson.JsonObject json, RelatedPerson res) JsonParser.parseRelatedPersonRelatedPersonCommunicationComponent
(com.google.gson.JsonObject json, RelatedPerson owner) XmlParser.parseRelatedPersonRelatedPersonCommunicationComponent
(org.xmlpull.v1.XmlPullParser xpp, RelatedPerson owner) protected boolean
XmlParser.parseRelatedPersonRelatedPersonCommunicationComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, RelatedPerson owner, RelatedPerson.RelatedPersonCommunicationComponent res) protected void
JsonParser.parseRelatedPersonRelatedPersonCommunicationComponentProperties
(com.google.gson.JsonObject json, RelatedPerson owner, RelatedPerson.RelatedPersonCommunicationComponent res) -
Uses of RelatedPerson in org.hl7.fhir.r4.model
Methods in org.hl7.fhir.r4.model that return RelatedPersonModifier and TypeMethodDescriptionRelatedPerson.addAddress
(Address t) RelatedPerson.addCommunication
(RelatedPerson.RelatedPersonCommunicationComponent t) RelatedPerson.addIdentifier
(Identifier t) RelatedPerson.addPhoto
(Attachment t) RelatedPerson.addRelationship
(CodeableConcept t) RelatedPerson.addTelecom
(ContactPoint t) RelatedPerson.copy()
RelatedPerson.setActive
(boolean value) RelatedPerson.setActiveElement
(BooleanType value) RelatedPerson.setAddress
(List<Address> theAddress) RelatedPerson.setBirthDate
(Date value) RelatedPerson.setBirthDateElement
(DateType value) RelatedPerson.setCommunication
(List<RelatedPerson.RelatedPersonCommunicationComponent> theCommunication) RelatedPerson.setGender
(Enumerations.AdministrativeGender value) RelatedPerson.setGenderElement
(Enumeration<Enumerations.AdministrativeGender> value) RelatedPerson.setIdentifier
(List<Identifier> theIdentifier) RelatedPerson.setPatient
(Reference value) RelatedPerson.setPatientTarget
(Patient value) RelatedPerson.setPhoto
(List<Attachment> thePhoto) RelatedPerson.setRelationship
(List<CodeableConcept> theRelationship) RelatedPerson.setTelecom
(List<ContactPoint> theTelecom) protected RelatedPerson
RelatedPerson.typedCopy()
Methods in org.hl7.fhir.r4.model with parameters of type RelatedPerson