| Package | Description | 
|---|---|
| org.dcm4che3.imageio.codec | 
 This package is part of the Maven module dcm4che-imageio. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
private List<CompressionRule> | 
CompressionRules.list
This list has a consistent order wrt config save/load 
 | 
private List<CompressionRule> | 
CompressionRules.weightedList
this list is sorted wrt weighting logic (elements with the same weight might not follow a deterministic order) 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CompressionRule | 
CompressionRules.findByCommonName(String commonName)  | 
CompressionRule | 
CompressionRules.findCompressionRule(String aeTitle,
                   Attributes attrs)  | 
CompressionRule | 
CompressionRules.findCompressionRule(String aeTitle,
                   PhotometricInterpretation pmi,
                   int bitsStored,
                   int pixelRepresentation,
                   String sopClass,
                   String[] imgTypes,
                   String bodyPart)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<CompressionRule> | 
CompressionRules.getList()  | 
Iterator<CompressionRule> | 
CompressionRules.iterator()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
CompressionRules.add(CompressionRule rule)  | 
int | 
CompressionRule.compareTo(CompressionRule o)  | 
boolean | 
CompressionRules.remove(CompressionRule ac)
Removes a compression rule with the same Common Name 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
CompressionRules.setList(List<CompressionRule> list)  | 
Copyright © 2017 dcm4che.org. All rights reserved.