MolecularSequenceStartingSequence class

MolecularSequenceStartingSequence Representation of a molecular sequence.

Annotations
  • @freezed

Constructors

MolecularSequenceStartingSequence({@JsonKey(name: 'id') String? fhirId, @JsonKey(name: 'extension') List<FhirExtension>? extension_, List<FhirExtension>? modifierExtension, CodeableConcept? genomeAssembly, CodeableConcept? chromosome, CodeableConcept? sequenceCodeableConcept, String? sequenceString, @JsonKey(name: '_sequenceString') Element? sequenceStringElement, Reference? sequenceReference, FhirInteger? windowStart, @JsonKey(name: '_windowStart') Element? windowStartElement, FhirInteger? windowEnd, @JsonKey(name: '_windowEnd') Element? windowEndElement, FhirCode? orientation, @JsonKey(name: '_orientation') Element? orientationElement, FhirCode? strand, @JsonKey(name: '_strand') Element? strandElement})
MolecularSequenceStartingSequence Representation of a molecular sequence.
const
factory
MolecularSequenceStartingSequence.fromJson(Map<String, dynamic> json)
Factory constructor, accepts Map<String, dynamic> as an argument
factory
MolecularSequenceStartingSequence.fromJsonString(String source)
Acts like a constructor, returns a MolecularSequenceStartingSequence, accepts a String as an argument, mostly because I got tired of typing it out
factory
MolecularSequenceStartingSequence.fromYaml(dynamic yaml)
Factory constructor that accepts a String in YAML format as an argument
factory

Properties

chromosome CodeableConcept?
chromosome Structural unit composed of a nucleic acid molecule which controls its own replication through the interaction of specific proteins at one or more origins of replication (SO:0000340).
no setterinherited
copyWith → $MolecularSequenceStartingSequenceCopyWith<MolecularSequenceStartingSequence>
no setterinherited
extension_ List<FhirExtension>?
extension_ ("extension") May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
no setterinherited
fhirId String?
id Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
no setterinherited
genomeAssembly CodeableConcept?
genomeAssembly The genome assembly used for starting sequence, e.g. GRCh38.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
modifierExtension List<FhirExtension>?
modifierExtension May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
no setterinherited
orientation FhirCode?
orientation A relative reference to a DNA strand based on gene orientation. The strand that contains the open reading frame of the gene is the "sense" strand, and the opposite complementary strand is the "antisense" strand.
no setterinherited
orientationElement Element?
orientationElement ("_orientation") Extensions for orientation
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sequenceCodeableConcept CodeableConcept?
sequenceCodeableConcept The reference sequence that represents the starting sequence.
no setterinherited
sequenceReference Reference?
sequenceReference The reference sequence that represents the starting sequence.
no setterinherited
sequenceString String?
sequenceString The reference sequence that represents the starting sequence.
no setterinherited
sequenceStringElement Element?
sequenceStringElement ("_sequenceString") Extensions for sequenceString
no setterinherited
strand FhirCode?
strand An absolute reference to a strand. The Watson strand is the strand whose 5'-end is on the short arm of the chromosome, and the Crick strand as the one whose 5'-end is on the long arm.
no setterinherited
strandElement Element?
strandElement ("_strand") Extensions for strand
no setterinherited
windowEnd FhirInteger?
windowEnd End position of the window on the starting sequence. This value should honor the rules of the coordinateSystem.
no setterinherited
windowEndElement Element?
windowEndElement ("_windowEnd") Extensions for windowEnd
no setterinherited
windowStart FhirInteger?
windowStart Start position of the window on the starting sequence. This value should honor the rules of the coordinateSystem.
no setterinherited
windowStartElement Element?
windowStartElement ("_windowStart") Extensions for windowStart
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