Classes | |
class | fhirclient.models.testscript.TestScript |
Describes a set of tests. More... | |
class | fhirclient.models.testscript.TestScriptDestination |
An abstract server representing a destination or receiver in a message exchange. More... | |
class | fhirclient.models.testscript.TestScriptFixture |
Fixture in the test script - by reference (uri). More... | |
class | fhirclient.models.testscript.TestScriptMetadata |
Required capability that is assumed to function correctly on the FHIR server being tested. More... | |
class | fhirclient.models.testscript.TestScriptMetadataCapability |
Capabilities that are assumed to function correctly on the FHIR server being tested. More... | |
class | fhirclient.models.testscript.TestScriptMetadataLink |
Links to the FHIR specification. More... | |
class | fhirclient.models.testscript.TestScriptOrigin |
An abstract server representing a client or sender in a message exchange. More... | |
class | fhirclient.models.testscript.TestScriptSetup |
A series of required setup operations before tests are executed. More... | |
class | fhirclient.models.testscript.TestScriptSetupAction |
A setup operation or assert to perform. More... | |
class | fhirclient.models.testscript.TestScriptSetupActionAssert |
The assertion to perform. More... | |
class | fhirclient.models.testscript.TestScriptSetupActionOperation |
The setup operation to perform. More... | |
class | fhirclient.models.testscript.TestScriptSetupActionOperationRequestHeader |
Each operation can have one or more header elements. More... | |
class | fhirclient.models.testscript.TestScriptTeardown |
A series of required clean up steps. More... | |
class | fhirclient.models.testscript.TestScriptTeardownAction |
One or more teardown operations to perform. More... | |
class | fhirclient.models.testscript.TestScriptTest |
A test in this script. More... | |
class | fhirclient.models.testscript.TestScriptTestAction |
A test operation or assert to perform. More... | |
class | fhirclient.models.testscript.TestScriptVariable |
Placeholder for evaluated elements. More... | |
Namespaces | |
namespace | fhirclient |
namespace | fhirclient.models |
namespace | fhirclient.models.testscript |