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 List<ActiveParticipant> |
AuditMessage.activeParticipant |
Modifier and Type | Method and Description |
---|---|
ActiveParticipant |
ObjectFactory.createActiveParticipant()
Create an instance of
ActiveParticipant |
static ActiveParticipant |
AuditMessages.createActiveParticipant(String userID,
String altUserID,
String name,
boolean requestor,
String napID,
String napTypeCode,
AuditMessages.MediaType mediaType,
AuditMessages.RoleIDCode... roleIDs) |
Modifier and Type | Method and Description |
---|---|
JAXBElement<ActiveParticipant> |
ObjectFactory.createActiveParticipant(ActiveParticipant value)
|
List<ActiveParticipant> |
AuditMessage.getActiveParticipant()
Gets the value of the activeParticipant property.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<ActiveParticipant> |
ObjectFactory.createActiveParticipant(ActiveParticipant value)
|
Modifier and Type | Method and Description |
---|---|
ActiveParticipant |
AuditLogger.createActiveParticipant(boolean requestor,
AuditMessages.RoleIDCode... roleIDs) |
ActiveParticipant |
AuditLogger.createActiveParticipant(boolean requestor,
String userID,
String alternativeUserID,
String userName,
String hostName,
AuditMessages.RoleIDCode... roleIDs) |
Modifier and Type | Method and Description |
---|---|
private boolean |
AuditSuppressCriteria.match(ActiveParticipant ap) |
Modifier and Type | Method and Description |
---|---|
private boolean |
AuditSuppressCriteria.match(List<ActiveParticipant> aps) |
Copyright © 2017 dcm4che.org. All rights reserved.