SplitPatientId Property

Summary
Gets or sets a value indicating if the path where DICOM Datasets are stored should include subdirectories created by splitting the patient ID in the dataset.
Syntax
C#
VB
C++
public bool SplitPatientId { get; set; } 
  
Public Property SplitPatientId As Boolean 
public: 
property bool SplitPatientId { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to include subdirectores created by splitting the patient ID in the dataset. Otherwise, false.

Remarks

This options is only valid when CreatePatientFolder is true and UsePatientName is false.

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.