TestScriptActionOperation class

Annotations
  • @freezed

Constructors

TestScriptActionOperation({@JsonKey(name: 'id') FhirId? fhirId, @JsonKey(name: 'extension') List<FhirExtension>? extension_, List<FhirExtension>? modifierExtension, @JsonKey(name: 'fhir_comments') List<String>? fhirComments, Coding? type, FhirCode? resource, @JsonKey(name: '_resource') Element? resourceElement, String? label, @JsonKey(name: '_label') Element? labelElement, String? description, @JsonKey(name: '_description') Element? descriptionElement, @JsonKey(unknownEnumValue: OperationAccept.unknown) OperationAccept? accept, @JsonKey(name: '_accept') Element? acceptElement, @JsonKey(unknownEnumValue: OperationContentType.unknown) OperationContentType? contentType, @JsonKey(name: '_contentType') Element? contentTypeElement, FhirInteger? destination, @JsonKey(name: '_destination') Element? destinationElement, FhirBoolean? encodeRequestUrl, @JsonKey(name: '_encodeRequestUrl') Element? encodeRequestUrlElement, String? params, @JsonKey(name: '_params') Element? paramsElement, List<TestScriptOperationRequestHeader>? requestHeader, 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
TestScriptActionOperation.fromJson(Map<String, dynamic> json)
Factory constructor, accepts Map<String, dynamic> as an argument
factory
TestScriptActionOperation.fromJsonString(String source)
Acts like a constructor, returns a TestScriptActionOperation, accepts a String as an argument, mostly because I got tired of typing it out
factory
TestScriptActionOperation.fromYaml(dynamic yaml)
Factory constructor, accepts a String in YAML format as an argument
factory

Properties

accept OperationAccept?
no setterinherited
acceptElement Element?
no setterinherited
contentType OperationContentType?
no setterinherited
contentTypeElement Element?
no setterinherited
copyWith → $TestScriptActionOperationCopyWith<TestScriptActionOperation>
no setterinherited
description String?
no setterinherited
descriptionElement Element?
no setterinherited
destination FhirInteger?
no setterinherited
destinationElement Element?
no setterinherited
encodeRequestUrl FhirBoolean?
no setterinherited
encodeRequestUrlElement Element?
no setterinherited
extension_ List<FhirExtension>?
no setterinherited
fhirComments List<String>?
no setterinherited
fhirId FhirId?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
label String?
no setterinherited
labelElement Element?
no setterinherited
modifierExtension List<FhirExtension>?
no setterinherited
params String?
no setterinherited
paramsElement Element?
no setterinherited
requestHeader List<TestScriptOperationRequestHeader>?
no setterinherited
resource FhirCode?
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