PatientToMerge Property

Summary

Gets or sets the patient ID of the patient move the series to.

Syntax
C#
VB
C++
[Element(DicomTag.ReferencedPatientSequence)] 
public List<MergePatientSequence> PatientToMerge { get; set; } 
<ElementAttribute()> 
Public Property PatientToMerge As List(Of MergePatientSequence) 
[ElementAttribute()] 
public: 
property List<MergePatientSequence^>^ PatientToMerge { 
   List<MergePatientSequence^>^ get(); 
   void set (    List<MergePatientSequence^>^ ); 
} 

Property Value

The patient to move the series to.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly