←Select platform

PerformedProcedureStepStatus Property

Summary

A value specifying the status (state) of the Performed Procedure Step.

Syntax

C#
VB
C++
[Element(DicomTag.PerformedProcedureStepStatus, Requirement = DicomIodUsageType.Type1MandatoryElement)] 
public string PerformedProcedureStepStatus { get; set; } 
<Leadtools.Dicom.Common.Extensions.ElementAttribute()> 
Public Property PerformedProcedureStepStatus As String 
[Leadtools.Dicom.Common.Extensions.ElementAttribute()] 
public: 
property String^ PerformedProcedureStepStatus { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

The state of the Performed Procedure Step.

  • IN PROGRESS = Started but not complete
  • DISCONTINUED = Canceled or unsuccessfully terminated
  • COMPLETED = Successfully completed
Requirements

Target Platforms

See Also

Reference

MPPSNSet Class

MPPSNSet Members

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly