←Select platform

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; } 
<Leadtools.Dicom.Common.Extensions.ElementAttribute()> 
Public Property PatientToMerge As List(Of MergePatientSequence) 
[Leadtools.Dicom.Common.Extensions.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly