| Package | Description | 
|---|---|
| org.dcm4che3.conf.api | 
 This package is part of the Maven module dcm4che-conf-api. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
private List<AttributeCoercion> | 
AttributeCoercions.list  | 
| 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)  | 
AttributeCoercion | 
AttributeCoercions.findByCommonName(String commonName)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<AttributeCoercion> | 
AttributeCoercions.getList()  | 
Iterator<AttributeCoercion> | 
AttributeCoercions.iterator()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AttributeCoercions.add(AttributeCoercion ac)  | 
int | 
AttributeCoercion.compareTo(AttributeCoercion o)  | 
boolean | 
AttributeCoercions.remove(AttributeCoercion ac)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AttributeCoercions.setList(List<AttributeCoercion> list)  | 
Copyright © 2017 dcm4che.org. All rights reserved.