Package com.pixelmed.dicom
Class SetOfDicomFiles.DicomFile
java.lang.Object
com.pixelmed.dicom.SetOfDicomFiles.DicomFile
- All Implemented Interfaces:
Comparable
- Enclosing class:
- SetOfDicomFiles
-
Constructor Summary
ConstructorsConstructorDescriptionStore a description a DICOM file by reading its metaheader, +/- entire attribute list, as necessary.Store a description a DICOM file by reading its metaheader, +/- entire attribute list, as necessary.Store a description a DICOM file by reading its metaheader, +/- entire attribute list, as necessary.DicomFile
(String fileName, AttributeList list) DicomFile
(String fileName, AttributeList list, boolean keepList) -
Method Summary
-
Constructor Details
-
DicomFile
-
DicomFile
-
DicomFile
-
DicomFile
Store a description a DICOM file by reading its metaheader, +/- entire attribute list, as necessary.
- Parameters:
fileName
- a DICOM file
-
DicomFile
Store a description a DICOM file by reading its metaheader, +/- entire attribute list, as necessary.
- Parameters:
fileName
- a DICOM filekeepList
- whether or not to keep the entire attribute list (including pixel data) memory resident
-
DicomFile
Store a description a DICOM file by reading its metaheader, +/- entire attribute list, as necessary.
- Parameters:
fileName
- a DICOM filekeepList
- whether or not to keep the entire attribute list (excluding pixel data unless requested) memory residentkeepPixelData
- whether or not to keep the pixel data memory resident as well
-
-
Method Details
-
getFileName
-
getSOPClassUID
-
getSOPInstanceUID
-
getTransferSyntaxUID
-
getAttributeList
-
compareTo
- Specified by:
compareTo
in interfaceComparable
-
hashCode
public int hashCode() -
toString
Return a String representing this object's value.
-