Uses of Class
org.hl7.fhir.dstu2.model.Person
-
Packages that use Person Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of Person in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return Person Modifier and Type Method Description protected 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 Person Modifier and Type Method Description protected 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 Person Modifier and Type Method Description PersonPerson. addAddress(Address t)PersonPerson. addIdentifier(Identifier t)PersonPerson. addLink(Person.PersonLinkComponent t)PersonPerson. addName(HumanName t)PersonPerson. addTelecom(ContactPoint t)PersonPerson. copy()PersonPerson. setActive(boolean value)PersonPerson. setActiveElement(BooleanType value)PersonPerson. setBirthDate(Date value)PersonPerson. setBirthDateElement(DateType value)PersonPerson. setGender(Enumerations.AdministrativeGender value)PersonPerson. setGenderElement(Enumeration<Enumerations.AdministrativeGender> value)PersonPerson. setManagingOrganization(Reference value)PersonPerson. setManagingOrganizationTarget(Organization value)PersonPerson. setPhoto(Attachment value)protected PersonPerson. typedCopy()
-