
Uses of Class
org.hl7.fhir.r5.openehr.ITEM_LIST
Packages that use ITEM_LIST
-
Uses of ITEM_LIST in org.hl7.fhir.r5.openehr
Methods in org.hl7.fhir.r5.openehr that return ITEM_LISTModifier and TypeMethodDescriptionITEM_LIST.copy()
protected ITEM_LIST
OpenehrJsonParser.parseITEM_LIST
(com.google.gson.JsonObject json) protected ITEM_LIST
OpenehrXmlParser.parseITEM_LIST
(org.xmlpull.v1.XmlPullParser xpp) ITEM_LIST.setItemsList
(List<ELEMENT> theItems) protected ITEM_LIST
ITEM_LIST.typedCopy()
Methods in org.hl7.fhir.r5.openehr with parameters of type ITEM_LISTModifier and TypeMethodDescriptionprotected void
OpenehrJsonParser.composeITEM_LIST
(String name, ITEM_LIST element) protected void
OpenehrXmlParser.composeITEM_LIST
(String name, ITEM_LIST element) protected void
OpenehrXmlParser.composeITEM_LISTElements
(ITEM_LIST element) protected void
OpenehrJsonParser.composeITEM_LISTProperties
(ITEM_LIST element) void
ITEM_LIST.copyValues
(ITEM_LIST dst) protected boolean
OpenehrXmlParser.parseITEM_LISTContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, ITEM_LIST res) protected void
OpenehrJsonParser.parseITEM_LISTProperties
(com.google.gson.JsonObject json, ITEM_LIST res)