UsePatientName Property

Summary
Gets or sets a value indicating if the patient name should be used when creating a patient folder.
Syntax
C#
VB
C++
public bool UsePatientName { get; set; } 
  
Public Property UsePatientName As Boolean 
public: 
property bool UsePatientName { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to use the patient name when creating a patient folder; otherwise false. The default value is true.

Remarks

If this value is false the patient ID will be used as the folder name when creating a patient folder.

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.Scp Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.