Package | Description |
---|---|
org.dcm4che3.net.audit |
This package is in the Maven module dcm4che-net-audit.
|
Modifier and Type | Method and Description |
---|---|
private AuditLogger.SendStatus |
AuditLogger.sendMessage(DatagramPacket msg) |
static AuditLogger.SendStatus |
AuditLogger.SendStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuditLogger.SendStatus[] |
AuditLogger.SendStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
AuditLogger.SendStatus |
AuditLogger.write(Calendar timeStamp,
AuditLogger.Severity severity,
byte[] data,
int off,
int len) |
AuditLogger.SendStatus |
AuditLogger.write(Calendar timeStamp,
AuditMessage msg)
Send Audit Message by Syslog Protocol to Audit Record Repository, if the
message does not match any configured
AuditSuppressCriteria . |
Copyright © 2017 dcm4che.org. All rights reserved.