
Uses of Class
org.hl7.fhir.r5.openehr.PARTY_SELF
Packages that use PARTY_SELF
- 
Uses of PARTY_SELF in org.hl7.fhir.r5.openehrFields in org.hl7.fhir.r5.openehr declared as PARTY_SELFModifier and TypeFieldDescriptionprotected PARTY_SELFEHR_STATUS.subjectThe subject of this EHR.Methods in org.hl7.fhir.r5.openehr that return PARTY_SELFModifier and TypeMethodDescriptionPARTY_SELF.copy()EHR_STATUS.getSubject()protected PARTY_SELFOpenehrJsonParser.parsePARTY_SELF(com.google.gson.JsonObject json) protected PARTY_SELFOpenehrXmlParser.parsePARTY_SELF(org.xmlpull.v1.XmlPullParser xpp) protected PARTY_SELFPARTY_SELF.typedCopy()Methods in org.hl7.fhir.r5.openehr with parameters of type PARTY_SELFModifier and TypeMethodDescriptionprotected voidOpenehrJsonParser.composePARTY_SELF(String name, PARTY_SELF element) protected voidOpenehrXmlParser.composePARTY_SELF(String name, PARTY_SELF element) protected voidOpenehrXmlParser.composePARTY_SELFElements(PARTY_SELF element) protected voidOpenehrJsonParser.composePARTY_SELFProperties(PARTY_SELF element) voidPARTY_SELF.copyValues(PARTY_SELF dst) protected booleanOpenehrXmlParser.parsePARTY_SELFContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, PARTY_SELF res) protected voidOpenehrJsonParser.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