←Select platform

PerformedProcedureStepEndDate Property

Summary

Date on which the Modality Performed Procedure Step ended.

Syntax

C#
VB
C++
[Element(DicomTag.PerformedProcedureStepEndDate, Requirement = DicomIodUsageType.Type2MandatoryElement)] 
public Nullable<DateTime> PerformedProcedureStepEndDate { get; set; } 
<Leadtools.Dicom.Common.Extensions.ElementAttribute()> 
Public Property PerformedProcedureStepEndDate As Nullable(Of Date) 
[Leadtools.Dicom.Common.Extensions.ElementAttribute()] 
public: 
property Nullable<DateTime> PerformedProcedureStepEndDate { 
   Nullable<DateTime> get(); 
   void set (    Nullable<DateTime> ); 
} 

Property Value

Date on which the Modality Performed Procedure Step ended.

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