DVTk API [This is preliminary documentation and is subject to change.]
Assert that the given attribute is present in the given DICOM message between the two given actors.
Check all occurences of the given dimseCommandName in the transaction log.

Declaration Syntax
public bool AssertDicomAttributePresentBetweenActors(
ActorName actorName1,
ActorName actorName2,
string dimseCommandName,
Tag tag
)
Public Function AssertDicomAttributePresentBetweenActors ( _
actorName1 As ActorName, _
actorName2 As ActorName, _
dimseCommandName As String, _
tag As Tag _
) As Boolean
public:
bool AssertDicomAttributePresentBetweenActors(
ActorName^ actorName1,
ActorName^ actorName2,
String^ dimseCommandName,
Tag^ tag
)

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 to check for.

Return Value
bool - indication if the assertion was true or false.
Assembly:
DvtkIheActors (Module: DvtkIheActors) Version: 0.0.0.0