←Select platform

DicomTemporalRangeType Enumeration

Summary
Represents the value of the "Temporal Range Type" (0040,A130) element.
Syntax
C#
Objective-C
C++/CLI
public enum DicomTemporalRangeType   
typedef NS_ENUM(NSInteger, LTDicomTemporalRangeType) { 
	LTDicomTemporalRangeTypeUndefined = 0,  
	LTDicomTemporalRangeTypePoint = 1,  
	LTDicomTemporalRangeTypeMultipoint = 2,  
	LTDicomTemporalRangeTypeSegment = 3,  
	LTDicomTemporalRangeTypeMultisegment = 4,  
	LTDicomTemporalRangeTypeBegin = 5,  
	LTDicomTemporalRangeTypeEnd = 6,  
}; 
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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.