←Select platform

AcquisitionTime Property

Summary

Gets or sets the value that determines the image acquistion time.

Syntax

C#
VB
C++
public DateTime AcquisitionTime { get; set; } 
  
Public Property AcquisitionTime As Date 
             
            public: 
property DateTime AcquisitionTime { 
   DateTime get(); 
   void set (    DateTime ); 
} 
             

Property Value

System.DateTime that represents the image acquistion time.

Remarks
  • Fill this value with the proper acquistion time (and all the other instances with their corresponding acquisition time value).
  • Use the overloaded method MedicalViewerSeriesManager.Sort.
  • Set the value of the second parameter of the second step MedicalViewerSortCriteria to AcquisitionTime
Requirements

Target Platforms

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

Leadtools.MedicalViewer Assembly