
Uses of Class
org.hl7.fhir.r5.openehr.AUDIT_DETAILS
Packages that use AUDIT_DETAILS
- 
Uses of AUDIT_DETAILS in org.hl7.fhir.r5.openehrSubclasses of AUDIT_DETAILS in org.hl7.fhir.r5.openehrModifier and TypeClassDescriptionclassRecord 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_DETAILSCONTRIBUTION.auditAudit trail corresponding to the committal of this Contribution.protected AUDIT_DETAILSVERSION.commit_auditAudit 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.auditsListThe 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_DETAILSOpenehrJsonParser.parseAUDIT_DETAILS(com.google.gson.JsonObject json) protected AUDIT_DETAILSOpenehrXmlParser.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_DETAILSAUDIT_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 voidOpenehrJsonParser.composeAUDIT_DETAILS(String name, AUDIT_DETAILS element) protected voidOpenehrXmlParser.composeAUDIT_DETAILS(String name, AUDIT_DETAILS element) protected voidOpenehrXmlParser.composeAUDIT_DETAILSElements(AUDIT_DETAILS element) protected voidOpenehrJsonParser.composeAUDIT_DETAILSProperties(AUDIT_DETAILS element) voidAUDIT_DETAILS.copyValues(AUDIT_DETAILS dst) protected booleanOpenehrXmlParser.parseAUDIT_DETAILSContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, AUDIT_DETAILS res) protected voidOpenehrJsonParser.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