DVTk API
EmulateStorageSCU Method (mediaFileNames, multipleAssocations, validateOnImport, dataUnderNewStudy, nrOfRepetitions)
DVTkDvtk.SessionsIEmulatorCommandsEmulateStorageSCU(array<String>[]()[], Boolean, Boolean, Boolean, UInt16)
DVTk API

[This is preliminary documentation and is subject to change.]

Storage SCU Emulator - emulate command.
Declaration Syntax
C#Visual BasicVisual C++
bool EmulateStorageSCU(
	string[] mediaFileNames,
	bool multipleAssocations,
	bool validateOnImport,
	bool dataUnderNewStudy,
	ushort nrOfRepetitions
)
Function EmulateStorageSCU ( _
	mediaFileNames As String(), _
	multipleAssocations As Boolean, _
	validateOnImport As Boolean, _
	dataUnderNewStudy As Boolean, _
	nrOfRepetitions As UShort _
) As Boolean
bool EmulateStorageSCU(
	array<String^>^ mediaFileNames, 
	bool multipleAssocations, 
	bool validateOnImport, 
	bool dataUnderNewStudy, 
	unsigned short nrOfRepetitions
)
Parameters
mediaFileNames (array< String >[]()[])
Media files to be send to dicom storage SCP.
multipleAssocations (Boolean)
validateOnImport (Boolean)
dataUnderNewStudy (Boolean)
nrOfRepetitions (UInt16)
Return Value
trueTruetrue if emulation succeeded.
Remarks

Set up DVT to perform the role of Storage SCU for the Storage Definition File(s) loaded.

Before running this emulator, load the proper definition files corresponding to the storage SCU.

The Storage Emulator SCU supports the Verification SOP Class.

Exceptions
ExceptionCondition
ArgumentNullExceptionArgument mediaFileNames is a nullNothingnullptr reference.

Assembly: DVTK (Module: DVTK) Version: 0.0.0.0