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 Leadtools.Dicom.Scu.QueryRetrieveScu.ReceivedStoreRequest event should set the status to represent the success of a store operation. The status defaults to Leadtools.Dicom.DicomCommandStatusType.Success.
For an example, refer to Get(dicomscp,string,list<presentationcontext>)
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