
Uses of Class
org.hl7.fhir.r5.openehr.PARTY
Packages that use PARTY
- 
Uses of PARTY in org.hl7.fhir.r5.openehrSubclasses of PARTY in org.hl7.fhir.r5.openehrModifier and TypeClassDescriptionclassAncestor of all real-world types, including people and organisations.classGeneric concept of any kind of agent, including devices, software systems, but not humans or organisations.classA group is a real world group of parties which is created by another party, usually an organisation, for some specific purpose.classGeneric description of organisations.classGeneric description of persons.classGeneric description of a role performed by an Actor.Methods in org.hl7.fhir.r5.openehr that return PARTYModifier and TypeMethodDescriptionPARTY.addIdentities(PARTY_IDENTITY t) PARTY.addRelationships(PARTY_RELATIONSHIP t) PARTY.addReverse_relationships(LOCATABLE_REF t) abstract PARTYPARTY.copy()protected PARTYOpenehrJsonParser.parsePARTY(com.google.gson.JsonObject json) protected PARTYOpenehrXmlParser.parsePARTY(org.xmlpull.v1.XmlPullParser xpp) PARTY.setContacts(CONTACT value) PARTY.setDetails(ITEM_STRUCTURE value) PARTY.setIdentitiesList(List<PARTY_IDENTITY> theIdentities) PARTY.setRelationshipsList(List<PARTY_RELATIONSHIP> theRelationships) PARTY.setReverse_relationshipsList(List<LOCATABLE_REF> theReverse_relationships) Methods in org.hl7.fhir.r5.openehr with parameters of type PARTYModifier and TypeMethodDescriptionprotected voidOpenehrJsonParser.composePARTY(String name, PARTY element) protected voidOpenehrXmlParser.composePARTY(String name, PARTY element) protected voidOpenehrXmlParser.composePARTYElements(PARTY element) protected voidOpenehrJsonParser.composePARTYProperties(PARTY element) voidPARTY.copyValues(PARTY dst) protected booleanOpenehrXmlParser.parsePARTYContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, PARTY res) protected voidOpenehrJsonParser.parsePARTYProperties(com.google.gson.JsonObject json, PARTY res)