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