[This is preliminary documentation and is subject to change.]
Storage SCU Emulator - emulate command.
| C# | Visual Basic | Visual 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 )
- mediaFileNames (array< String >[]()[])
- Media files to be send to dicom storage SCP.
- multipleAssocations (Boolean)
- validateOnImport (Boolean)
- dataUnderNewStudy (Boolean)
- nrOfRepetitions (UInt16)
trueTruetrue if emulation succeeded.
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.
| Exception | Condition |
|---|---|
| ArgumentNullException | Argument mediaFileNames is a nullNothingnullptr reference. |