
Uses of Class
org.hl7.fhir.r5.openehr.UID_BASED_ID
Packages that use UID_BASED_ID
-
Uses of UID_BASED_ID in org.hl7.fhir.r5.openehr
Subclasses of UID_BASED_ID in org.hl7.fhir.r5.openehrModifier and TypeClassDescriptionclass
Concrete type corresponding to hierarchical identifiers of the form defined by UID_BASED_ID.class
Globally unique identifier for one version of a versioned object; lexical form: object_id '::' creating_system_id '::' version_tree_id.Fields in org.hl7.fhir.r5.openehr declared as UID_BASED_IDModifier and TypeFieldDescriptionprotected UID_BASED_ID
ITEM_TAG.target
Identifier of target, which may be a VERSIONED_OBJECTor a VERSION . protected UID_BASED_ID
PATHABLE.uid
Optional globally unique object identifier for root points of archetyped structures.Methods in org.hl7.fhir.r5.openehr that return UID_BASED_IDModifier and TypeMethodDescriptionabstract UID_BASED_ID
UID_BASED_ID.copy()
ITEM_TAG.getTarget()
PATHABLE.getUid()
protected UID_BASED_ID
OpenehrJsonParser.parseUID_BASED_ID
(com.google.gson.JsonObject json) protected UID_BASED_ID
OpenehrXmlParser.parseUID_BASED_ID
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.openehr with parameters of type UID_BASED_IDModifier and TypeMethodDescriptionprotected void
OpenehrJsonParser.composeUID_BASED_ID
(String name, UID_BASED_ID element) protected void
OpenehrXmlParser.composeUID_BASED_ID
(String name, UID_BASED_ID element) protected void
OpenehrXmlParser.composeUID_BASED_IDElements
(UID_BASED_ID element) protected void
OpenehrJsonParser.composeUID_BASED_IDProperties
(UID_BASED_ID element) void
UID_BASED_ID.copyValues
(UID_BASED_ID dst) protected boolean
OpenehrXmlParser.parseUID_BASED_IDContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, UID_BASED_ID res) protected void
OpenehrJsonParser.parseUID_BASED_IDProperties
(com.google.gson.JsonObject json, UID_BASED_ID res) ITEM_TAG.setTarget
(UID_BASED_ID value) PATHABLE.setUid
(UID_BASED_ID value) Constructors in org.hl7.fhir.r5.openehr with parameters of type UID_BASED_IDModifierConstructorDescriptionITEM_TAG
(String key, UID_BASED_ID target, OBJECT_REF owner_id) Constructor