|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.goldenhammer.dicom.dcm4che.DCM4CHECommand
com.goldenhammer.dicom.dcm4che.CEcho
This class uses dcm4che to send a dicom echo
Field Summary |
Fields inherited from class com.goldenhammer.dicom.dcm4che.DCM4CHECommand |
aFactory, association, oFactory, properties |
Constructor Summary | |
CEcho(java.util.Properties properties)
Constructor |
Method Summary | |
void |
close()
This method completes all necessary steps to close this command down |
void |
execute()
Executes this command. |
Methods inherited from class com.goldenhammer.dicom.dcm4che.DCM4CHECommand |
close, openActiveAssociaton |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CEcho(java.util.Properties properties) throws java.io.IOException, DCM4CHEException
properties
- the properties for this command to use
java.io.IOException
- thrown if there is problem connecting
DCM4CHEException
- thrown if there is a problem with dcm4che connectionsMethod Detail |
public void execute() throws java.lang.Exception
Command
execute
in interface Command
java.lang.Exception
- if a problem occurs during executionpublic void close() throws java.lang.InterruptedException, java.io.IOException
Command
close
in interface Command
java.io.IOException
- thrown if this command cannot be closed
java.lang.InterruptedException
- thrown if this command cannot be closed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |