←Select platform

NumberOfPriorsReferenced Property

Summary

Gets or sets the number of prior image sets used in this Hanging Protocol (Mandatory).

Syntax

C#
VB
C++
[DataMemberAttribute()] 
[Element(DicomTag.NumberOfPriorsReferenced)] 
public Nullable<int> NumberOfPriorsReferenced { get; set; } 
<ElementAttribute(7471124),  
 DataMemberAttribute()>  
Public Property NumberOfPriorsReferenced() As System.Nullable(Of Integer) 
   Get 
   Set 
public:  
   [ElementAttribute(7471124),  
   DataMemberAttribute] 
   property System::Nullable<int> NumberOfPriorsReferenced 
   { 
      System::Nullable<int> get() 
      void set(System::Nullable<int> value) 
   } 

Property Value

The number of prior image sets used in this Hanging Protocol.

Remarks

Prior image sets refers to a similar set of images from an earlier day, month or year.

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