DVTk API
MakeNSetMppsCompletedDiscontinued Method (mppsCompletedDiscontinuedDcmFilename, defaultValueManager, storageCommitItems, mppsCompletedDiscontinuedMessage, mppsInstanceUid)
DVTkDvtkHighLevelInterface.InformationModelGenerateTriggersMakeNSetMppsCompletedDiscontinued(String, DefaultValueManager, ReferencedSopItemCollection, DicomMessage, String)
DVTk API

[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.
Declaration Syntax
C#Visual BasicVisual 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
)
Parameters
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.

Assembly: DvtkHighLevelInterface (Module: DvtkHighLevelInterface) Version: 0.0.0.0