
Uses of Class
org.hl7.fhir.r5.openehr.ITEM
Packages that use ITEM
- 
Uses of ITEM in org.hl7.fhir.r5.openehrSubclasses of ITEM in org.hl7.fhir.r5.openehrModifier and TypeClassDescriptionclassThe grouping variant of ITEM, which may contain further instances of ITEM, in an ordered list.classThe 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.itemsListOrdered list of items - CLUSTER or ELEMENT objects - under this CLUSTER.ITEM_TREE.itemsListThe items comprising the ITEM_TREE.Methods in org.hl7.fhir.r5.openehr that return ITEMModifier and TypeMethodDescriptionabstract ITEMITEM.copy()protected ITEMOpenehrJsonParser.parseITEM(com.google.gson.JsonObject json) protected ITEMOpenehrXmlParser.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 voidOpenehrJsonParser.composeITEM(String name, ITEM element) protected voidOpenehrXmlParser.composeITEM(String name, ITEM element) protected voidOpenehrXmlParser.composeITEMElements(ITEM element) protected voidOpenehrJsonParser.composeITEMProperties(ITEM element) voidITEM.copyValues(ITEM dst) protected booleanOpenehrXmlParser.parseITEMContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ITEM res) protected voidOpenehrJsonParser.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)