public interface IMediaHandler
| Modifier and Type | Method and Description |
|---|---|
void |
process(java.lang.String strSOPInstanceUID,
IDataSet objIDataSet)
Processes the operation of media creation using the information provided in Dataset for given SOP instance.
|
void |
stopProcess(java.lang.String strSOPInstanceUID)
Stops the media creation process for given SOP Instance.
|
void process(java.lang.String strSOPInstanceUID,
IDataSet objIDataSet)
strSOPInstanceUID - value of SOP InstanceobjIDataSet - instance of Datasetvoid stopProcess(java.lang.String strSOPInstanceUID)
strSOPInstanceUID - value of SOP Instance UID.