
Uses of Class
org.hl7.fhir.r5.openehr.HIER_OBJECT_ID
Packages that use HIER_OBJECT_ID
-
Uses of HIER_OBJECT_ID in org.hl7.fhir.r5.openehr
Fields in org.hl7.fhir.r5.openehr declared as HIER_OBJECT_IDModifier and TypeFieldDescriptionprotected HIER_OBJECT_ID
EHR.ehr_id
The unique identifier of this EHR.protected HIER_OBJECT_ID
CONTRIBUTION.uid
Unique identifier for this Contribution.protected HIER_OBJECT_ID
VERSIONED_OBJECT.uid
Unique identifier of this version container in the form of a UID with no extension.Fields in org.hl7.fhir.r5.openehr with type parameters of type HIER_OBJECT_IDModifier and TypeFieldDescriptionprotected List
<HIER_OBJECT_ID> EHR.system_idList
The identifier of the logical EHR management system in which this EHR was created.Methods in org.hl7.fhir.r5.openehr that return HIER_OBJECT_IDModifier and TypeMethodDescriptionEHR.addSystem_id()
HIER_OBJECT_ID.copy()
EHR.getEhr_id()
EHR.getSystem_idFirstRep()
CONTRIBUTION.getUid()
VERSIONED_OBJECT.getUid()
protected HIER_OBJECT_ID
OpenehrJsonParser.parseHIER_OBJECT_ID
(com.google.gson.JsonObject json) protected HIER_OBJECT_ID
OpenehrXmlParser.parseHIER_OBJECT_ID
(org.xmlpull.v1.XmlPullParser xpp) protected HIER_OBJECT_ID
HIER_OBJECT_ID.typedCopy()
Methods in org.hl7.fhir.r5.openehr that return types with arguments of type HIER_OBJECT_IDMethods in org.hl7.fhir.r5.openehr with parameters of type HIER_OBJECT_IDModifier and TypeMethodDescriptionEHR.addSystem_id
(HIER_OBJECT_ID t) protected void
OpenehrJsonParser.composeHIER_OBJECT_ID
(String name, HIER_OBJECT_ID element) protected void
OpenehrXmlParser.composeHIER_OBJECT_ID
(String name, HIER_OBJECT_ID element) protected void
OpenehrXmlParser.composeHIER_OBJECT_IDElements
(HIER_OBJECT_ID element) protected void
OpenehrJsonParser.composeHIER_OBJECT_IDProperties
(HIER_OBJECT_ID element) void
HIER_OBJECT_ID.copyValues
(HIER_OBJECT_ID dst) protected boolean
OpenehrXmlParser.parseHIER_OBJECT_IDContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, HIER_OBJECT_ID res) protected void
OpenehrJsonParser.parseHIER_OBJECT_IDProperties
(com.google.gson.JsonObject json, HIER_OBJECT_ID res) EHR.setEhr_id
(HIER_OBJECT_ID value) CONTRIBUTION.setUid
(HIER_OBJECT_ID value) VERSIONED_OBJECT.setUid
(HIER_OBJECT_ID value) Method parameters in org.hl7.fhir.r5.openehr with type arguments of type HIER_OBJECT_IDConstructors in org.hl7.fhir.r5.openehr with parameters of type HIER_OBJECT_IDModifierConstructorDescriptionCONTRIBUTION
(HIER_OBJECT_ID uid, OBJECT_REF versions, AUDIT_DETAILS audit) ConstructorEHR
(HIER_OBJECT_ID system_id, HIER_OBJECT_ID ehr_id, OBJECT_REF ehr_status, OBJECT_REF ehr_access, DV_DATE_TIME time_created) ConstructorVERSIONED_OBJECT
(HIER_OBJECT_ID uid, OBJECT_REF owner_id, DV_DATE_TIME time_created) Constructor