DVTk API
AssertDicomAttributeValueBetweenActors Method (actorName1, actorName2, dimseCommandName, tag, expectedValue)
DVTkDvtk.IheActors.IheFrameworkIheFrameworkAssertDicomAttributeValueBetweenActors(ActorName, ActorName, String, Tag, String)
DVTk API

[This is preliminary documentation and is subject to change.]

Assert that the given attribute value in the given DICOM message has the expected value between the two given actors.
Declaration Syntax
C#Visual BasicVisual C++
public bool AssertDicomAttributeValueBetweenActors(
	ActorName actorName1,
	ActorName actorName2,
	string dimseCommandName,
	Tag tag,
	string expectedValue
)
Public Function AssertDicomAttributeValueBetweenActors ( _
	actorName1 As ActorName, _
	actorName2 As ActorName, _
	dimseCommandName As String, _
	tag As Tag, _
	expectedValue As String _
) As Boolean
public:
bool AssertDicomAttributeValueBetweenActors(
	ActorName^ actorName1, 
	ActorName^ actorName2, 
	String^ dimseCommandName, 
	Tag^ tag, 
	String^ expectedValue
)
Parameters
actorName1 (ActorName)
First actor name in transaction.
actorName2 (ActorName)
Second actor name in transaction.
dimseCommandName (String)
DICOM command name.
tag (Tag)
tag - Attribute tag whose first value is the actual value.
expectedValue (String)
The expected attribute value - this will be compared with the actual attribute value.
Return Value
bool - indication if the assertion was true or false.

Assembly: DvtkIheActors (Module: DvtkIheActors) Version: 0.0.0.0