CitationCitedArtifact class

CitationCitedArtifact The Citation Resource enables reference to any

Annotations
  • @freezed

Constructors

CitationCitedArtifact({@JsonKey(name: 'id') FhirId? fhirId, @JsonKey(name: 'extension') List<FhirExtension>? extension_, List<FhirExtension>? modifierExtension, List<Identifier>? identifier, List<Identifier>? relatedIdentifier, FhirDateTime? dateAccessed, @JsonKey(name: '_dateAccessed') Element? dateAccessedElement, CitationVersion? version, List<CodeableConcept>? currentState, List<CitationStatusDate1>? statusDate, List<CitationTitle>? title, @JsonKey(name: 'abstract') List<CitationAbstract>? abstract_, @JsonKey(name: 'part') CitationPart? part_, List<CitationRelatesTo1>? relatesTo, List<CitationPublicationForm>? publicationForm, List<CitationWebLocation>? webLocation, List<CitationClassification1>? classification, CitationContributorship? contributorship, List<Annotation>? note})
CitationCitedArtifact 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
CitationCitedArtifact.fromJson(Map<String, dynamic> json)
Factory constructor, accepts Map<String, dynamic> as an argument
factory
CitationCitedArtifact.fromJsonString(String source)
Acts like a constructor, returns a CitationCitedArtifact, accepts a String as an argument, mostly because I got tired of typing it out
factory
CitationCitedArtifact.fromYaml(dynamic yaml)
Factory constructor that accepts a String in YAML format as an argument
factory

Properties

abstract_ List<CitationAbstract>?
no setterinherited
classification List<CitationClassification1>?
no setterinherited
contributorship CitationContributorship?
no setterinherited
copyWith → $CitationCitedArtifactCopyWith<CitationCitedArtifact>
no setterinherited
currentState List<CodeableConcept>?
no setterinherited
dateAccessed FhirDateTime?
no setterinherited
dateAccessedElement Element?
no setterinherited
extension_ List<FhirExtension>?
no setterinherited
fhirId FhirId?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
identifier List<Identifier>?
no setterinherited
modifierExtension List<FhirExtension>?
no setterinherited
note List<Annotation>?
no setterinherited
part_ CitationPart?
no setterinherited
publicationForm List<CitationPublicationForm>?
no setterinherited
relatedIdentifier List<Identifier>?
no setterinherited
relatesTo List<CitationRelatesTo1>?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statusDate List<CitationStatusDate1>?
no setterinherited
title List<CitationTitle>?
no setterinherited
version CitationVersion?
no setterinherited
webLocation List<CitationWebLocation>?
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