SequenceQuality class

Annotations
  • @freezed

Constructors

SequenceQuality({SequenceQualityType? type, @JsonKey(name: '_type') Element? typeElement, CodeableConcept? standardSequence, FhirDecimal? start, @JsonKey(name: '_start') Element? startElement, FhirDecimal? end, @JsonKey(name: '_end') Element? endElement, Quantity? score, CodeableConcept? method, FhirDecimal? truthTP, @JsonKey(name: '_truthTP') Element? truthTPElement, FhirDecimal? queryTP, @JsonKey(name: '_queryTP') Element? queryTPElement, FhirDecimal? truthFN, @JsonKey(name: '_truthFN') Element? truthFNElement, FhirDecimal? queryFP, @JsonKey(name: '_queryFP') Element? queryFPElement, FhirDecimal? gtFP, @JsonKey(name: '_gtFP') Element? gtFPElement, FhirDecimal? precision, @JsonKey(name: '_precision') Element? precisionElement, FhirDecimal? recall, @JsonKey(name: '_recall') Element? recallElement, FhirDecimal? fScore, @JsonKey(name: '_fScore') Element? fScoreElement})
const
factory
SequenceQuality.fromJson(Map<String, dynamic> json)
Factory constructor, accepts Map<String, dynamic> as an argument
factory
SequenceQuality.fromJsonString(String source)
Acts like a constructor, returns a SequenceQuality, accepts a String as an argument, mostly because I got tired of typing it out
factory
SequenceQuality.fromYaml(dynamic yaml)
Factory constructor, accepts a String in YAML format as an argument
factory

Properties

copyWith → $SequenceQualityCopyWith<SequenceQuality>
no setterinherited
end FhirDecimal?
no setterinherited
endElement Element?
no setterinherited
fScore FhirDecimal?
no setterinherited
fScoreElement Element?
no setterinherited
gtFP FhirDecimal?
no setterinherited
gtFPElement Element?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
method CodeableConcept?
no setterinherited
precision FhirDecimal?
no setterinherited
precisionElement Element?
no setterinherited
queryFP FhirDecimal?
no setterinherited
queryFPElement Element?
no setterinherited
queryTP FhirDecimal?
no setterinherited
queryTPElement Element?
no setterinherited
recall FhirDecimal?
no setterinherited
recallElement Element?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
score Quantity?
no setterinherited
standardSequence CodeableConcept?
no setterinherited
start FhirDecimal?
no setterinherited
startElement Element?
no setterinherited
truthFN FhirDecimal?
no setterinherited
truthFNElement Element?
no setterinherited
truthTP FhirDecimal?
no setterinherited
truthTPElement Element?
no setterinherited
type SequenceQualityType?
no setterinherited
typeElement 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