Person |
Person.addAddress(Address t) |
Person |
Person.addIdentifier(Identifier t) |
Person |
Person.addLink(Person.PersonLinkComponent t) |
Person |
Person.addName(HumanName t) |
Person |
Person.addTelecom(ContactPoint t) |
Person |
Person.copy() |
Person |
Person.setActive(boolean value) |
Person |
Person.setActiveElement(BooleanType value) |
Person |
Person.setAddress(List<Address> theAddress) |
Person |
Person.setBirthDate(Date value) |
Person |
Person.setBirthDateElement(DateType value) |
Person |
Person.setGender(Enumerations.AdministrativeGender value) |
Person |
Person.setGenderElement(Enumeration<Enumerations.AdministrativeGender> value) |
Person |
Person.setIdentifier(List<Identifier> theIdentifier) |
Person |
Person.setLink(List<Person.PersonLinkComponent> theLink) |
Person |
Person.setManagingOrganization(Reference value) |
Person |
Person.setManagingOrganizationTarget(Organization value) |
Person |
Person.setName(List<HumanName> theName) |
Person |
Person.setPhoto(Attachment value) |
Person |
Person.setTelecom(List<ContactPoint> theTelecom) |
protected Person |
Person.typedCopy() |