
Uses of Class
org.hl7.fhir.r5.openehr.PARTY
Packages that use PARTY
-
Uses of PARTY in org.hl7.fhir.r5.openehr
Subclasses of PARTY in org.hl7.fhir.r5.openehrModifier and TypeClassDescriptionclass
Ancestor of all real-world types, including people and organisations.class
Generic concept of any kind of agent, including devices, software systems, but not humans or organisations.class
A group is a real world group of parties which is created by another party, usually an organisation, for some specific purpose.class
Generic description of organisations.class
Generic description of persons.class
Generic 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 PARTY
PARTY.copy()
protected PARTY
OpenehrJsonParser.parsePARTY
(com.google.gson.JsonObject json) protected PARTY
OpenehrXmlParser.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 void
OpenehrJsonParser.composePARTY
(String name, PARTY element) protected void
OpenehrXmlParser.composePARTY
(String name, PARTY element) protected void
OpenehrXmlParser.composePARTYElements
(PARTY element) protected void
OpenehrJsonParser.composePARTYProperties
(PARTY element) void
PARTY.copyValues
(PARTY dst) protected boolean
OpenehrXmlParser.parsePARTYContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, PARTY res) protected void
OpenehrJsonParser.parsePARTYProperties
(com.google.gson.JsonObject json, PARTY res)