DVTk API
GetFirstDicomAttributeValue Method (dimseCommandName, tag, attributeValue)
DVTkDvtk.IheActors.ActorsActorsTransactionGetFirstDicomAttributeValue(String, Tag, String%)
DVTk API

[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).
Declaration Syntax
C#Visual BasicVisual 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
)
Parameters
dimseCommandName (String)
DICOM command name.
tag (Tag)
Tag identifying attribute whose first value will be returned.
attributeValue ( String %)
Out - returned attribute value.
Return Value
bool - indicates whether the dimseCommandName was found in the transaction or not - true / false.

Assembly: DvtkIheActors (Module: DvtkIheActors) Version: 0.0.0.0