
Uses of Class
org.hl7.fhir.r5.openehr.DATA_STRUCTURE
Packages that use DATA_STRUCTURE
- 
Uses of DATA_STRUCTURE in org.hl7.fhir.r5.openehrSubclasses of DATA_STRUCTURE in org.hl7.fhir.r5.openehrModifier and TypeClassDescriptionclassRoot object of a linear history, i.e. time series structure.classLogical list data structure, where each item has a value and can be referred to by a name and a positional index in the list.classLogical single value data structure.classAbstract parent class of all spatial data types.classLogical relational database style table data structure, in which columns are named and ordered with respect to each other.classLogical tree data structure.Methods in org.hl7.fhir.r5.openehr that return DATA_STRUCTUREModifier and TypeMethodDescriptionabstract DATA_STRUCTUREDATA_STRUCTURE.copy()protected DATA_STRUCTUREOpenehrJsonParser.parseDATA_STRUCTURE(com.google.gson.JsonObject json) protected DATA_STRUCTUREOpenehrXmlParser.parseDATA_STRUCTURE(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.openehr with parameters of type DATA_STRUCTUREModifier and TypeMethodDescriptionprotected voidOpenehrJsonParser.composeDATA_STRUCTURE(String name, DATA_STRUCTURE element) protected voidOpenehrXmlParser.composeDATA_STRUCTURE(String name, DATA_STRUCTURE element) protected voidOpenehrXmlParser.composeDATA_STRUCTUREElements(DATA_STRUCTURE element) protected voidOpenehrJsonParser.composeDATA_STRUCTUREProperties(DATA_STRUCTURE element) voidDATA_STRUCTURE.copyValues(DATA_STRUCTURE dst) protected booleanOpenehrXmlParser.parseDATA_STRUCTUREContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DATA_STRUCTURE res) protected voidOpenehrJsonParser.parseDATA_STRUCTUREProperties(com.google.gson.JsonObject json, DATA_STRUCTURE res)