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.RoleIDCode |
Modifier and Type | Field and Description |
---|---|
protected List<RoleIDCode> |
ActiveParticipant.roleIDCode |
Modifier and Type | Method and Description |
---|---|
RoleIDCode |
ObjectFactory.createRoleIDCode()
Create an instance of
RoleIDCode |
Modifier and Type | Method and Description |
---|---|
List<RoleIDCode> |
ActiveParticipant.getRoleIDCode()
Gets the value of the roleIDCode property.
|
Modifier and Type | Method and Description |
---|---|
RoleIDCode |
AuditSimpleTypeAdapters.RoleIDCodeTypeAdapter.fromConfigNode(String configNode,
ConfigProperty property,
LoadingContext ctx,
Object parent) |
Modifier and Type | Method and Description |
---|---|
String |
AuditSimpleTypeAdapters.RoleIDCodeTypeAdapter.toConfigNode(RoleIDCode object,
ConfigProperty property,
SavingContext ctx) |
Modifier and Type | Field and Description |
---|---|
private RoleIDCode[] |
AuditSuppressCriteria.roleIDCodes |
Modifier and Type | Method and Description |
---|---|
RoleIDCode[] |
AuditSuppressCriteria.getUserRoleIDCodes() |
private static RoleIDCode[] |
AuditSuppressCriteria.toRoleIDCodeArray(String... ss) |
Modifier and Type | Method and Description |
---|---|
void |
AuditSuppressCriteria.setUserRoleIDCodes(RoleIDCode... roleIDCodes)
Specifies values of
RoleIDCode of ActiveParticipant s of
messages which shall be suppressed. |
private static String[] |
AuditSuppressCriteria.toStringArray(RoleIDCode... a) |
Modifier and Type | Method and Description |
---|---|
private boolean |
AuditSuppressCriteria.matchRoleIDCodes(List<RoleIDCode> list) |
Copyright © 2017 dcm4che.org. All rights reserved.