org.dcm4che.net
Interface Dimse

All Superinterfaces:
DataSource

public interface Dimse
extends DataSource

Version:
1.0.0
Author:
gunter.zeilinger@tiani.com

Method Summary
 void closeDataStream()
           
 Command getCommand()
           
 java.io.InputStream getDataAsStream()
           
 Dataset getDataset()
           
 java.lang.String getTransferSyntaxUID()
           
 int pcid()
           
 
Methods inherited from interface org.dcm4che.net.DataSource
writeTo
 

Method Detail

pcid

int pcid()

getCommand

Command getCommand()

getTransferSyntaxUID

java.lang.String getTransferSyntaxUID()

getDataset

Dataset getDataset()
                   throws java.io.IOException
Throws:
java.io.IOException

getDataAsStream

java.io.InputStream getDataAsStream()

closeDataStream

void closeDataStream()