
Uses of Class
org.hl7.fhir.r5.openehr.PARTY_REF
Packages that use PARTY_REF
-
Uses of PARTY_REF in org.hl7.fhir.r5.openehr
Fields in org.hl7.fhir.r5.openehr declared as PARTY_REFModifier and TypeFieldDescriptionprotected PARTY_REF
PARTY_PROXY.external_ref
Optional reference to more detailed demographic or identification information for this party, in an external system.protected PARTY_REF
ROLE.performer
Contacts for this ROLE.protected PARTY_REF
PARTY_RELATIONSHIP.source
Source of relationship.protected PARTY_REF
PARTY_RELATIONSHIP.target
Target of relationship.Fields in org.hl7.fhir.r5.openehr with type parameters of type PARTY_REFModifier and TypeFieldDescriptionACTOR.rolesList
Identifiers of the Version container for each Role played by this Party.Methods in org.hl7.fhir.r5.openehr that return PARTY_REFModifier and TypeMethodDescriptionACTOR.addRoles()
PARTY_REF.copy()
PARTY_PROXY.getExternal_ref()
ROLE.getPerformer()
ACTOR.getRolesFirstRep()
PARTY_RELATIONSHIP.getSource()
PARTY_RELATIONSHIP.getTarget()
protected PARTY_REF
OpenehrJsonParser.parsePARTY_REF
(com.google.gson.JsonObject json) protected PARTY_REF
OpenehrXmlParser.parsePARTY_REF
(org.xmlpull.v1.XmlPullParser xpp) protected PARTY_REF
PARTY_REF.typedCopy()
Methods in org.hl7.fhir.r5.openehr that return types with arguments of type PARTY_REFMethods in org.hl7.fhir.r5.openehr with parameters of type PARTY_REFModifier and TypeMethodDescriptionprotected void
OpenehrJsonParser.composePARTY_REF
(String name, PARTY_REF element) protected void
OpenehrXmlParser.composePARTY_REF
(String name, PARTY_REF element) protected void
OpenehrXmlParser.composePARTY_REFElements
(PARTY_REF element) protected void
OpenehrJsonParser.composePARTY_REFProperties
(PARTY_REF element) void
PARTY_REF.copyValues
(PARTY_REF dst) protected boolean
OpenehrXmlParser.parsePARTY_REFContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, PARTY_REF res) protected void
OpenehrJsonParser.parsePARTY_REFProperties
(com.google.gson.JsonObject json, PARTY_REF res) PARTY_PROXY.setExternal_ref
(PARTY_REF value) ROLE.setPerformer
(PARTY_REF value) Method parameters in org.hl7.fhir.r5.openehr with type arguments of type PARTY_REFConstructors in org.hl7.fhir.r5.openehr with parameters of type PARTY_REFModifierConstructorDescriptionPARTY_RELATIONSHIP
(PARTY_REF target, PARTY_REF source) ConstructorConstructor