[This is preliminary documentation and is subject to change.]
Generate an NSet MPPS Completed/Discontinued by taking the default values from the given
DCM file. The default manager is required to get the appropriate Series Instance UID.
| C# | Visual Basic | Visual C++ |
public static void MakeNSetMppsCompletedDiscontinued( string mppsCompletedDiscontinuedDcmFilename, DefaultValueManager defaultValueManager, ReferencedSopItemCollection storageCommitItems, DicomMessage mppsCompletedDiscontinuedMessage, string mppsInstanceUid )
Public Shared Sub MakeNSetMppsCompletedDiscontinued ( _ mppsCompletedDiscontinuedDcmFilename As String, _ defaultValueManager As DefaultValueManager, _ storageCommitItems As ReferencedSopItemCollection, _ mppsCompletedDiscontinuedMessage As DicomMessage, _ mppsInstanceUid As String _ )
public: static void MakeNSetMppsCompletedDiscontinued( String^ mppsCompletedDiscontinuedDcmFilename, DefaultValueManager^ defaultValueManager, ReferencedSopItemCollection^ storageCommitItems, DicomMessage^ mppsCompletedDiscontinuedMessage, String^ mppsInstanceUid )
- mppsCompletedDiscontinuedDcmFilename (String)
- Used to get the dataset default values.
- defaultValueManager (DefaultValueManager)
- For the Series Instance UID.
- storageCommitItems (ReferencedSopItemCollection)
- Corresponding Storage Commitment items.
- mppsCompletedDiscontinuedMessage (DicomMessage)
- MPPS Completed/Discontinued message being populated.
- mppsInstanceUid (String)
- MPPS Instance UID.