| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal sopInstanceUID As String, _ ByVal instanceDataSetPath As String, _ ByVal datasetInstance As DicomDataSet, _ ByVal datasetLoaded As Boolean _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public InstanceReceivedEventArgs( string sopInstanceUID, string instanceDataSetPath, DicomDataSet datasetInstance, bool datasetLoaded ) | |
| C++/CLI | |
|---|---|
public: InstanceReceivedEventArgs( String^ sopInstanceUID, String^ instanceDataSetPath, DicomDataSet datasetInstance, bool datasetLoaded ) | |
Parameters
- sopInstanceUID
- The SOP Instance UID String value for the retrieved image.
- instanceDataSetPath
- The physical DicomDataSet path for the retrieved image.
- datasetInstance
- The retrieved DicomDataSet object.
- datasetLoaded
- Boolean value indicating whether the datasetInstance is loaded. true if loaded; otherwise it is false.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family