Status Property

Summary

Gets or sets the status for the store operation.

Syntax
C#
VB
C++
public DicomCommandStatusType Status { get; set; } 
  
Public Property Status As DicomCommandStatusType 
public: 
property DicomCommandStatusType Status { 
   DicomCommandStatusType get(); 
   void set (    DicomCommandStatusType ); 
} 

Property Value

A Leadtools.Dicom.DicomCommandStatusType object that represents the status.

Remarks

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.

Example

For an example, refer to Get(DicomScp,String,List<PresentationContext>)

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.Scu Assembly