DVTk API
IsDicomAttributePresent Method (dimseCommandName, tag, attributePresent)
DVTkDvtk.IheActors.ActorsActorsTransactionIsDicomAttributePresent(String, Tag, Boolean%)
DVTk API

[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).
Declaration Syntax
C#Visual BasicVisual 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
)
Parameters
dimseCommandName (String)
DICOM command name.
tag (Tag)
Tag identifying attribute whose first value will be returned.
attributePresent ( Boolean %)
Out - bool attribute present - true / false.
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