Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.28
|
Leadtools.Dicom.Common.DataTypes.PatientUpdater Namespace > MergePatient Class : PatientToMerge Property |
[ElementAttribute()] public List<MergePatientSequence> PatientToMerge {get; set;}
'Declaration
<ElementAttribute()> Public Property PatientToMerge As List(Of MergePatientSequence)
'Usage
Dim instance As MergePatient Dim value As List(Of MergePatientSequence) instance.PatientToMerge = value value = instance.PatientToMerge
[ElementAttribute()] public: property List<MergePatientSequence^>^ PatientToMerge { List<MergePatientSequence^>^ get(); void set ( List<MergePatientSequence^>^ value); }