(Write only) This property is set by the the PACS Framework to allow the AddIn to send DICOM Requests.
Syntax
Visual Basic (Declaration) | |
---|
Public WriteOnly Property DicomRequest |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As StorageCommitAddIn
instance.DicomRequest = value
|
C# | |
---|
public void DicomRequest {set;} |
C++/CLI | |
---|
public:
property void DicomRequest {
void set (void value);
} |
Return Value
The
IDicomRequest.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also