
Uses of Class
org.hl7.fhir.dstu2.model.Person
Packages that use Person
-
Uses of Person in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.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.dstu2.formats with parameters of type PersonModifier and TypeMethodDescriptionprotected voidJsonParser.composePerson(String name, Person element) protected voidXmlParser.composePerson(String name, Person element) protected voidJsonParser.composePersonInner(Person element) protected Person.PersonLinkComponentJsonParser.parsePersonPersonLinkComponent(com.google.gson.JsonObject json, Person owner) protected Person.PersonLinkComponentXmlParser.parsePersonPersonLinkComponent(org.xmlpull.v1.XmlPullParser xpp, Person owner) -
Uses of Person in org.hl7.fhir.dstu2.model
Methods in org.hl7.fhir.dstu2.model that return PersonModifier and TypeMethodDescriptionPerson.addAddress(Address t) Person.addIdentifier(Identifier t) Person.addLink(Person.PersonLinkComponent t) Person.addTelecom(ContactPoint t) Person.copy()Person.setActive(boolean value) Person.setActiveElement(BooleanType value) Person.setBirthDate(Date value) Person.setBirthDateElement(DateType value) Person.setGender(Enumerations.AdministrativeGender value) Person.setGenderElement(Enumeration<Enumerations.AdministrativeGender> value) Person.setManagingOrganization(Reference value) Person.setManagingOrganizationTarget(Organization value) Person.setPhoto(Attachment value) protected PersonPerson.typedCopy()