Leadtools.Dicom.Services

ImagesDirectory Property

Show in webframe



Gets or sets the physical directory for storing the DICOM objects and images.
Syntax
'Declaration
 
Public Property ImagesDirectory As String
'Usage
 
Dim instance As StorageServiceConfigurationElement
Dim value As String
 
instance.ImagesDirectory = value
 
value = instance.ImagesDirectory
public string ImagesDirectory {get; set;}
public:
property String^ ImagesDirectory {
   String^ get();
   void set (    String^ value);
}

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

See Also

Reference

StorageServiceConfigurationElement Class
StorageServiceConfigurationElement Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.