Specifies the DICOM listening service start mode.
[SerializableAttribute()]
public enum ServiceStartModeExtended
public:
[SerializableAttribute]
enum class ServiceStartModeExtended sealed
Value | Member | Description |
---|---|---|
0x00000000 | None | None |
0x00000002 | Automatic | DICOM listening service automatically starts during the boot and logon process. |
0x00000003 | Manual | DICOM listening service does not automatically start during boot and logon, but may be launched by Windows if needed. |
0x00000004 | Disabled | Disables the DICOM listening service from starting. |
0x000ADDED | AutomaticDelayedStart | DICOM listening service is briefly delayed during the logon process to increase logon performance. |
A DICOM Listening Service (i.e., the process running Leadtools.Dicom.Server.exe
) is a windows service that processes DICOM messages.
A specific DICOM listening service (or any windows service) can be configured to have any of the ServiceStartModeExtended values.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document