UsePatientName Property (original) (raw)
Summary
Gets or sets a value indicating if the patient name should be used when creating a patient folder.
Syntax
public bool UsePatientName { get; set; }
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.
Leadtools.Dicom.Scp Assembly