[This is preliminary documentation and is subject to change.]
Get the first value of the given attribute 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 GetFirstDicomAttributeValue( string dimseCommandName, Tag tag, out string attributeValue )
Public Function GetFirstDicomAttributeValue ( _ dimseCommandName As String, _ tag As Tag, _ <OutAttribute> ByRef attributeValue As String _ ) As Boolean
public: bool GetFirstDicomAttributeValue( String^ dimseCommandName, Tag^ tag, [OutAttribute] String^% attributeValue )
- dimseCommandName (String)
- DICOM command name.
- tag (Tag)
- Tag identifying attribute whose first value will be returned.
- attributeValue ( String %)
- Out - returned attribute value.
bool - indicates whether the dimseCommandName was found in the transaction or not - true / false.