Gets or sets the Abstract Prior Value for this TimeBasedImageSet.
[Element(DicomTag.AbstractPriorValue)]
[DataMemberAttribute()]
public List<int> AbstractPriorValue { get; set; }
public:
[DataMemberAttribute,
ElementAttribute((gcnew DicomTag::AbstractPriorValue()))]
property List<Int32>^ AbstractPriorValue
{
List<Int32>^ get()
void set(List<Int32>^ value)
}
The Abstract Prior Value for this TimeBasedImageSet.
The AbstractPriorValue consists of exactly two values, and is used to identify a prior image in abstract terms. All numbers must be greater than 0, except for (-1) which is also allowed. The value 1 is used to indicate the most recent prior, 2 is the second most recent prior, 3 is the third most recent prior, and so on. The value (-1) is a special value that indicates the oldest prior. The numbers are given in pairs to indicate a range of acceptable values.
Examples:
Number Pair |
Meaning |
---|---|
n\n |
nth prior |
1\3 |
1st, 2nd, and 3rd oldest priors |
-1-1 |
The oldest priors |
1-1 |
All priors |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document