
Uses of Class
org.hl7.fhir.r5.openehr.COMPOSITION
Packages that use COMPOSITION
-
Uses of COMPOSITION in org.hl7.fhir.r5.openehr
Methods in org.hl7.fhir.r5.openehr that return COMPOSITIONModifier and TypeMethodDescriptionCOMPOSITION.addContent
(CONTENT_ITEM t) COMPOSITION.copy()
protected COMPOSITION
OpenehrJsonParser.parseCOMPOSITION
(com.google.gson.JsonObject json) protected COMPOSITION
OpenehrXmlParser.parseCOMPOSITION
(org.xmlpull.v1.XmlPullParser xpp) COMPOSITION.setCategory
(DV_CODED_TEXT value) COMPOSITION.setComposer
(PARTY_PROXY value) COMPOSITION.setContentList
(List<CONTENT_ITEM> theContent) COMPOSITION.setContext
(EVENT_CONTEXT value) COMPOSITION.setLanguage
(CODE_PHRASE value) COMPOSITION.setTerritory
(CODE_PHRASE value) protected COMPOSITION
COMPOSITION.typedCopy()
Methods in org.hl7.fhir.r5.openehr with parameters of type COMPOSITIONModifier and TypeMethodDescriptionprotected void
OpenehrJsonParser.composeCOMPOSITION
(String name, COMPOSITION element) protected void
OpenehrXmlParser.composeCOMPOSITION
(String name, COMPOSITION element) protected void
OpenehrXmlParser.composeCOMPOSITIONElements
(COMPOSITION element) protected void
OpenehrJsonParser.composeCOMPOSITIONProperties
(COMPOSITION element) void
COMPOSITION.copyValues
(COMPOSITION dst) protected boolean
OpenehrXmlParser.parseCOMPOSITIONContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, COMPOSITION res) protected void
OpenehrJsonParser.parseCOMPOSITIONProperties
(com.google.gson.JsonObject json, COMPOSITION res)