org.dcm4che2.net.service
Class CFindService
java.lang.Object
org.dcm4che2.net.service.DicomService
org.dcm4che2.net.service.CFindService
- All Implemented Interfaces:
- CFindSCP
public class CFindService
- extends DicomService
- implements CFindSCP
- Since:
- Jan 22, 2006
- Version:
- $Revision: 13902 $ $Date: 2008-09-06 14:52:22 +0200 (za, 06 sep 2008)
$
- Author:
- gunter zeilinger(gunterze@gmail.com)
Constructor Summary |
CFindService(java.lang.String[] sopClasses,
java.util.concurrent.Executor executor)
|
CFindService(java.lang.String sopClass,
java.util.concurrent.Executor executor)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CFindService
public CFindService(java.lang.String[] sopClasses,
java.util.concurrent.Executor executor)
CFindService
public CFindService(java.lang.String sopClass,
java.util.concurrent.Executor executor)
cfind
public void cfind(Association as,
int pcid,
DicomObject rq,
DicomObject data)
throws DicomServiceException,
java.io.IOException
- Specified by:
cfind
in interface CFindSCP
- Throws:
DicomServiceException
java.io.IOException
doCFind
protected DimseRSP doCFind(Association as,
int pcid,
DicomObject cmd,
DicomObject data,
DicomObject rsp)
throws DicomServiceException
- Throws:
DicomServiceException
Copyright © 2011 dcm4che. All Rights Reserved.