
Uses of Class
org.hl7.fhir.r5.openehr.OBJECT_ID
Packages that use OBJECT_ID
-
Uses of OBJECT_ID in org.hl7.fhir.r5.openehr
Subclasses of OBJECT_ID in org.hl7.fhir.r5.openehrModifier and TypeClassDescriptionclass
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
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 '::' extensionFields in org.hl7.fhir.r5.openehr declared as OBJECT_IDModifier and TypeFieldDescriptionprotected OBJECT_ID
OBJECT_REF.id
Globally unique id of an object, regardless of where it is stored.Methods in org.hl7.fhir.r5.openehr that return OBJECT_IDModifier and TypeMethodDescriptionabstract OBJECT_ID
OBJECT_ID.copy()
OBJECT_REF.getId()
protected OBJECT_ID
OpenehrJsonParser.parseOBJECT_ID
(com.google.gson.JsonObject json) protected OBJECT_ID
OpenehrXmlParser.parseOBJECT_ID
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.openehr with parameters of type OBJECT_IDModifier and TypeMethodDescriptionprotected void
OpenehrJsonParser.composeOBJECT_ID
(String name, OBJECT_ID element) protected void
OpenehrXmlParser.composeOBJECT_ID
(String name, OBJECT_ID element) protected void
OpenehrXmlParser.composeOBJECT_IDElements
(OBJECT_ID element) protected void
OpenehrJsonParser.composeOBJECT_IDProperties
(OBJECT_ID element) void
OBJECT_ID.copyValues
(OBJECT_ID dst) protected boolean
OpenehrXmlParser.parseOBJECT_IDContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, OBJECT_ID res) protected void
OpenehrJsonParser.parseOBJECT_IDProperties
(com.google.gson.JsonObject json, OBJECT_ID res) Constructors in org.hl7.fhir.r5.openehr with parameters of type OBJECT_IDModifierConstructorDescriptionOBJECT_REF
(String namespace, String type, OBJECT_ID id) Constructor