|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface to specify common methods for CStore commands.
Method Summary | |
void |
setHeaderData(DICOMHeaderData headerData)
Sets the DICOM header data for the image to be stored. |
void |
setImage(java.io.File imageFile)
Sets the image for this command to store. |
Methods inherited from interface com.goldenhammer.dicom.Command |
close, execute |
Method Detail |
public void setHeaderData(DICOMHeaderData headerData)
headerData
- the new header data for the image.public void setImage(java.io.File imageFile) throws java.lang.Exception
imageFile
- the file where the image is located
java.lang.Exception
- if any problems are encountered opening the file
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |