Gets or sets the DICOM Server where the matched results will be moved to.
Syntax
Visual Basic (Declaration) | |
---|
Public Property StoreScp As DicomScp |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As CMoveCommand
Dim value As DicomScp
instance.StoreScp = value
value = instance.StoreScp |
Property Value
The DICOM Server where the matched results will be moved to.
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also