Package | Description |
---|---|
org.dcm4che3.conf.api |
This package is part of the Maven module dcm4che-conf-api.
|
org.dcm4che3.conf.dicom |
This package is part of the Maven module dcm4che-conf-api
and dcm4che-conf-dicom.
|
org.dcm4che3.net |
Classes related to the network communications between systems.
|
org.dcm4che3.tool.dcmqrscp |
Simple DICOM archive.
|
Modifier and Type | Field and Description |
---|---|
(package private) TransferCapability.Role |
AttributeCoercion.Condition.role |
Modifier and Type | Method and Description |
---|---|
TransferCapability.Role |
AttributeCoercion.getRole() |
TransferCapability.Role |
AttributeCoercion.Condition.getRole() |
Modifier and Type | Method and Description |
---|---|
AttributeCoercion |
AttributeCoercions.findAttributeCoercion(String sopClass,
Dimse dimse,
TransferCapability.Role role,
String aeTitle) |
AttributeCoercion |
AttributeCoercions.findAttributeCoercion(String sopClass,
Dimse dimse,
TransferCapability.Role role,
String aeTitle,
String deviceName) |
boolean |
AttributeCoercion.Condition.matches(String sopClass,
Dimse dimse,
TransferCapability.Role role,
String aeTitle,
String deviceName) |
boolean |
AttributeCoercion.matchesCondition(String sopClass,
Dimse dimse,
TransferCapability.Role role,
String aeTitle,
String deviceName) |
void |
AttributeCoercion.Condition.setRole(TransferCapability.Role role) |
Constructor and Description |
---|
AttributeCoercion(String commonName,
String[] sopClasses,
Dimse dimse,
TransferCapability.Role role,
String[] aeTitles,
String[] deviceNames,
String uri) |
Condition(String[] sopClasses,
Dimse dimse,
TransferCapability.Role role,
String[] aeTitles,
String[] deviceNames) |
Modifier and Type | Method and Description |
---|---|
private void |
AppEntityTCGroupHandlingTypeAdapter.addTC(ApplicationEntity applicationEntity,
TCConfiguration tcConfig,
Map.Entry<String,TCGroupConfigAEExtension.TCGroupDetails> tcGroupRefEntry,
TransferCapability.Role role) |
private void |
AlternativeTCLoader.addTC(ApplicationEntity applicationEntity,
TCConfiguration tcConfig,
Map.Entry<String,TCGroupConfigAEExtension.TCGroupDetails> tcGroupRefEntry,
TransferCapability.Role role) |
Modifier and Type | Field and Description |
---|---|
private TransferCapability.Role |
TransferCapability.role |
Modifier and Type | Method and Description |
---|---|
TransferCapability.Role |
TransferCapability.getRole()
Get the role for this
TransferCapability instance. |
static TransferCapability.Role |
TransferCapability.Role.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransferCapability.Role[] |
TransferCapability.Role.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
DefaultTransferCapabilities.addTC(ApplicationEntity ae,
EnumSet<QueryOption> queryOpts,
TransferCapability.Role role,
String cuid,
String... tss) |
static void |
DefaultTransferCapabilities.addTCs(ApplicationEntity ae,
EnumSet<QueryOption> queryOpts,
TransferCapability.Role role,
String[] cuids,
String... tss) |
Collection<TransferCapability> |
ApplicationEntity.getTransferCapabilitiesWithRole(TransferCapability.Role role) |
TransferCapability |
ApplicationEntity.getTransferCapabilityFor(String sopClass,
TransferCapability.Role role) |
TransferCapability |
ApplicationEntity.removeTransferCapabilityFor(String sopClass,
TransferCapability.Role role) |
void |
TransferCapability.setRole(TransferCapability.Role role) |
private static String |
NoRoleSelectionException.toMessage(String cuid,
TransferCapability.Role role) |
Constructor and Description |
---|
NoRoleSelectionException(String cuid,
TransferCapability.Role role) |
TransferCapability(String commonName,
String sopClass,
TransferCapability.Role role,
String... transferSyntaxes) |
Modifier and Type | Method and Description |
---|---|
private static void |
DcmQRSCP.addTransferCapabilities(ApplicationEntity ae,
Properties p,
TransferCapability.Role role,
EnumSet<QueryOption> queryOptions) |
Copyright © 2017 dcm4che.org. All rights reserved.