C#
VB
C++
Gets or sets the list of other patient IDs.
[Element(DicomTag.OtherPatientIDsSequence)]
public List<OtherPatientID> OtherPatientIdsSequence { get; set; }
<Leadtools.Dicom.Common.Extensions.ElementAttribute()>
Public Property OtherPatientIdsSequence As List(Of OtherPatientID)
[Leadtools.Dicom.Common.Extensions.ElementAttribute()]
public:
property List<OtherPatientID^>^ OtherPatientIdsSequence {
List<OtherPatientID^>^ get();
void set ( List<OtherPatientID^>^ );
}
The list of other patient IDs.
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