public class SetOfDicomFiles.DicomFile extends Object implements Comparable
Constructor and Description |
---|
SetOfDicomFiles.DicomFile(String fileName)
Store a description a DICOM file by reading its metaheader, +/- entire attribute list, as necessary.
|
SetOfDicomFiles.DicomFile(String fileName,
AttributeList list) |
SetOfDicomFiles.DicomFile(String fileName,
AttributeList list,
boolean keepList) |
SetOfDicomFiles.DicomFile(String fileName,
boolean keepList)
Store a description a DICOM file by reading its metaheader, +/- entire attribute list, as necessary.
|
SetOfDicomFiles.DicomFile(String fileName,
boolean keepList,
boolean keepPixelData)
Store a description a DICOM file by reading its metaheader, +/- entire attribute list, as necessary.
|
SetOfDicomFiles.DicomFile(String fileName,
String sopClassUID,
String sopInstanceUID,
String transferSyntaxUID) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Object o) |
AttributeList |
getAttributeList() |
String |
getFileName() |
String |
getSOPClassUID() |
String |
getSOPInstanceUID() |
String |
getTransferSyntaxUID() |
int |
hashCode() |
String |
toString()
Return a String representing this object's value.
|
public SetOfDicomFiles.DicomFile(String fileName, String sopClassUID, String sopInstanceUID, String transferSyntaxUID)
public SetOfDicomFiles.DicomFile(String fileName, AttributeList list)
public SetOfDicomFiles.DicomFile(String fileName, AttributeList list, boolean keepList)
public SetOfDicomFiles.DicomFile(String fileName)
Store a description a DICOM file by reading its metaheader, +/- entire attribute list, as necessary.
fileName
- a DICOM filepublic SetOfDicomFiles.DicomFile(String fileName, boolean keepList)
Store a description a DICOM file by reading its metaheader, +/- entire attribute list, as necessary.
fileName
- a DICOM filekeepList
- whether or not to keep the entire attribute list (including pixel data) memory residentpublic SetOfDicomFiles.DicomFile(String fileName, boolean keepList, boolean keepPixelData)
Store a description a DICOM file by reading its metaheader, +/- entire attribute list, as necessary.
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 wellpublic String getFileName()
public String getSOPClassUID()
public String getSOPInstanceUID()
public String getTransferSyntaxUID()
public AttributeList getAttributeList()
public int compareTo(Object o)
compareTo
in interface Comparable