TestScriptOperation class

Annotations
  • @freezed

Constructors

TestScriptOperation({Coding? type, String? resource, @JsonKey(name: '_resource') Element? resourceElement, String? label, @JsonKey(name: '_label') Element? labelElement, String? description, @JsonKey(name: '_description') Element? descriptionElement, TestScriptOperationAccept? accept, @JsonKey(name: '_accept') Element? acceptElement, TestScriptOperationContentType? contentType, @JsonKey(name: '_contentType') Element? contentTypeElement, FhirDecimal? destination, @JsonKey(name: '_destination') Element? destinationElement, FhirBoolean? encodeRequestUrl, @JsonKey(name: '_encodeRequestUrl') Element? encodeRequestUrlElement, FhirDecimal? origin, @JsonKey(name: '_origin') Element? originElement, String? params, @JsonKey(name: '_params') Element? paramsElement, List<TestScriptRequestHeader>? requestHeader, FhirId? requestId, @JsonKey(name: '_requestId') Element? requestIdElement, FhirId? responseId, @JsonKey(name: '_responseId') Element? responseIdElement, FhirId? sourceId, @JsonKey(name: '_sourceId') Element? sourceIdElement, FhirId? targetId, @JsonKey(name: '_targetId') Element? targetIdElement, String? url, @JsonKey(name: '_url') Element? urlElement})
const
factory
TestScriptOperation.fromJson(Map<String, dynamic> json)
Factory constructor, accepts Map<String, dynamic> as an argument
factory
TestScriptOperation.fromJsonString(String source)
Acts like a constructor, returns a TestScriptOperation, accepts a String as an argument, mostly because I got tired of typing it out
factory
TestScriptOperation.fromYaml(dynamic yaml)
Factory constructor, accepts a String in YAML format as an argument
factory

Properties

accept TestScriptOperationAccept?
no setterinherited
acceptElement Element?
no setterinherited
contentType TestScriptOperationContentType?
no setterinherited
contentTypeElement Element?
no setterinherited
copyWith → $TestScriptOperationCopyWith<TestScriptOperation>
no setterinherited
description String?
no setterinherited
descriptionElement Element?
no setterinherited
destination FhirDecimal?
no setterinherited
destinationElement Element?
no setterinherited
encodeRequestUrl FhirBoolean?
no setterinherited
encodeRequestUrlElement Element?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
label String?
no setterinherited
labelElement Element?
no setterinherited
origin FhirDecimal?
no setterinherited
originElement Element?
no setterinherited
params String?
no setterinherited
paramsElement Element?
no setterinherited
requestHeader List<TestScriptRequestHeader>?
no setterinherited
requestId FhirId?
no setterinherited
requestIdElement Element?
no setterinherited
resource String?
no setterinherited
resourceElement Element?
no setterinherited
responseId FhirId?
no setterinherited
responseIdElement Element?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceId FhirId?
no setterinherited
sourceIdElement Element?
no setterinherited
targetId FhirId?
no setterinherited
targetIdElement Element?
no setterinherited
type Coding?
no setterinherited
url String?
no setterinherited
urlElement 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