DVTk API
AssertDicomAttributeValueBetweenActors Method (actorName1, actorName2, dimseCommandName, tag, expectedValue)
DVTkDvtk.IheActors.ActorsActorsTransactionLogAssertDicomAttributeValueBetweenActors(ActorName, ActorName, String, Tag, Int32)
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. Check all occurences of the given dimseCommandName in the transaction log.
Declaration Syntax
C#Visual BasicVisual C++
public bool AssertDicomAttributeValueBetweenActors(
	ActorName actorName1,
	ActorName actorName2,
	string dimseCommandName,
	Tag tag,
	int expectedValue
)
Public Function AssertDicomAttributeValueBetweenActors ( _
	actorName1 As ActorName, _
	actorName2 As ActorName, _
	dimseCommandName As String, _
	tag As Tag, _
	expectedValue As Integer _
) As Boolean
public:
bool AssertDicomAttributeValueBetweenActors(
	ActorName^ actorName1, 
	ActorName^ actorName2, 
	String^ dimseCommandName, 
	Tag^ tag, 
	int 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 (Int32)
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