Uses of Class
org.hl7.fhir.r5.model.Person
Packages that use Person
-
Uses of Person in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return PersonModifier and TypeMethodDescriptionprotected PersonJsonParser.parsePerson(com.google.gson.JsonObject json)protected PersonXmlParser.parsePerson(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r5.formats with parameters of type PersonModifier and TypeMethodDescriptionprotected voidJsonParser.composePerson(String name, Person element)protected voidRdfParser.composePerson(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Person element, int index)protected voidXmlParser.composePerson(String name, Person element)protected voidXmlParser.composePersonElements(Person element)protected voidJsonParser.composePersonProperties(Person element)protected booleanXmlParser.parsePersonContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Person res)protected voidJsonParser.parsePersonProperties(com.google.gson.JsonObject json, Person res) -
Uses of Person in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model that return PersonModifier and TypeMethodDescriptionPerson.addAddress(Address t)Person.addIdentifier(Identifier t)Person.addLink(Person.PersonLinkComponent t)Person.addPhoto(Attachment t)Person.addTelecom(ContactPoint t)Person.copy()Person.setActive(boolean value)Person.setActiveElement(BooleanType value)Person.setAddress(List<Address> theAddress)Person.setBirthDate(Date value)Person.setBirthDateElement(DateType value)Person.setCommunication(List<Person.PersonCommunicationComponent> theCommunication)Person.setDeceased(DataType value)Person.setGender(Enumerations.AdministrativeGender value)Person.setGenderElement(Enumeration<Enumerations.AdministrativeGender> value)Person.setIdentifier(List<Identifier> theIdentifier)Person.setLink(List<Person.PersonLinkComponent> theLink)Person.setManagingOrganization(Reference value)Person.setMaritalStatus(CodeableConcept value)Person.setPhoto(List<Attachment> thePhoto)Person.setTelecom(List<ContactPoint> theTelecom)protected PersonPerson.typedCopy()Methods in org.hl7.fhir.r5.model with parameters of type Person