SpecimenCollection constructor

const SpecimenCollection({
  1. @JsonKey(name: 'id') FhirId? fhirId,
  2. @JsonKey(name: 'extension') List<FhirExtension>? extension_,
  3. @JsonKey(name: 'fhir_comments') List<String>? fhirComments,
  4. List<FhirExtension>? modifierExtension,
  5. Reference? collector,
  6. List<String>? comment,
  7. FhirDateTime? collectedDateTime,
  8. @JsonKey(name: '_collectedDateTime') Element? collectedDateTimeElement,
  9. Period? collectedPeriod,
  10. Quantity? quantity,
  11. CodeableConcept? method,
  12. CodeableConcept? bodySite,
})

Implementation

const factory SpecimenCollection({
  @JsonKey(name: 'id') FhirId? fhirId,
  @JsonKey(name: 'extension') List<FhirExtension>? extension_,
  @JsonKey(name: 'fhir_comments') List<String>? fhirComments,
  List<FhirExtension>? modifierExtension,
  Reference? collector,
  List<String>? comment,
  FhirDateTime? collectedDateTime,
  @JsonKey(name: '_collectedDateTime') Element? collectedDateTimeElement,
  Period? collectedPeriod,
  Quantity? quantity,
  CodeableConcept? method,
  CodeableConcept? bodySite,
}) = _SpecimenCollection;