[This is preliminary documentation and is subject to change.]
Summary description for IIheFramework.
| C# | Visual Basic | Visual C++ |
public interface IIheFramework
Public Interface IIheFramework
public interface class IIheFramework
| All Members | Methods | ||||
| Icon | Member | Description |
|---|---|---|
| AddComparisonTagValueFilter(DicomTagValue) |
Add a Tag Value filter for the comparator.
Only compare messages which contain the same values for this filter.
| |
| AddUserDefinedDefaultTagValue(BaseDicomTagValue) |
Add user defined default Tag Values. Used to help define the message tag/values
used during the tests.
| |
| ApplyConfig()()() |
Apply the ActorConfigs by instantiating the corresponding actors.
| |
| CleanUpCurrentWorkingDirectory()()() |
Clean up the current working directory at the end of a test.
PIX files are left in the current working directory after a test. These should be cleaned
up by the Media File Class destructor in the C++ code but it seems that this is not always
called. So a more robust approach is to delete the files explicitly.
| |
| CloseResults()()() |
Close the Results reporting.
| |
| EvaluateTest()()() |
Evaluate the integration profile test.
| |
| GetActor(ActorName) |
Get the Actor with the given actor name.
| |
| OpenResults()()() |
Open the Results reporting.
| |
| StartTest()()() |
Start the integration profile test by starting up all the
configured actors.
| |
| StopTest()()() |
Stop the integration profile test by stopping all the configured
actors.
|