Gets or sets a value indicating if a folder should be created for the patient in the stored 
Leadtools.Dicom.DicomDataSet.
            
            
            
            
            public bool CreatePatientFolder {get; set;}
             
        
            
            'Declaration
 
Public Property CreatePatientFolder As Boolean
             
        
            
            'Usage
 
Dim instance As DicomDirectoryStructure
Dim value As Boolean
 
instance.CreatePatientFolder = value
 
value = instance.CreatePatientFolder
             
        
            
        
            
        
            
            public:
property bool CreatePatientFolder {
   bool get();
   void set (    bool value);
}
             
        
             
        
            
            
            Property Value
true to create a patient folder when a 
Leadtools.Dicom.DicomDataSet is stored; otherwise, false. The default value is true.