TestScriptRule
open class TestScriptRule: BackboneElement
Assert rule used within the test script.
Assert rule to be used in one or more asserts within the test script.
-
Assert rule used within the test script.
Assert rule to be used in one or more asserts within the test script.
Declaration
Swift
override open class var resourceType: String -
Rule parameter template.
Declaration
Swift
public var param: [TestScriptRuleParam]? -
Assert rule resource reference.
Declaration
Swift
public var resource: Reference? -
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(resource: Reference) -
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)Parameters
jsonThe JSON element to use to populate the receiver
contextThe instantiation context to use
-
Undocumented
Declaration
Swift
open class TestScriptRule: BackboneElement
View on GitHub
Install in Dash
TestScriptRule Class Reference