
Uses of Class
org.hl7.fhir.r5.openehr.PARTY_SELF
Packages that use PARTY_SELF
-
Uses of PARTY_SELF in org.hl7.fhir.r5.openehr
Fields in org.hl7.fhir.r5.openehr declared as PARTY_SELFModifier and TypeFieldDescriptionprotected PARTY_SELF
EHR_STATUS.subject
The subject of this EHR.Methods in org.hl7.fhir.r5.openehr that return PARTY_SELFModifier and TypeMethodDescriptionPARTY_SELF.copy()
EHR_STATUS.getSubject()
protected PARTY_SELF
OpenehrJsonParser.parsePARTY_SELF
(com.google.gson.JsonObject json) protected PARTY_SELF
OpenehrXmlParser.parsePARTY_SELF
(org.xmlpull.v1.XmlPullParser xpp) protected PARTY_SELF
PARTY_SELF.typedCopy()
Methods in org.hl7.fhir.r5.openehr with parameters of type PARTY_SELFModifier and TypeMethodDescriptionprotected void
OpenehrJsonParser.composePARTY_SELF
(String name, PARTY_SELF element) protected void
OpenehrXmlParser.composePARTY_SELF
(String name, PARTY_SELF element) protected void
OpenehrXmlParser.composePARTY_SELFElements
(PARTY_SELF element) protected void
OpenehrJsonParser.composePARTY_SELFProperties
(PARTY_SELF element) void
PARTY_SELF.copyValues
(PARTY_SELF dst) protected boolean
OpenehrXmlParser.parsePARTY_SELFContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, PARTY_SELF res) protected void
OpenehrJsonParser.parsePARTY_SELFProperties
(com.google.gson.JsonObject json, PARTY_SELF res) EHR_STATUS.setSubject
(PARTY_SELF value) Constructors in org.hl7.fhir.r5.openehr with parameters of type PARTY_SELFModifierConstructorDescriptionEHR_STATUS
(PARTY_SELF subject, boolean is_queryable, boolean is_modifiable) Constructor