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.EventTypeCode |
Modifier and Type | Field and Description |
---|---|
protected List<EventTypeCode> |
EventIdentification.eventTypeCode |
Modifier and Type | Method and Description |
---|---|
EventTypeCode |
ObjectFactory.createEventTypeCode()
Create an instance of
EventTypeCode |
Modifier and Type | Method and Description |
---|---|
List<EventTypeCode> |
EventIdentification.getEventTypeCode()
Gets the value of the eventTypeCode property.
|
Modifier and Type | Method and Description |
---|---|
static EventIdentification |
AuditMessages.createEventIdentification(AuditMessages.EventID eventID,
String action,
Calendar eventDateTime,
String outcome,
String outcomeDescription,
EventTypeCode... types) |
Modifier and Type | Method and Description |
---|---|
EventTypeCode |
AuditSimpleTypeAdapters.EventTypeCodeAdapter.fromConfigNode(String configNode,
ConfigProperty property,
LoadingContext ctx,
Object parent) |
Modifier and Type | Method and Description |
---|---|
String |
AuditSimpleTypeAdapters.EventTypeCodeAdapter.toConfigNode(EventTypeCode object,
ConfigProperty property,
SavingContext ctx) |
Modifier and Type | Field and Description |
---|---|
private EventTypeCode[] |
AuditSuppressCriteria.eventTypeCodes |
Modifier and Type | Method and Description |
---|---|
EventTypeCode[] |
AuditSuppressCriteria.getEventTypeCodes() |
private static EventTypeCode[] |
AuditSuppressCriteria.toEventTypeCodeArray(String... ss) |
Modifier and Type | Method and Description |
---|---|
void |
AuditSuppressCriteria.setEventTypeCodes(EventTypeCode... eventTypeCodes)
Specifies values of
EventTypeCode of the EventIdentification
of messages which shall be suppressed. |
private static String[] |
AuditSuppressCriteria.toStringArray(EventTypeCode... a) |
Modifier and Type | Method and Description |
---|---|
private boolean |
AuditSuppressCriteria.matchEventTypeCodes(List<EventTypeCode> list) |
Copyright © 2017 dcm4che.org. All rights reserved.