Package | Description |
---|---|
org.dcm4che3.audit |
These are java classes that are created by using XSLT translation
on an XML schema that is part of the Dicom standard.
|
org.dcm4che3.net.audit |
This package is in the Maven module dcm4che-net-audit.
|
Modifier and Type | Field and Description |
---|---|
protected EventIdentification |
AuditMessage.eventIdentification |
Modifier and Type | Method and Description |
---|---|
EventIdentification |
ObjectFactory.createEventIdentification()
Create an instance of
EventIdentification |
static EventIdentification |
AuditMessages.createEventIdentification(AuditMessages.EventID eventID,
String action,
Calendar eventDateTime,
String outcome,
String outcomeDescription,
EventTypeCode... types) |
EventIdentification |
AuditMessage.getEventIdentification()
Gets the value of the eventIdentification property.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<EventIdentification> |
ObjectFactory.createEventIdentification(EventIdentification value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<EventIdentification> |
ObjectFactory.createEventIdentification(EventIdentification value)
|
void |
AuditMessage.setEventIdentification(EventIdentification value)
Sets the value of the eventIdentification property.
|
Modifier and Type | Method and Description |
---|---|
private boolean |
AuditSuppressCriteria.match(EventIdentification eventIdentification) |
Copyright © 2017 dcm4che.org. All rights reserved.