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

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

    Subclasses of UID in org.hl7.fhir.r5.openehr
    Modifier and Type
    Class
    Description
    class 
    Identifier for archetypes.
    class 
    Generic identifier type for identifiers whose format is otherwise unknown to openEHR.
    class 
    Concrete type corresponding to hierarchical identifiers of the form defined by UID_BASED_ID.
    class 
    Model of a reverse internet domain, as used to uniquely identify an internet domain.
    class 
    Model of ISO?s Object Identifier (oid) as defined by the standard ISO/IEC 8824.
    class 
    Ancestor class of identifiers of informational objects.
    class 
    Globally unique identifier for one version of a versioned object; lexical form: object_id '::' creating_system_id '::' version_tree_id.
    class 
    Identifier for templates.
    class 
    Identifier for terminologies such as accessed via a terminology query service.
    class 
    Abstract model of UID-based identifiers consisting of a root part and an optional extension; lexical form: root '::' extension
    class 
    Model of ISO?s Object Identifier (oid) as defined by the standard ISO/IEC 8824.
    Methods in org.hl7.fhir.r5.openehr that return UID
    Modifier and Type
    Method
    Description
    abstract UID
    UID.copy()
     
    protected UID
    OpenehrJsonParser.parseUID(com.google.gson.JsonObject json)
     
    protected UID
    OpenehrXmlParser.parseUID(org.xmlpull.v1.XmlPullParser xpp)
     
    UID.setValue(String value)
     
     
    Methods in org.hl7.fhir.r5.openehr with parameters of type UID
    Modifier and Type
    Method
    Description
    protected void
    OpenehrJsonParser.composeUID(String name, UID element)
     
    protected void
    OpenehrXmlParser.composeUID(String name, UID element)
     
    protected void
    OpenehrXmlParser.composeUIDElements(UID element)
     
    protected void
    OpenehrJsonParser.composeUIDProperties(UID element)
     
    void
    UID.copyValues(UID dst)
     
    protected boolean
    OpenehrXmlParser.parseUIDContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, UID res)
     
    protected void
    OpenehrJsonParser.parseUIDProperties(com.google.gson.JsonObject json, UID res)