org.dcm4che2.hp
Interface HPComparator
- All Known Implementing Classes: 
- AbstractHPComparator, AlongAxisComparator, ByAcqTimeComparator
- public interface HPComparator 
- Since:
- Aug 6, 2005
- Version:
- $Revision: 12635 $ $Date: 2010-01-18 14:15:50 +0100 (Mon, 18 Jan 2010) $
- Author:
- gunter zeilinger(gunterze@gmail.com)
 
compare
int compare(DicomObject o1,
            int frame1,
            DicomObject o2,
            int frame2)
- 
 
getDicomObject
DicomObject getDicomObject()
- Returns the DicomObject that backs this HPComparator.
 
 Direct modifications of the returned DicomObject is strongly
 discouraged as it may cause inconsistencies in the internal state
 of this object.
 
- 
- Returns:
- the DicomObject that backs this HPComparator
 
getImageSetSelectorUsageFlag
java.lang.String getImageSetSelectorUsageFlag()
- 
 
getSelectorAttribute
int getSelectorAttribute()
- 
 
getSelectorSequencePointer
int getSelectorSequencePointer()
- 
 
getFunctionalGroupPointer
int getFunctionalGroupPointer()
- 
 
getSelectorSequencePointerPrivateCreator
java.lang.String getSelectorSequencePointerPrivateCreator()
- 
 
getFunctionalGroupPrivateCreator
java.lang.String getFunctionalGroupPrivateCreator()
- 
 
getSelectorAttributePrivateCreator
java.lang.String getSelectorAttributePrivateCreator()
- 
 
getSelectorValueNumber
int getSelectorValueNumber()
- 
 
getSortByCategory
java.lang.String getSortByCategory()
- 
 
getSortingDirection
java.lang.String getSortingDirection()
- 
 
Copyright © 2011 dcm4che. All Rights Reserved.