←Select platform

ImagesDirectory Property

Summary

Gets or sets the physical directory for storing the DICOM objects and images.

Syntax

C#
VB
C++
[ConfigurationPropertyAttribute("imagesDirectory", IsRequired=true)] 
public string ImagesDirectory { get; set; } 
  
Public Property ImagesDirectory As String 
public: 
property String^ ImagesDirectory { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

The path of the directory used by the Store plug-in to store the DICOM objects and images.

Remarks

This property is defined in the configuration file with the name "imagesDirectory".

This configuration element is required to exist in the configuration file.

Example

For an example, refer to the WCF DICOM Service configuration file, located in the DICOMWCFService.csproj project.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Services Assembly