TestScriptAssert class

Annotations
  • @freezed

Constructors

TestScriptAssert({String? label, @JsonKey(name: '_label') Element? labelElement, String? description, @JsonKey(name: '_description') Element? descriptionElement, TestScriptAssertDirection? direction, @JsonKey(name: '_direction') Element? directionElement, String? compareToSourceId, @JsonKey(name: '_compareToSourceId') Element? compareToSourceIdElement, String? compareToSourceExpression, @JsonKey(name: '_compareToSourceExpression') Element? compareToSourceExpressionElement, String? compareToSourcePath, @JsonKey(name: '_compareToSourcePath') Element? compareToSourcePathElement, TestScriptAssertContentType? contentType, @JsonKey(name: '_contentType') Element? contentTypeElement, String? expression, @JsonKey(name: '_expression') Element? expressionElement, String? headerField, @JsonKey(name: '_headerField') Element? headerFieldElement, String? minimumId, @JsonKey(name: '_minimumId') Element? minimumIdElement, FhirBoolean? navigationLinks, @JsonKey(name: '_navigationLinks') Element? navigationLinksElement, @JsonKey(name: 'operator') TestScriptAssertOperator? operator_, @JsonKey(name: '_operator') Element? operatorElement, String? path, @JsonKey(name: '_path') Element? pathElement, TestScriptAssertRequestMethod? requestMethod, @JsonKey(name: '_requestMethod') Element? requestMethodElement, String? requestURL, @JsonKey(name: '_requestURL') Element? requestURLElement, String? resource, @JsonKey(name: '_resource') Element? resourceElement, TestScriptAssertResponse? response, @JsonKey(name: '_response') Element? responseElement, String? responseCode, @JsonKey(name: '_responseCode') Element? responseCodeElement, TestScriptRule2? rule, TestScriptRuleset1? ruleset, FhirId? sourceId, @JsonKey(name: '_sourceId') Element? sourceIdElement, FhirDate? validateProfileId, @JsonKey(name: '_validateProfileId') Element? validateProfileIdElement, String? value, @JsonKey(name: '_value') Element? valueElement, FhirBoolean? warningOnly, @JsonKey(name: '_warningOnly') Element? warningOnlyElement})
const
factory
TestScriptAssert.fromJson(Map<String, dynamic> json)
Factory constructor, accepts Map<String, dynamic> as an argument
factory
TestScriptAssert.fromJsonString(String source)
Acts like a constructor, returns a TestScriptAssert, accepts a String as an argument, mostly because I got tired of typing it out
factory
TestScriptAssert.fromYaml(dynamic yaml)
Factory constructor, accepts a String in YAML format as an argument
factory

Properties

compareToSourceExpression String?
no setterinherited
compareToSourceExpressionElement Element?
no setterinherited
compareToSourceId String?
no setterinherited
compareToSourceIdElement Element?
no setterinherited
compareToSourcePath String?
no setterinherited
compareToSourcePathElement Element?
no setterinherited
contentType TestScriptAssertContentType?
no setterinherited
contentTypeElement Element?
no setterinherited
copyWith → $TestScriptAssertCopyWith<TestScriptAssert>
no setterinherited
description String?
no setterinherited
descriptionElement Element?
no setterinherited
direction TestScriptAssertDirection?
no setterinherited
directionElement Element?
no setterinherited
expression String?
no setterinherited
expressionElement Element?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
headerField String?
no setterinherited
headerFieldElement Element?
no setterinherited
label String?
no setterinherited
labelElement Element?
no setterinherited
minimumId String?
no setterinherited
minimumIdElement Element?
no setterinherited
no setterinherited
no setterinherited
operator_ TestScriptAssertOperator?
no setterinherited
operatorElement Element?
no setterinherited
path String?
no setterinherited
pathElement Element?
no setterinherited
requestMethod TestScriptAssertRequestMethod?
no setterinherited
requestMethodElement Element?
no setterinherited
requestURL String?
no setterinherited
requestURLElement Element?
no setterinherited
resource String?
no setterinherited
resourceElement Element?
no setterinherited
response TestScriptAssertResponse?
no setterinherited
responseCode String?
no setterinherited
responseCodeElement Element?
no setterinherited
responseElement Element?
no setterinherited
rule TestScriptRule2?
no setterinherited
ruleset TestScriptRuleset1?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceId FhirId?
no setterinherited
sourceIdElement Element?
no setterinherited
validateProfileId FhirDate?
no setterinherited
validateProfileIdElement Element?
no setterinherited
value String?
no setterinherited
valueElement Element?
no setterinherited
warningOnly FhirBoolean?
no setterinherited
warningOnlyElement Element?
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toJsonString() String
Another convenience method because more and more I'm transmitting FHIR data as a String and not a Map
toString() String
A string representation of this object.
inherited
toYaml() String
Produces a Yaml formatted String version of the object

Operators

operator ==(Object other) bool
The equality operator.
inherited