Gets or sets the Abstract Prior Value for this TimeBasedImageSet.
[DataMemberAttribute()]
[Element(DicomTag.AbstractPriorValue)]
public List<int> AbstractPriorValue { get; set; }
<DataMemberAttribute(),
ElementAttribute(7471164)>
Public Property AbstractPriorValue() As System.Collections.Generic.List(Of Integer)
Get
Set
public:
[DataMemberAttribute,
ElementAttribute(7471164)]
property System::Collections::Generic::List<int>^ AbstractPriorValue
{
System::Collections::Generic::List<int>^ get()
void set(System::Collections::Generic::List<int>^ 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 |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET