←Select platform

AbstractPriorValue Property

Summary

Gets or sets the Abstract Prior Value for this TimeBasedImageSet.

Syntax

C#
VB
C++
[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) 
   } 

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly