SMART on FHIR Python Client 4.2.0
 
Loading...
Searching...
No Matches
fhirclient.models.testscript Namespace Reference

Classes

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