[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.
| C# | Visual Basic | Visual C++ |
public bool AssertDicomAttributeValueBetweenActors( ActorName actorName1, ActorName actorName2, string dimseCommandName, Tag tag, string expectedValue )
- 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.
bool - indication if the assertion was true or false.