Gets or sets whether the workstation should continue retrieving DICOM images when an instance already exists.
Syntax
Visual Basic (Declaration) | |
---|
Public Shared Property ContinueRetrieveOnDuplicateInstance As Boolean |
C# | |
---|
public static bool ContinueRetrieveOnDuplicateInstance {get; set;} |
Managed Extensions for C++ | |
---|
public: __property static bool get_ContinueRetrieveOnDuplicateInstance();
public: __property static void set_ContinueRetrieveOnDuplicateInstance(
bool value
); |
C++/CLI | |
---|
public:
static property bool ContinueRetrieveOnDuplicateInstance {
bool get();
void set (bool value);
} |
Return Value
True to continue retrieving DICOM images when an instance already exists; otherwise it is false.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also