←Select platform

OtherPatientIds Property

Summary

List of Other Patient IDs (0010:1000) associated with the patient.

Syntax
C#
VB
C++
[Element(DicomTag.OtherPatientIDs)] 
public List<string> OtherPatientIds {get; set;} 
<ElementAttribute(New DicomTag.OtherPatientIDs())>  
Public Property OtherPatientIds() As List(Of String) 
   Get 
   Set 
public:  
   [ElementAttribute((gcnew DicomTag::OtherPatientIDs()))] 
   property List<String^>^ OtherPatientIds 
   { 
      List<String^>^ get() 
      void set(List<String^>^ value) 
   } 

Property Value

A list of Other Patient IDs (0010:1000) associated with the patient

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.