
Uses of Class
org.hl7.fhir.r5.openehr.ITEM
Packages that use ITEM
-
Uses of ITEM in org.hl7.fhir.r5.openehr
Subclasses of ITEM in org.hl7.fhir.r5.openehrModifier and TypeClassDescriptionclass
The grouping variant of ITEM, which may contain further instances of ITEM, in an ordered list.class
The leaf variant of ITEM, to which a DATA_VALUE instance is attached.Fields in org.hl7.fhir.r5.openehr with type parameters of type ITEMModifier and TypeFieldDescriptionCLUSTER.itemsList
Ordered list of items - CLUSTER or ELEMENT objects - under this CLUSTER.ITEM_TREE.itemsList
The items comprising the ITEM_TREE.Methods in org.hl7.fhir.r5.openehr that return ITEMModifier and TypeMethodDescriptionabstract ITEM
ITEM.copy()
protected ITEM
OpenehrJsonParser.parseITEM
(com.google.gson.JsonObject json) protected ITEM
OpenehrXmlParser.parseITEM
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.openehr that return types with arguments of type ITEMMethods in org.hl7.fhir.r5.openehr with parameters of type ITEMModifier and TypeMethodDescriptionprotected void
OpenehrJsonParser.composeITEM
(String name, ITEM element) protected void
OpenehrXmlParser.composeITEM
(String name, ITEM element) protected void
OpenehrXmlParser.composeITEMElements
(ITEM element) protected void
OpenehrJsonParser.composeITEMProperties
(ITEM element) void
ITEM.copyValues
(ITEM dst) protected boolean
OpenehrXmlParser.parseITEMContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, ITEM res) protected void
OpenehrJsonParser.parseITEMProperties
(com.google.gson.JsonObject json, ITEM res) Method parameters in org.hl7.fhir.r5.openehr with type arguments of type ITEMModifier and TypeMethodDescriptionCLUSTER.setItemsList
(List<ITEM> theItems) ITEM_TREE.setItemsList
(List<ITEM> theItems)