CitationPublicationForm class

CitationPublicationForm 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.

Annotations
  • @freezed

Constructors

CitationPublicationForm({@JsonKey(name: 'id') String? fhirId, @JsonKey(name: 'extension') List<FhirExtension>? extension_, List<FhirExtension>? modifierExtension, CitationPublishedIn? publishedIn, CodeableConcept? citedMedium, String? volume, @JsonKey(name: '_volume') Element? volumeElement, String? issue, @JsonKey(name: '_issue') Element? issueElement, FhirDateTime? articleDate, @JsonKey(name: '_articleDate') Element? articleDateElement, String? publicationDateText, @JsonKey(name: '_publicationDateText') Element? publicationDateTextElement, String? publicationDateSeason, @JsonKey(name: '_publicationDateSeason') Element? publicationDateSeasonElement, FhirDateTime? lastRevisionDate, @JsonKey(name: '_lastRevisionDate') Element? lastRevisionDateElement, List<CodeableConcept>? language, String? accessionNumber, @JsonKey(name: '_accessionNumber') Element? accessionNumberElement, String? pageString, @JsonKey(name: '_pageString') Element? pageStringElement, String? firstPage, @JsonKey(name: '_firstPage') Element? firstPageElement, String? lastPage, @JsonKey(name: '_lastPage') Element? lastPageElement, String? pageCount, @JsonKey(name: '_pageCount') Element? pageCountElement, FhirMarkdown? copyright, @JsonKey(name: '_copyright') Element? copyrightElement})
CitationPublicationForm 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
CitationPublicationForm.fromJson(Map<String, dynamic> json)
Factory constructor, accepts Map<String, dynamic> as an argument
factory
CitationPublicationForm.fromJsonString(String source)
Acts like a constructor, returns a CitationPublicationForm, accepts a String as an argument, mostly because I got tired of typing it out
factory
CitationPublicationForm.fromYaml(dynamic yaml)
Factory constructor that accepts a String in YAML format as an argument
factory

Properties

accessionNumber String?
accessionNumber Entry number or identifier for inclusion in a database.
no setterinherited
accessionNumberElement Element?
accessionNumberElement ("_accessionNumber") Extensions for accessionNumber
no setterinherited
articleDate FhirDateTime?
articleDate The date the article was added to the database, or the date the article was released.
no setterinherited
articleDateElement Element?
articleDateElement ("_articleDate") Extensions for articleDate
no setterinherited
citedMedium CodeableConcept?
citedMedium Describes the form of the medium cited. Common codes are "Internet" or "Print". The CitedMedium value set has 6 codes. The codes internet, print, and offline-digital-storage are the common codes for a typical publication form, though internet and print are more common for study citations. Three additional codes (each appending one of the primary codes with "-without-issue" are used for situations when a study is published both within an issue (of a periodical release as commonly done for journals) AND is published separately from the issue (as commonly done with early online publication), to represent specific identification of the publication form not associated with the issue.
no setterinherited
copyright Copyright notice for the full article or artifact.
no setterinherited
copyrightElement Element?
copyrightElement ("_copyright") Extensions for copyright
no setterinherited
copyWith → $CitationPublicationFormCopyWith<CitationPublicationForm>
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
firstPage String?
firstPage Used for isolated representation of first page.
no setterinherited
firstPageElement Element?
firstPageElement ("_firstPage") Extensions for firstPage
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
issue String?
issue Issue, part or supplement of journal or other collection in which the article is published.
no setterinherited
issueElement Element?
issueElement ("_issue") Extensions for issue
no setterinherited
language List<CodeableConcept>?
language The language or languages in which this form of the article is published.
no setterinherited
lastPage String?
lastPage Used for isolated representation of last page.
no setterinherited
lastPageElement Element?
lastPageElement ("_lastPage") Extensions for lastPage
no setterinherited
lastRevisionDate FhirDateTime?
lastRevisionDate The date the article was last revised or updated in the database.
no setterinherited
lastRevisionDateElement Element?
lastRevisionDateElement ("_lastRevisionDate") Extensions for lastRevisionDate
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
pageCount String?
pageCount Actual or approximate number of pages or screens. Distinct from reporting the page numbers.
no setterinherited
pageCountElement Element?
pageCountElement ("_pageCount") Extensions for pageCount
no setterinherited
pageString String?
pageString Used for full display of pagination.
no setterinherited
pageStringElement Element?
pageStringElement ("_pageString") Extensions for pageString
no setterinherited
publicationDateSeason String?
publicationDateSeason Spring, Summer, Fall/Autumn, Winter.
no setterinherited
publicationDateSeasonElement Element?
publicationDateSeasonElement ("_publicationDateSeason") Extensions for publicationDateSeason
no setterinherited
publicationDateText String?
publicationDateText Text representation of the date on which the issue of the cited artifact was published.
no setterinherited
publicationDateTextElement Element?
publicationDateTextElement ("_publicationDateText") Extensions for publicationDateText
no setterinherited
publishedIn CitationPublishedIn?
publishedIn The collection the cited article or artifact is published in.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
volume String?
volume Volume number of journal or other collection in which the article is published.
no setterinherited
volumeElement Element?
volumeElement ("_volume") Extensions for volume
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