CitationEntry class

CitationEntry The Citation Resource enables reference to any knowledge

Annotations
  • @freezed

Constructors

CitationEntry({@JsonKey(name: 'id') FhirId? fhirId, @JsonKey(name: 'extension') List<FhirExtension>? extension_, List<FhirExtension>? modifierExtension, HumanName? name, String? initials, @JsonKey(name: '_initials') Element? initialsElement, String? collectiveName, @JsonKey(name: '_collectiveName') Element? collectiveNameElement, List<Identifier>? identifier, List<CitationAffiliationInfo>? affiliationInfo, List<Address>? address, List<ContactPoint>? telecom, List<CodeableConcept>? contributionType, CodeableConcept? role, List<CitationContributionInstance>? contributionInstance, FhirBoolean? correspondingContact, @JsonKey(name: '_correspondingContact') Element? correspondingContactElement, FhirPositiveInt? listOrder, @JsonKey(name: '_listOrder') Element? listOrderElement})
CitationEntry 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
CitationEntry.fromJson(Map<String, dynamic> json)
Factory constructor, accepts Map<String, dynamic> as an argument
factory
CitationEntry.fromJsonString(String source)
Acts like a constructor, returns a CitationEntry, accepts a String as an argument, mostly because I got tired of typing it out
factory
CitationEntry.fromYaml(dynamic yaml)
Factory constructor that accepts a String in YAML format as an argument
factory

Properties

address List<Address>?
no setterinherited
affiliationInfo List<CitationAffiliationInfo>?
no setterinherited
collectiveName String?
no setterinherited
collectiveNameElement Element?
no setterinherited
contributionInstance List<CitationContributionInstance>?
no setterinherited
contributionType List<CodeableConcept>?
no setterinherited
copyWith → $CitationEntryCopyWith<CitationEntry>
no setterinherited
correspondingContact FhirBoolean?
no setterinherited
correspondingContactElement 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
initials String?
no setterinherited
initialsElement Element?
no setterinherited
listOrder FhirPositiveInt?
no setterinherited
listOrderElement Element?
no setterinherited
modifierExtension List<FhirExtension>?
no setterinherited
name HumanName?
no setterinherited
role CodeableConcept?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
telecom List<ContactPoint>?
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
updateAddressCity(String city, [int index = 0]) CitationEntry
updateAddressCountry(String country, [int index = 0]) CitationEntry
updateAddressDistrict(String district, [int index = 0]) CitationEntry
updateAddressLine(List<String> line, [int index = 0]) CitationEntry
updateAddressPeriod(Period period, [int index = 0]) CitationEntry
updateAddressPostalCode(String postalCode, [int index = 0]) CitationEntry
updateAddressState(String state, [int index = 0]) CitationEntry
updateAddressText(String text, [int index = 0]) CitationEntry
updateAddressType(AddressType type, [int index = 0]) CitationEntry
updateAddressUse(AddressUse use, [int index = 0]) CitationEntry
updateContactPointPeriod(Period period, [int index = 0]) CitationEntry
updateContactPointRank(FhirPositiveInt rank, [int index = 0]) CitationEntry
updateContactPointSystem(ContactPointSystem system, [int index = 0]) CitationEntry
updateContactPointUse(ContactPointUse use, [int index = 0]) CitationEntry
updateContactPointValue(String value, [int index = 0]) CitationEntry
updateHumanNameFamily(String family) CitationEntry
updateHumanNameGiven(List<String> given) CitationEntry
updateHumanNamePeriod(Period period) CitationEntry
updateHumanNamePrefix(List<String> prefix) CitationEntry
updateHumanNameSuffix(List<String> suffix) CitationEntry
updateHumanNameText(String text) CitationEntry
updateHumanNameUse(HumanNameUse use) CitationEntry

Operators

operator ==(Object other) bool
The equality operator.
inherited