CitationDateOfPublication class

CitationDateOfPublication The Citation Resource enables reference to

Annotations
  • @freezed

Constructors

CitationDateOfPublication({@JsonKey(name: 'id') FhirId? fhirId, @JsonKey(name: 'extension') List<FhirExtension>? extension_, List<FhirExtension>? modifierExtension, FhirDate? date, @JsonKey(name: '_date') Element? dateElement, String? year, @JsonKey(name: '_year') Element? yearElement, String? month, @JsonKey(name: '_month') Element? monthElement, String? day, @JsonKey(name: '_day') Element? dayElement, String? season, @JsonKey(name: '_season') Element? seasonElement, String? text, @JsonKey(name: '_text') Element? textElement})
CitationDateOfPublication The Citation Resource enables reference to any knowledge artifact for purposes of identification and attribution. The Citation Resource supports existing reference structures and developing publication practices such as versioning, expressing complex contributorship roles, and referencing computable resources.
const
factory
CitationDateOfPublication.fromJson(Map<String, dynamic> json)
Factory constructor, accepts Map<String, dynamic> as an argument
factory
CitationDateOfPublication.fromJsonString(String source)
Acts like a constructor, returns a CitationDateOfPublication, accepts a String as an argument, mostly because I got tired of typing it out
factory
CitationDateOfPublication.fromYaml(dynamic yaml)
Factory constructor that accepts a String in YAML format as an argument
factory

Properties

copyWith → $CitationDateOfPublicationCopyWith<CitationDateOfPublication>
no setterinherited
date FhirDate?
no setterinherited
dateElement Element?
no setterinherited
day String?
no setterinherited
dayElement Element?
no setterinherited
extension_ List<FhirExtension>?
no setterinherited
fhirId FhirId?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
modifierExtension List<FhirExtension>?
no setterinherited
month String?
no setterinherited
monthElement Element?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
season String?
no setterinherited
seasonElement Element?
no setterinherited
text String?
no setterinherited
textElement Element?
no setterinherited
year String?
no setterinherited
yearElement 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