C#
VB
C++
Gets or sets the number of prior image sets used in this Hanging Protocol (Mandatory).
[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)
}
The number of prior image sets used in this Hanging Protocol.
Prior image sets refers to a similar set of images from an earlier day, month or year.
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