public class AuditEvent extends DomainResource
| Modifier and Type | Class and Description |
|---|---|
static class |
AuditEvent.AuditEventAction |
static class |
AuditEvent.AuditEventActionEnumFactory |
static class |
AuditEvent.AuditEventEventComponent |
static class |
AuditEvent.AuditEventObjectComponent |
static class |
AuditEvent.AuditEventObjectDetailComponent |
static class |
AuditEvent.AuditEventOutcome |
static class |
AuditEvent.AuditEventOutcomeEnumFactory |
static class |
AuditEvent.AuditEventParticipantComponent |
static class |
AuditEvent.AuditEventParticipantNetworkComponent |
static class |
AuditEvent.AuditEventParticipantNetworkType |
static class |
AuditEvent.AuditEventParticipantNetworkTypeEnumFactory |
static class |
AuditEvent.AuditEventSourceComponent |
| Modifier and Type | Field and Description |
|---|---|
protected AuditEvent.AuditEventEventComponent |
event
Identifies the name, action type, time, and disposition of the audited event.
|
protected List<AuditEvent.AuditEventObjectComponent> |
object
Specific instances of data or objects that have been accessed.
|
protected List<AuditEvent.AuditEventParticipantComponent> |
participant
A person, a hardware device or software process.
|
protected AuditEvent.AuditEventSourceComponent |
source
Application systems and processes.
|
static String |
SP_ACTION |
static String |
SP_ADDRESS |
static String |
SP_ALTID |
static String |
SP_DATE |
static String |
SP_DESC |
static String |
SP_IDENTITY |
static String |
SP_NAME |
static String |
SP_OBJECTTYPE |
static String |
SP_PARTICIPANT |
static String |
SP_PATIENT |
static String |
SP_POLICY |
static String |
SP_REFERENCE |
static String |
SP_SITE |
static String |
SP_SOURCE |
static String |
SP_SUBTYPE |
static String |
SP_TYPE |
static String |
SP_USER |
contained, extension, modifierExtension, textid, implicitRules, language, meta| Constructor and Description |
|---|
AuditEvent() |
AuditEvent(AuditEvent.AuditEventEventComponent event,
AuditEvent.AuditEventSourceComponent source) |
addContained, addExtension, addExtension, addModifierExtension, addModifierExtension, copyValues, getContained, getExtension, getModifierExtension, getText, hasContained, hasExtension, hasModifierExtension, hasText, setTextcopyValues, getId, getIdElement, getImplicitRules, getImplicitRulesElement, getLanguage, getLanguageElement, getMeta, getStructureFhirVersionEnum, hasId, hasIdElement, hasImplicitRules, hasImplicitRulesElement, hasLanguage, hasLanguageElement, hasMeta, setId, setIdElement, setImplicitRules, setImplicitRulesElement, setLanguage, setLanguageElement, setMetasetIdcastToAddress, castToAnnotation, castToAttachment, castToBase64Binary, castToBoolean, castToCode, castToCodeableConcept, castToCoding, castToContactPoint, castToDate, castToDateTime, castToDecimal, castToDuration, castToElementDefinition, castToExtension, castToHumanName, castToId, castToIdentifier, castToInstant, castToInteger, castToMarkdown, castToMeta, castToMoney, castToNarrative, castToOid, castToPeriod, castToPositiveInt, castToQuantity, castToRange, castToRatio, castToReference, castToResource, castToSampledData, castToSignature, castToSimpleQuantity, castToString, castToTime, castToTiming, castToUnsignedInt, castToUri, children, compareDeep, compareDeep, compareDeep, compareValues, compareValues, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getUserData, getUserInt, getUserString, hasFormatComment, hasType, hasUserData, isMetadataBased, isPrimitive, listChildrenByName, primitiveValue, setUserData, setUserDataINNclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetId, getIdElement, getLanguageElement, getUserData, setId, setUserDataprotected AuditEvent.AuditEventEventComponent event
protected List<AuditEvent.AuditEventParticipantComponent> participant
protected AuditEvent.AuditEventSourceComponent source
protected List<AuditEvent.AuditEventObjectComponent> object
public static final String SP_DATE
public static final String SP_ADDRESS
public static final String SP_SOURCE
public static final String SP_TYPE
public static final String SP_ALTID
public static final String SP_PARTICIPANT
public static final String SP_REFERENCE
public static final String SP_SITE
public static final String SP_SUBTYPE
public static final String SP_IDENTITY
public static final String SP_PATIENT
public static final String SP_OBJECTTYPE
public static final String SP_NAME
public static final String SP_ACTION
public static final String SP_USER
public static final String SP_DESC
public static final String SP_POLICY
public AuditEvent()
public AuditEvent(AuditEvent.AuditEventEventComponent event, AuditEvent.AuditEventSourceComponent source)
public AuditEvent.AuditEventEventComponent getEvent()
event (Identifies the name, action type, time, and disposition of the audited event.)public boolean hasEvent()
public AuditEvent setEvent(AuditEvent.AuditEventEventComponent value)
value - event (Identifies the name, action type, time, and disposition of the audited event.)public List<AuditEvent.AuditEventParticipantComponent> getParticipant()
participant (A person, a hardware device or software process.)public boolean hasParticipant()
public AuditEvent.AuditEventParticipantComponent addParticipant()
participant (A person, a hardware device or software process.)public AuditEvent addParticipant(AuditEvent.AuditEventParticipantComponent t)
public AuditEvent.AuditEventSourceComponent getSource()
source (Application systems and processes.)public boolean hasSource()
public AuditEvent setSource(AuditEvent.AuditEventSourceComponent value)
value - source (Application systems and processes.)public List<AuditEvent.AuditEventObjectComponent> getObject()
object (Specific instances of data or objects that have been accessed.)public boolean hasObject()
public AuditEvent.AuditEventObjectComponent addObject()
object (Specific instances of data or objects that have been accessed.)public AuditEvent addObject(AuditEvent.AuditEventObjectComponent t)
protected void listChildren(List<Property> childrenList)
listChildren in class DomainResourcepublic void setProperty(String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
setProperty in class DomainResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic Base addChild(String name) throws org.hl7.fhir.exceptions.FHIRException
addChild in class DomainResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic String fhirType()
fhirType in class DomainResourcepublic AuditEvent copy()
copy in class DomainResourceprotected AuditEvent typedCopy()
public boolean equalsDeep(Base other)
equalsDeep in class DomainResourcepublic boolean equalsShallow(Base other)
equalsShallow in class DomainResourcepublic boolean isEmpty()
isEmpty in interface org.hl7.fhir.instance.model.api.IBaseisEmpty in class DomainResourcepublic ResourceType getResourceType()
getResourceType in class ResourceCopyright © 2014–2018 University Health Network. All rights reserved.