[This is preliminary documentation and is subject to change.]
Get the number of DICOM messages in the transaction that match the DICOM command name.
| C# | Visual Basic | Visual C++ |
public int GetNumberOfDicomMessages( string dimseCommandName )
Public Function GetNumberOfDicomMessages ( _ dimseCommandName As String _ ) As Integer
public: int GetNumberOfDicomMessages( String^ dimseCommandName )
- dimseCommandName (String)
- DICOM command name.
int - number of times the given DICOM command name is found in the transaction.