Gets or sets the current active PACS server configured for a DICOM operation.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Shared Property ActivePacs As ScpInfo |
| C# | |
|---|
public static ScpInfo ActivePacs {get; set;} |
| Managed Extensions for C++ | |
|---|
public: __property static ScpInfo* get_ActivePacs();
public: __property static void set_ActivePacs(
ScpInfo* value
); |
Return Value
An
ScpInfo object representing the current active PACS for a DICOM operation.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also