Uses of Class
org.hl7.fhir.r5.openehr.DATA_VALUE

Packages that use DATA_VALUE
Package
Description
 
  • Uses of DATA_VALUE in org.hl7.fhir.r5.openehr

    Modifier and Type
    Class
    Description
    class 
    Abstract class defining the concept of quantified entities whose values are absolute with respect to an origin.
    class 
    Abstract class defining the concept of relative quantified 'amounts'.
    class 
    Items which are truly boolean data, such as true/false or yes/no answers.
    class 
    A 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.
    class 
    Countable quantities.
    class 
    Represents an absolute point in time, as measured on the Gregorian calendar, and specified only to the day.
    class 
    Represents an absolute point in time, specified to the second.
    class 
    Represents a period of time with respect to a notional point in time, which is not specified.
    class 
    A DV_EHR_URI is a DV_URI which has the scheme name 'ehr', and which can only reference items in EHRs.
    class 
    Abstract class defining the common meta-data of all types of encapsulated data.
    class 
    Specifies points in time in a general syntax.
    class 
    Type for representing identifiers of real-world entities.
    class 
    Generic class defining an interval (i.e. range) of a comparable type.
    class 
    A specialisation of DV_ENCAPSULATED for audiovisual and bio-signal types.
    class 
    Abstract class defining the concept of ordered values, which includes ordinals as well as true quantities.
    class 
    Generic class defining an interval (i.e. range) of a comparable type.
    class 
    DEPRECATED: use markdown formatted DV_TEXT instead.
    class 
    Encapsulated data expressed as a parsable String.
    class 
    Specifies periodic points in time, linked to the calendar (phase-linked), or a real world repeating event, such as breakfast (event-linked).
    class 
    Countable quantities.
    class 
    Abstract class defining the concept of true quantified values, i.e. values which are not only ordered, but which have a precise magnitude.
    class 
    Quantitified type representing scientific quantities, i.e. quantities expressed as a magnitude and units.
    class 
    A 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.
    class 
    For representing state values which obey a defined state machine, such as a variable representing the states of an instruction or care process.
    class 
    Specialised temporal variant of DV_ABSOLUTE_QUANTITY whose diff type is DV_DURATION.
    class 
    A 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).
    class 
    Represents 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.
    class 
    This is an abstract class of which all timing specifications are specialisations.
    class 
    A 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_VALUE
    Modifier and Type
    Field
    Description
    protected DATA_VALUE
    ELEMENT.value
    Property representing leaf value object of ELEMENT.
    Methods in org.hl7.fhir.r5.openehr that return DATA_VALUE
    Modifier and Type
    Method
    Description
    abstract DATA_VALUE
    DATA_VALUE.copy()
     
    ELEMENT.getValue()
     
    protected DATA_VALUE
    OpenehrJsonParser.parseDATA_VALUE(com.google.gson.JsonObject json)
     
    protected DATA_VALUE
    OpenehrXmlParser.parseDATA_VALUE(org.xmlpull.v1.XmlPullParser xpp)
     
    Methods in org.hl7.fhir.r5.openehr with parameters of type DATA_VALUE
    Modifier and Type
    Method
    Description
    protected void
    OpenehrJsonParser.composeDATA_VALUE(String name, DATA_VALUE element)
     
    protected void
    OpenehrXmlParser.composeDATA_VALUE(String name, DATA_VALUE element)
     
    protected void
    OpenehrXmlParser.composeDATA_VALUEElements(DATA_VALUE element)
     
    protected void
    OpenehrJsonParser.composeDATA_VALUEProperties(DATA_VALUE element)
     
    void
    DATA_VALUE.copyValues(DATA_VALUE dst)
     
    protected boolean
    OpenehrXmlParser.parseDATA_VALUEContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DATA_VALUE res)
     
    protected void
    OpenehrJsonParser.parseDATA_VALUEProperties(com.google.gson.JsonObject json, DATA_VALUE res)
     
    ELEMENT.setValue(DATA_VALUE value)