TestScriptRuleset
open class TestScriptRuleset: BackboneElementAssert ruleset used within the test script.
Contains one or more rules. Offers a way to group rules so assertions could reference the group of rules and have them all applied.
- 
                  
                  Assert ruleset used within the test script. Contains one or more rules. Offers a way to group rules so assertions could reference the group of rules and have them all applied. DeclarationSwift override open class var resourceType: String
- 
                  
                  Assert ruleset resource reference. DeclarationSwift public var resource: Reference?
- 
                  
                  The referenced rule within the ruleset. DeclarationSwift public var rule: [TestScriptRulesetRule]?
- 
                  
                  Convenience initializer, taking all required properties as arguments. DeclarationSwift public convenience init(resource: Reference, rule: [TestScriptRulesetRule])
- 
                  
                  Convenience initializer, taking all required properties as arguments. DeclarationSwift override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)ParametersjsonThe JSON element to use to populate the receiver contextThe instantiation context to use 
- 
                  
                  Undocumented DeclarationSwift open class TestScriptRuleset: BackboneElement
 View on GitHub
            View on GitHub
           Install in Dash
            Install in Dash
           TestScriptRuleset Class Reference
      TestScriptRuleset Class Reference