QuestionnaireGroupQuestion class

Annotations
  • @freezed

Constructors

QuestionnaireGroupQuestion({@JsonKey(name: 'id') FhirId? fhirId, @JsonKey(name: 'extension') List<FhirExtension>? extension_, List<FhirExtension>? modifierExtension, @JsonKey(name: 'fhir_comments') List<String>? fhirComments, String? linkId, @JsonKey(name: '_linkId') Element? linkIdElement, List<Coding>? concept, String? text, @JsonKey(unknownEnumValue: QuestionType.unknown) QuestionType? type, @JsonKey(name: 'required') FhirBoolean? required_, FhirBoolean? repeats, Reference? options, List<Coding>? option, List<QuestionnaireGroup>? group})
const
factory
QuestionnaireGroupQuestion.fromJson(Map<String, dynamic> json)
Factory constructor, accepts Map<String, dynamic> as an argument
factory
QuestionnaireGroupQuestion.fromJsonString(String source)
Acts like a constructor, returns a QuestionnaireGroupQuestion, accepts a String as an argument, mostly because I got tired of typing it out
factory
QuestionnaireGroupQuestion.fromYaml(dynamic yaml)
Factory constructor, accepts a String in YAML format as an argument
factory

Properties

concept List<Coding>?
no setterinherited
copyWith → $QuestionnaireGroupQuestionCopyWith<QuestionnaireGroupQuestion>
no setterinherited
extension_ List<FhirExtension>?
no setterinherited
fhirComments List<String>?
no setterinherited
fhirId FhirId?
no setterinherited
group List<QuestionnaireGroup>?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
linkId String?
no setterinherited
linkIdElement Element?
no setterinherited
modifierExtension List<FhirExtension>?
no setterinherited
option List<Coding>?
no setterinherited
options Reference?
no setterinherited
repeats FhirBoolean?
no setterinherited
required_ FhirBoolean?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String?
no setterinherited
type QuestionType?
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