ResearchElementDefinitionCharacteristic class

Annotations
  • @freezed

Constructors

ResearchElementDefinitionCharacteristic({@JsonKey(name: 'id') FhirId? fhirId, @JsonKey(name: 'extension') List<FhirExtension>? extension_, List<FhirExtension>? modifierExtension, CodeableConcept? definitionCodeableConcept, FhirCanonical? definitionCanonical, @JsonKey(name: '_definitionCanonical') Element? definitionCanonicalElement, FhirExpression? definitionExpression, DataRequirement? definitionDataRequirement, List<UsageContext>? usageContext, FhirBoolean? exclude, @JsonKey(name: '_exclude') Element? excludeElement, CodeableConcept? unitOfMeasure, String? studyEffectiveDescription, @JsonKey(name: '_studyEffectiveDescription') Element? studyEffectiveDescriptionElement, FhirDateTime? studyEffectiveDateTime, @JsonKey(name: '_studyEffectiveDateTime') Element? studyEffectiveDateTimeElement, Period? studyEffectivePeriod, FhirDuration? studyEffectiveDuration, Timing? studyEffectiveTiming, FhirDuration? studyEffectiveTimeFromStart, FhirCode? studyEffectiveGroupMeasure, @JsonKey(name: '_studyEffectiveGroupMeasure') Element? studyEffectiveGroupMeasureElement, String? participantEffectiveDescription, @JsonKey(name: '_participantEffectiveDescription') Element? participantEffectiveDescriptionElement, FhirDateTime? participantEffectiveDateTime, @JsonKey(name: '_participantEffectiveDateTime') Element? participantEffectiveDateTimeElement, Period? participantEffectivePeriod, FhirDuration? participantEffectiveDuration, Timing? participantEffectiveTiming, FhirDuration? participantEffectiveTimeFromStart, FhirCode? participantEffectiveGroupMeasure, @JsonKey(name: '_participantEffectiveGroupMeasure') Element? participantEffectiveGroupMeasureElement})
ResearchElementDefinitionCharacteristic The ResearchElementDefinition resource describes a "PICO" element that knowledge (evidence, assertion, recommendation) is about.
const
factory
ResearchElementDefinitionCharacteristic.fromJson(Map<String, dynamic> json)
factory
ResearchElementDefinitionCharacteristic.fromYaml(dynamic yaml)
Factory constructor that accepts a String in YAML format as an argument
factory

Properties

copyWith → $ResearchElementDefinitionCharacteristicCopyWith<ResearchElementDefinitionCharacteristic>
no setterinherited
definitionCanonical FhirCanonical?
no setterinherited
definitionCanonicalElement Element?
no setterinherited
definitionCodeableConcept CodeableConcept?
no setterinherited
definitionDataRequirement DataRequirement?
no setterinherited
definitionExpression FhirExpression?
no setterinherited
exclude FhirBoolean?
no setterinherited
excludeElement 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
participantEffectiveDateTime FhirDateTime?
no setterinherited
participantEffectiveDateTimeElement Element?
no setterinherited
participantEffectiveDescription String?
no setterinherited
participantEffectiveDescriptionElement Element?
no setterinherited
participantEffectiveDuration FhirDuration?
no setterinherited
participantEffectiveGroupMeasure FhirCode?
no setterinherited
participantEffectiveGroupMeasureElement Element?
no setterinherited
participantEffectivePeriod Period?
no setterinherited
participantEffectiveTimeFromStart FhirDuration?
no setterinherited
participantEffectiveTiming Timing?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
studyEffectiveDateTime FhirDateTime?
no setterinherited
studyEffectiveDateTimeElement Element?
no setterinherited
studyEffectiveDescription String?
no setterinherited
studyEffectiveDescriptionElement Element?
no setterinherited
studyEffectiveDuration FhirDuration?
no setterinherited
studyEffectiveGroupMeasure FhirCode?
no setterinherited
studyEffectiveGroupMeasureElement Element?
no setterinherited
studyEffectivePeriod Period?
no setterinherited
studyEffectiveTimeFromStart FhirDuration?
no setterinherited
studyEffectiveTiming Timing?
no setterinherited
unitOfMeasure CodeableConcept?
no setterinherited
usageContext List<UsageContext>?
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
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