←Select platform

AbstractPriorValue Property

Summary

Gets or sets the Abstract Prior Value for this TimeBasedImageSet.

Syntax
C#
VB
C++
[Element(DicomTag.AbstractPriorValue)] 
[DataMemberAttribute()] 
public List<int> AbstractPriorValue { get; set; } 
<ElementAttribute(New DicomTag.AbstractPriorValue()),  
 DataMemberAttribute()>  
Public Property AbstractPriorValue() As List(Of Integer) 
   Get 
   Set 
public:  
   [ElementAttribute((gcnew DicomTag::AbstractPriorValue())),  
   DataMemberAttribute] 
   property List<Int32>^ AbstractPriorValue 
   { 
      List<Int32>^ get() 
      void set(List<Int32>^ value) 
   } 

Property Value

The Abstract Prior Value for this TimeBasedImageSet.

Remarks

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

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

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