
Uses of Class
org.hl7.fhir.r5.openehr.DATA_VALUE
Packages that use DATA_VALUE
- 
Uses of DATA_VALUE in org.hl7.fhir.r5.openehrSubclasses of DATA_VALUE in org.hl7.fhir.r5.openehrModifier and TypeClassDescriptionclassAbstract class defining the concept of quantified entities whose values are absolute with respect to an origin.classAbstract class defining the concept of relative quantified 'amounts'.classItems which are truly boolean data, such as true/false or yes/no answers.classA text item whose value must be the rubric from a controlled terminology, the key (i.e. the 'code') of which is the defining_code attribute.classCountable quantities.classRepresents an absolute point in time, as measured on the Gregorian calendar, and specified only to the day.classRepresents an absolute point in time, specified to the second.classRepresents a period of time with respect to a notional point in time, which is not specified.classA DV_EHR_URI is a DV_URI which has the scheme name 'ehr', and which can only reference items in EHRs.classAbstract class defining the common meta-data of all types of encapsulated data.classSpecifies points in time in a general syntax.classType for representing identifiers of real-world entities.classGeneric class defining an interval (i.e. range) of a comparable type.classA specialisation of DV_ENCAPSULATED for audiovisual and bio-signal types.classAbstract class defining the concept of ordered values, which includes ordinals as well as true quantities.classGeneric class defining an interval (i.e. range) of a comparable type.classDEPRECATED: use markdown formatted DV_TEXT instead.classEncapsulated data expressed as a parsable String.classSpecifies periodic points in time, linked to the calendar (phase-linked), or a real world repeating event, such as breakfast (event-linked).classCountable quantities.classAbstract class defining the concept of true quantified values, i.e. values which are not only ordered, but which have a precise magnitude.classQuantitified type representing scientific quantities, i.e. quantities expressed as a magnitude and units.classA data type that represents scale values, where there is: a) implied ordering, b) no implication that the distance between each value is constant, and c) the total number of values is finite; d) non-integer values are allowed.classFor representing state values which obey a defined state machine, such as a variable representing the states of an instruction or care process.classSpecialised temporal variant of DV_ABSOLUTE_QUANTITY whose diff type is DV_DURATION.classA text item, which may contain any amount of legal characters arranged as e.g. words, sentences etc (i.e. one DV_TEXT may be more than one word).classRepresents an absolute point in time from an origin usually interpreted as meaning the start of the current day, specified to a fraction of a second.classThis is an abstract class of which all timing specifications are specialisations.classA reference to an object which structurally conforms to the Universal Resource Identifier (URI) RFC-3986 standard.Fields in org.hl7.fhir.r5.openehr declared as DATA_VALUEModifier and TypeFieldDescriptionprotected DATA_VALUEELEMENT.valueProperty representing leaf value object of ELEMENT.Methods in org.hl7.fhir.r5.openehr that return DATA_VALUEModifier and TypeMethodDescriptionabstract DATA_VALUEDATA_VALUE.copy()ELEMENT.getValue()protected DATA_VALUEOpenehrJsonParser.parseDATA_VALUE(com.google.gson.JsonObject json) protected DATA_VALUEOpenehrXmlParser.parseDATA_VALUE(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.openehr with parameters of type DATA_VALUEModifier and TypeMethodDescriptionprotected voidOpenehrJsonParser.composeDATA_VALUE(String name, DATA_VALUE element) protected voidOpenehrXmlParser.composeDATA_VALUE(String name, DATA_VALUE element) protected voidOpenehrXmlParser.composeDATA_VALUEElements(DATA_VALUE element) protected voidOpenehrJsonParser.composeDATA_VALUEProperties(DATA_VALUE element) voidDATA_VALUE.copyValues(DATA_VALUE dst) protected booleanOpenehrXmlParser.parseDATA_VALUEContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DATA_VALUE res) protected voidOpenehrJsonParser.parseDATA_VALUEProperties(com.google.gson.JsonObject json, DATA_VALUE res) ELEMENT.setValue(DATA_VALUE value)