
Uses of Class
org.hl7.fhir.r5.openehr.COMPOSITION
Packages that use COMPOSITION
- 
Uses of COMPOSITION in org.hl7.fhir.r5.openehrMethods in org.hl7.fhir.r5.openehr that return COMPOSITIONModifier and TypeMethodDescriptionCOMPOSITION.addContent(CONTENT_ITEM t) COMPOSITION.copy()protected COMPOSITIONOpenehrJsonParser.parseCOMPOSITION(com.google.gson.JsonObject json) protected COMPOSITIONOpenehrXmlParser.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 COMPOSITIONCOMPOSITION.typedCopy()Methods in org.hl7.fhir.r5.openehr with parameters of type COMPOSITIONModifier and TypeMethodDescriptionprotected voidOpenehrJsonParser.composeCOMPOSITION(String name, COMPOSITION element) protected voidOpenehrXmlParser.composeCOMPOSITION(String name, COMPOSITION element) protected voidOpenehrXmlParser.composeCOMPOSITIONElements(COMPOSITION element) protected voidOpenehrJsonParser.composeCOMPOSITIONProperties(COMPOSITION element) voidCOMPOSITION.copyValues(COMPOSITION dst) protected booleanOpenehrXmlParser.parseCOMPOSITIONContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, COMPOSITION res) protected voidOpenehrJsonParser.parseCOMPOSITIONProperties(com.google.gson.JsonObject json, COMPOSITION res)