←Select platform

DicomTemporalRangeType Enumeration

Summary

Represents the value of the "Temporal Range Type" (0040,A130) element.

Syntax

C#
VB
WinRT C#
C++
public enum DicomTemporalRangeType   
Public Enum DicomTemporalRangeType  
    
    
public enum DicomTemporalRangeType    
Leadtools.Dicom.DicomTemporalRangeType = function() { }; 
Leadtools.Dicom.DicomTemporalRangeType.prototype = {<br/> 
  LeadtoolsMemberMarker(replace me) 
 }; 
public enum class DicomTemporalRangeType   

Members

ValueMemberDescription
0Undefined Undefined
1Point POINT (a single temporal point)
2Multipoint MULTIPOINT (multiple temporal points)
3Segment SEGMENT (a range between two temporal points)
4Multisegment MULTISEGMENT (multiple segments, each denoted by two temporal points)
5Begin BEGIN (a range beginning at one temporal point, and extending beyond the end of the acquired data)
6End END (a range beginning before the start of the acquired data, and extending to (and including) the identified temporal point).
Requirements

Target Platforms

See Also

Reference

Leadtools.Dicom Namespace

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

Leadtools.Dicom Assembly