org.dcm4che2.net.service
Class NCreateService

java.lang.Object
  extended by org.dcm4che2.net.service.DicomService
      extended by org.dcm4che2.net.service.NCreateService
All Implemented Interfaces:
NCreateSCP

public class NCreateService
extends DicomService
implements NCreateSCP

Since:
Jan 22, 2006
Version:
$Revision: 13902 $ $Date: 2010-08-19 16:39:45 +0200 (Thu, 19 Aug 2010) $
Author:
gunter zeilinger(gunterze@gmail.com)

Constructor Summary
NCreateService(java.lang.String sopClass)
           
 
Method Summary
protected  DicomObject doNCreate(Association as, int pcid, DicomObject rq, DicomObject data, DicomObject rsp)
           
 void ncreate(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

NCreateService

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

ncreate

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

doNCreate

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


Copyright © 2011 dcm4che. All Rights Reserved.