| 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.conf.dicom.adapters | 
 This package is part of the Maven modules dcm4che-conf-dicom. 
 | 
| org.dcm4che3.net.audit | 
 This package is in the Maven module dcm4che-net-audit. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
AuditMessages.EventID  | 
| Modifier and Type | Field and Description | 
|---|---|
protected EventID | 
EventIdentification.eventID  | 
| Modifier and Type | Method and Description | 
|---|---|
EventID | 
ObjectFactory.createEventID()
Create an instance of  
EventID | 
EventID | 
EventIdentification.getEventID()
Gets the value of the eventID property. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
EventIdentification.setEventID(EventID value)
Sets the value of the eventID property. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
EventID | 
AuditSimpleTypeAdapters.EventIDTypeAdapter.fromConfigNode(String configNode,
              ConfigProperty property,
              LoadingContext ctx,
              Object parent)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
AuditSimpleTypeAdapters.EventIDTypeAdapter.toConfigNode(EventID object,
            ConfigProperty property,
            SavingContext ctx)  | 
| Modifier and Type | Field and Description | 
|---|---|
private EventID[] | 
AuditSuppressCriteria.eventIDs  | 
| Modifier and Type | Method and Description | 
|---|---|
EventID[] | 
AuditSuppressCriteria.getEventIDs()  | 
private static EventID[] | 
AuditSuppressCriteria.toEventIDArray(String... ss)  | 
| Modifier and Type | Method and Description | 
|---|---|
private boolean | 
AuditSuppressCriteria.matchEventID(EventID o)  | 
void | 
AuditSuppressCriteria.setEventIDs(EventID... eventIDs)
Specifies values of  
EventID of the EventIdentification
 of messages which shall be suppressed. | 
private static String[] | 
AuditSuppressCriteria.toStringArray(EventID... a)  | 
Copyright © 2017 dcm4che.org. All rights reserved.