NCreateCommand Class

Summary

The base class for handling DICOM N-CREATE requests.

Syntax
C#
VB
C++
public abstract class NCreateCommand : DicomCommandRequestProcess 
  
Public MustInherit Class NCreateCommand  
   Inherits DicomCommandRequestProcess 
public ref class NCreateCommand abstract : public DicomCommandRequestProcess  

Remarks

Don't inherit directly from this class. To customize the behavior of a N-CREATE command inherit from the concrete class type MppsNCreateCommand.

To support new N-CREATE commands inherit from the base class DicomCommand

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scp Assembly