TestScriptActionAssert class

Annotations
  • @freezed

Constructors

TestScriptActionAssert({@JsonKey(name: 'id') FhirId? fhirId, @JsonKey(name: 'extension') List<FhirExtension>? extension_, List<FhirExtension>? modifierExtension, String? label, String? description, @JsonKey(name: '_description') Element? descriptionElement, @JsonKey(unknownEnumValue: AssertDirection.unknown) AssertDirection? direction, @JsonKey(name: '_direction') Element? directionElement, String? compareToSourceId, @JsonKey(name: '_compareToSourceId') Element? compareToSourceIdElement, String? compareToSourcePath, @JsonKey(name: '_compareToSourcePath') Element? compareToSourcePathElement, @JsonKey(unknownEnumValue: AssertContentType.unknown) AssertContentType? contentType, @JsonKey(name: '_contentType') Element? contentTypeElement, String? headerField, @JsonKey(name: '_headerField') Element? headerFieldElement, String? minimumId, @JsonKey(name: '_minimumId') Element? minimumIdElement, FhirBoolean? navigationLinks, @JsonKey(name: '_navigationLinks') Element? navigationLinksElement, @JsonKey(unknownEnumValue: AssertOperator.unknown, name: 'operator') AssertOperator? operator_, @JsonKey(name: '_operator') Element? operatorElement, String? path, @JsonKey(name: '_path') Element? pathElement, FhirCode? resource, @JsonKey(name: '_resource') Element? resourceElement, @JsonKey(unknownEnumValue: AssertResponse.unknown) AssertResponse? response, @JsonKey(name: '_response') Element? responseElement, String? responseCode, @JsonKey(name: '_responseCode') Element? responseCodeElement, FhirId? sourceId, @JsonKey(name: '_sourceId') Element? sourceIdElement, FhirId? validateProfileId, @JsonKey(name: '_validateProfileId') Element? validateProfileIdElement, String? value, @JsonKey(name: '_value') Element? valueElement, FhirBoolean? warningOnly, @JsonKey(name: '_warningOnly') Element? warningOnlyElement})
const
factory
TestScriptActionAssert.fromJson(Map<String, dynamic> json)
Factory constructor, accepts Map<String, dynamic> as an argument
factory
TestScriptActionAssert.fromJsonString(String source)
Acts like a constructor, returns a TestScriptActionAssert, accepts a String as an argument, mostly because I got tired of typing it out
factory
TestScriptActionAssert.fromYaml(dynamic yaml)
Factory constructor, accepts a String in YAML format as an argument
factory

Properties

compareToSourceId String?
no setterinherited
compareToSourceIdElement Element?
no setterinherited
compareToSourcePath String?
no setterinherited
compareToSourcePathElement Element?
no setterinherited
contentType AssertContentType?
no setterinherited
contentTypeElement Element?
no setterinherited
copyWith → $TestScriptActionAssertCopyWith<TestScriptActionAssert>
no setterinherited
description String?
no setterinherited
descriptionElement Element?
no setterinherited
direction AssertDirection?
no setterinherited
directionElement Element?
no setterinherited
extension_ List<FhirExtension>?
no setterinherited
fhirId FhirId?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
headerField String?
no setterinherited
headerFieldElement Element?
no setterinherited
label String?
no setterinherited
minimumId String?
no setterinherited
minimumIdElement Element?
no setterinherited
modifierExtension List<FhirExtension>?
no setterinherited
no setterinherited
no setterinherited
operator_ AssertOperator?
no setterinherited
operatorElement Element?
no setterinherited
path String?
no setterinherited
pathElement Element?
no setterinherited
resource FhirCode?
no setterinherited
resourceElement Element?
no setterinherited
response AssertResponse?
no setterinherited
responseCode String?
no setterinherited
responseCodeElement Element?
no setterinherited
responseElement Element?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceId FhirId?
no setterinherited
sourceIdElement Element?
no setterinherited
validateProfileId FhirId?
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