C#
VB
C++
Gets or sets the status for the store operation.
public DicomCommandStatusType Status { get; set; }
Public Property Status As Leadtools.Dicom.DicomCommandStatusType
public:
property Leadtools.Dicom.DicomCommandStatusType Status {
Leadtools.Dicom.DicomCommandStatusType get();
void set ( Leadtools.Dicom.DicomCommandStatusType );
}
A Leadtools.Dicom.DicomCommandStatusType object that represents the status.
Objects that respond to the Moved event should set the status to represent the success of a store operation. The status defaults to Success.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET