[This is preliminary documentation and is subject to change.]
Check if the given attribute is present in the DICOM message with the given DICOM command name.
First search the command set and then the dataset (if present).
| C# | Visual Basic | Visual C++ |
public bool IsDicomAttributePresent( string dimseCommandName, Tag tag, out bool attributePresent )
Public Function IsDicomAttributePresent ( _ dimseCommandName As String, _ tag As Tag, _ <OutAttribute> ByRef attributePresent As Boolean _ ) As Boolean
public: bool IsDicomAttributePresent( String^ dimseCommandName, Tag^ tag, [OutAttribute] bool% attributePresent )
- dimseCommandName (String)
- DICOM command name.
- tag (Tag)
- Tag identifying attribute whose first value will be returned.
- attributePresent ( Boolean %)
- Out - bool attribute present - true / false.
bool - indicates whether the dimseCommandName was found in the transaction or not - true / false.