SpecimenProcessing constructor

const SpecimenProcessing({
  1. String? description,
  2. @JsonKey(name: '_description') Element? descriptionElement,
  3. CodeableConcept? procedure,
  4. List<Reference>? additive,
  5. FhirDateTime? timeDateTime,
  6. @JsonKey(name: '_timeDateTime') Element? timeDateTimeElement,
  7. Period? timePeriod,
})

Implementation

const factory SpecimenProcessing({
  String? description,
  @JsonKey(name: '_description') Element? descriptionElement,
  CodeableConcept? procedure,
  List<Reference>? additive,
  FhirDateTime? timeDateTime,
  @JsonKey(name: '_timeDateTime') Element? timeDateTimeElement,
  Period? timePeriod,
}) = _SpecimenProcessing;