
Uses of Class
org.hl7.fhir.r5.openehr.AUDIT_DETAILS
Packages that use AUDIT_DETAILS
-
Uses of AUDIT_DETAILS in org.hl7.fhir.r5.openehr
Subclasses of AUDIT_DETAILS in org.hl7.fhir.r5.openehrModifier and TypeClassDescriptionclass
Record an attestation of a party (the committer) to item(s) of record content.Fields in org.hl7.fhir.r5.openehr declared as AUDIT_DETAILSModifier and TypeFieldDescriptionprotected AUDIT_DETAILS
CONTRIBUTION.audit
Audit trail corresponding to the committal of this Contribution.protected AUDIT_DETAILS
VERSION.commit_audit
Audit trail corresponding to the committal of this version to the VERSIONED_OBJECT.Fields in org.hl7.fhir.r5.openehr with type parameters of type AUDIT_DETAILSModifier and TypeFieldDescriptionprotected List
<AUDIT_DETAILS> REVISION_HISTORY_ITEM.auditsList
The audits for this revision; there will always be at least one commit audit (which may itself be an ATTESTATION), there may also be further attestations.Methods in org.hl7.fhir.r5.openehr that return AUDIT_DETAILSModifier and TypeMethodDescriptionREVISION_HISTORY_ITEM.addAudits()
AUDIT_DETAILS.copy()
CONTRIBUTION.getAudit()
REVISION_HISTORY_ITEM.getAuditsFirstRep()
VERSION.getCommit_audit()
protected AUDIT_DETAILS
OpenehrJsonParser.parseAUDIT_DETAILS
(com.google.gson.JsonObject json) protected AUDIT_DETAILS
OpenehrXmlParser.parseAUDIT_DETAILS
(org.xmlpull.v1.XmlPullParser xpp) AUDIT_DETAILS.setChange_type
(DV_CODED_TEXT value) AUDIT_DETAILS.setCommitter
(PARTY_PROXY value) AUDIT_DETAILS.setDescription
(DV_TEXT value) AUDIT_DETAILS.setSystem_id
(String value) AUDIT_DETAILS.setSystem_idElement
(StringType value) AUDIT_DETAILS.setTime_committed
(DV_DATE_TIME value) protected AUDIT_DETAILS
AUDIT_DETAILS.typedCopy()
Methods in org.hl7.fhir.r5.openehr that return types with arguments of type AUDIT_DETAILSMethods in org.hl7.fhir.r5.openehr with parameters of type AUDIT_DETAILSModifier and TypeMethodDescriptionREVISION_HISTORY_ITEM.addAudits
(AUDIT_DETAILS t) protected void
OpenehrJsonParser.composeAUDIT_DETAILS
(String name, AUDIT_DETAILS element) protected void
OpenehrXmlParser.composeAUDIT_DETAILS
(String name, AUDIT_DETAILS element) protected void
OpenehrXmlParser.composeAUDIT_DETAILSElements
(AUDIT_DETAILS element) protected void
OpenehrJsonParser.composeAUDIT_DETAILSProperties
(AUDIT_DETAILS element) void
AUDIT_DETAILS.copyValues
(AUDIT_DETAILS dst) protected boolean
OpenehrXmlParser.parseAUDIT_DETAILSContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, AUDIT_DETAILS res) protected void
OpenehrJsonParser.parseAUDIT_DETAILSProperties
(com.google.gson.JsonObject json, AUDIT_DETAILS res) CONTRIBUTION.setAudit
(AUDIT_DETAILS value) VERSION.setCommit_audit
(AUDIT_DETAILS value) Method parameters in org.hl7.fhir.r5.openehr with type arguments of type AUDIT_DETAILSModifier and TypeMethodDescriptionREVISION_HISTORY_ITEM.setAuditsList
(List<AUDIT_DETAILS> theAudits) Constructors in org.hl7.fhir.r5.openehr with parameters of type AUDIT_DETAILSModifierConstructorDescriptionCONTRIBUTION
(HIER_OBJECT_ID uid, OBJECT_REF versions, AUDIT_DETAILS audit) ConstructorREVISION_HISTORY_ITEM
(OBJECT_VERSION_ID version_id, AUDIT_DETAILS audits) ConstructorVERSION
(OBJECT_REF contribution, AUDIT_DETAILS commit_audit) Constructor