|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjdcm.DicomFile
public class DicomFile
This class represents a DICOM Media Storage file.
DicomGroup,
DicomSet| Field Summary | |
|---|---|
protected DicomSet |
dicomSet
|
protected DicomGroup |
metaFile
|
| Constructor Summary | |
|---|---|
DicomFile(DicomSet dicomSet)
Constructs an DicomFile object, using the provided dicomSet for the data set. |
|
DicomFile(java.io.File file)
Constructs an DicomFile object associated with a specified Dicom file system. |
|
DicomFile(java.lang.String fileName)
Constructs an DicomFile object associated with a specified Dicom file system. |
|
| Method Summary | |
|---|---|
java.lang.String |
getAffectedSOPClassUID()
Retrieves the affected SOP Class UID contained in this Dicom file object. |
java.lang.String |
getAffectedSOPInstanceUID()
Retrieves the affected SOP instance UID contained in this Dicom file object. |
DicomSet |
getDicomSet()
Retrieves the data set contained in this Dicom file object. |
DicomGroup |
getMetaFile()
Retrieves the metaFile contained in this Dicom file object. |
java.lang.String |
getTransferSyntaxUID()
Retrieves the transfer syntax UID contained in this Dicom file object. |
void |
setAffectedSOPClassUID(java.lang.String affectedSOPClassUID)
Sets the affected SOP Class UID in this Dicom file object. |
void |
setAffectedSOPInstanceUID(java.lang.String affectedSOPInstanceUID)
Sets the affected SOP Instance UID in this Dicom file object. |
void |
setTransferSyntaxUID(java.lang.String transferSyntaxUID)
Sets the transfer Syntax UID in this Dicom file object |
java.lang.String |
toString()
|
void |
write(java.lang.String fileName)
Write this Dicom file object in file system. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected DicomSet dicomSet
protected DicomGroup metaFile
| Constructor Detail |
|---|
public DicomFile(java.io.File file)
throws java.io.IOException
file - representation of file.
java.io.IOException - if this is not an Dicom part 10 format file.public DicomFile(DicomSet dicomSet)
public DicomFile(java.lang.String fileName)
throws java.io.IOException
fileName - path file name of Dicom file
java.io.IOException - if this is not an Dicom part 10 format file.| Method Detail |
|---|
public void write(java.lang.String fileName)
throws java.io.IOException
fileName -
java.io.IOExceptionpublic DicomSet getDicomSet()
public DicomGroup getMetaFile()
public java.lang.String getAffectedSOPClassUID()
public void setAffectedSOPClassUID(java.lang.String affectedSOPClassUID)
affectedSOPClassUID - public java.lang.String getAffectedSOPInstanceUID()
public void setAffectedSOPInstanceUID(java.lang.String affectedSOPInstanceUID)
affectedSOPInstanceUID - public java.lang.String getTransferSyntaxUID()
public void setTransferSyntaxUID(java.lang.String transferSyntaxUID)
transferSyntaxUID - public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||