org.dcm4che2.net.service
Class NSetService

java.lang.Object
  extended by org.dcm4che2.net.service.DicomService
      extended by org.dcm4che2.net.service.NSetService
All Implemented Interfaces:
NSetSCP

public class NSetService
extends DicomService
implements NSetSCP

Since:
Jan 22, 2006
Version:
$Revision: 13902 $ $Date: 2008-08-21 12:25:53 +0200 (do, 21 aug 2008) $
Author:
gunter zeilinger(gunterze@gmail.com)

Constructor Summary
NSetService(java.lang.String sopClass)
           
 
Method Summary
protected  DicomObject doNSet(Association as, int pcid, DicomObject rq, DicomObject data, DicomObject rsp)
           
 void nset(Association as, int pcid, DicomObject rq, DicomObject data)
           
 
Methods inherited from class org.dcm4che2.net.service.DicomService
getServiceClass, getSopClass, getSopClasses
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NSetService

public NSetService(java.lang.String sopClass)
Method Detail

nset

public void nset(Association as,
                 int pcid,
                 DicomObject rq,
                 DicomObject data)
          throws DicomServiceException,
                 java.io.IOException
Specified by:
nset in interface NSetSCP
Throws:
DicomServiceException
java.io.IOException

doNSet

protected DicomObject doNSet(Association as,
                             int pcid,
                             DicomObject rq,
                             DicomObject data,
                             DicomObject rsp)
                      throws DicomServiceException
Throws:
DicomServiceException


Copyright © 2011 dcm4che. All Rights Reserved.