public class SetOfDicomFiles.DicomFile extends Object implements Comparable
Constructor and Description |
---|
DicomFile(String fileName)
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) |
DicomFile(String fileName,
boolean keepList)
Store a description a DICOM file by reading its metaheader, +/- entire attribute list, as necessary.
|
DicomFile(String fileName,
boolean keepList,
boolean keepPixelData)
Store a description a DICOM file by reading its metaheader, +/- entire attribute list, as necessary.
|
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 DicomFile(String fileName)
Store a description a DICOM file by reading its metaheader, +/- entire attribute list, as necessary.
fileName
- a DICOM filepublic DicomFile(String fileName, AttributeList list)
public DicomFile(String fileName, AttributeList list, boolean keepList)
public 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 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 int compareTo(Object o)
compareTo
in interface Comparable
public AttributeList getAttributeList()
public String getFileName()
public String getSOPClassUID()
public String getSOPInstanceUID()
public String getTransferSyntaxUID()