
Uses of Class
org.hl7.fhir.r5.openehr.EVENT_CONTEXT
Packages that use EVENT_CONTEXT
- 
Uses of EVENT_CONTEXT in org.hl7.fhir.r5.openehrFields in org.hl7.fhir.r5.openehr declared as EVENT_CONTEXTModifier and TypeFieldDescriptionprotected EVENT_CONTEXTCOMPOSITION.contextThe clinical session context of this Composition, i.e. the contextual attributes of the clinical session.Methods in org.hl7.fhir.r5.openehr that return EVENT_CONTEXTModifier and TypeMethodDescriptionEVENT_CONTEXT.addParticipations(PARTICIPATION t) EVENT_CONTEXT.copy()COMPOSITION.getContext()protected EVENT_CONTEXTOpenehrJsonParser.parseEVENT_CONTEXT(com.google.gson.JsonObject json) protected EVENT_CONTEXTOpenehrXmlParser.parseEVENT_CONTEXT(org.xmlpull.v1.XmlPullParser xpp) EVENT_CONTEXT.setEnd_time(DV_DATE_TIME value) EVENT_CONTEXT.setHealth_care_facility(PARTY_IDENTIFIED value) EVENT_CONTEXT.setLocation(String value) EVENT_CONTEXT.setLocationElement(StringType value) EVENT_CONTEXT.setOther_context(ITEM_STRUCTURE value) EVENT_CONTEXT.setParticipationsList(List<PARTICIPATION> theParticipations) EVENT_CONTEXT.setSetting(DV_CODED_TEXT value) EVENT_CONTEXT.setStart_time(DV_DATE_TIME value) protected EVENT_CONTEXTEVENT_CONTEXT.typedCopy()Methods in org.hl7.fhir.r5.openehr with parameters of type EVENT_CONTEXTModifier and TypeMethodDescriptionprotected voidOpenehrJsonParser.composeEVENT_CONTEXT(String name, EVENT_CONTEXT element) protected voidOpenehrXmlParser.composeEVENT_CONTEXT(String name, EVENT_CONTEXT element) protected voidOpenehrXmlParser.composeEVENT_CONTEXTElements(EVENT_CONTEXT element) protected voidOpenehrJsonParser.composeEVENT_CONTEXTProperties(EVENT_CONTEXT element) voidEVENT_CONTEXT.copyValues(EVENT_CONTEXT dst) protected booleanOpenehrXmlParser.parseEVENT_CONTEXTContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, EVENT_CONTEXT res) protected voidOpenehrJsonParser.parseEVENT_CONTEXTProperties(com.google.gson.JsonObject json, EVENT_CONTEXT res) COMPOSITION.setContext(EVENT_CONTEXT value)