Uses of Interface
org.dcm4che2.hp.HPComparator

Packages that use HPComparator
org.dcm4che2.hp   
org.dcm4che2.hp.plugins   
org.dcm4che2.hp.spi   
 

Uses of HPComparator in org.dcm4che2.hp
 

Classes in org.dcm4che2.hp that implement HPComparator
 class AbstractHPComparator
           
 

Methods in org.dcm4che2.hp that return HPComparator
static HPComparator HPComparatorFactory.addFunctionalGroupPointer(java.lang.String privCreator, int tag, HPComparator comparator)
          Decorate Sort By Attribute Comparator with Functional Group Pointer, defining the Selector Attribute as nested in a Functional Group Sequence.
static HPComparator HPComparatorFactory.addSequencePointer(java.lang.String privCreator, int tag, HPComparator comparator)
          Decorate Sort By Attribute Comparator with Selector Sequence Pointer, defining the Selector Attribute as nested in a Sequence.
static HPComparator HPComparatorFactory.createHPComparator(DicomObject sortingOp)
          Create HPComparator from Sorting Operations Sequence (0072,0600) item.
static HPComparator HPComparatorFactory.createSortAlongAxis(java.lang.String sortingDirection)
          Create Sort Category Comparator with Sort-by Category ALONG_AXIS.
static HPComparator HPComparatorFactory.createSortByAcqTime(java.lang.String sortingDirection)
          Create Sort Category Comparator with Sort-by Category BY_ACQ_TIME.
static HPComparator HPComparatorFactory.createSortByAttribute(java.lang.String privateCreator, int tag, int valueNumber, java.lang.String sortingDirection)
          Create Sort By Attribute Comparator.
 

Methods in org.dcm4che2.hp that return types with arguments of type HPComparator
 java.util.List<HPComparator> HPDisplaySet.getSortingOperations()
           
 

Methods in org.dcm4che2.hp with parameters of type HPComparator
static HPComparator HPComparatorFactory.addFunctionalGroupPointer(java.lang.String privCreator, int tag, HPComparator comparator)
          Decorate Sort By Attribute Comparator with Functional Group Pointer, defining the Selector Attribute as nested in a Functional Group Sequence.
static HPComparator HPComparatorFactory.addSequencePointer(java.lang.String privCreator, int tag, HPComparator comparator)
          Decorate Sort By Attribute Comparator with Selector Sequence Pointer, defining the Selector Attribute as nested in a Sequence.
 void HPDisplaySet.addSortingOperation(HPComparator cmp)
           
 boolean HPDisplaySet.removeSortingOperation(HPComparator cmp)
           
 

Uses of HPComparator in org.dcm4che2.hp.plugins
 

Classes in org.dcm4che2.hp.plugins that implement HPComparator
 class AlongAxisComparator
           
 class ByAcqTimeComparator
           
 

Methods in org.dcm4che2.hp.plugins that return HPComparator
 HPComparator ByAcqTimeComparatorSpi.createHPComparator(DicomObject sortOp)
           
 HPComparator AlongAxisComparatorSpi.createHPComparator(DicomObject sortOp)
           
 

Uses of HPComparator in org.dcm4che2.hp.spi
 

Methods in org.dcm4che2.hp.spi that return HPComparator
abstract  HPComparator HPComparatorSpi.createHPComparator(DicomObject sortOp)
           
 



Copyright © 2011 dcm4che. All Rights Reserved.