|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.pixelmed.dicom.SetOfDicomFiles.DicomFile
public class SetOfDicomFiles.DicomFile
| Constructor Summary | |
|---|---|
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)
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
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 file
public 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 resident
public 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 well| Method Detail |
|---|
public String getFileName()
public String getSOPClassUID()
public String getSOPInstanceUID()
public String getTransferSyntaxUID()
public AttributeList getAttributeList()
public int compareTo(Object o)
compareTo in interface Comparablepublic int hashCode()
hashCode in class Objectpublic String toString()
Return a String representing this object's value.
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||