ConsentExcept constructor

const ConsentExcept({
  1. ConsentExceptType? type,
  2. @JsonKey(name: '_type') Element? typeElement,
  3. Period? period,
  4. List<ConsentActor1>? actor,
  5. List<CodeableConcept>? action,
  6. List<Coding>? securityLabel,
  7. List<Coding>? purpose,
  8. @JsonKey(name: 'class') List<Coding>? class_,
  9. List<Coding>? code,
  10. Period? dataPeriod,
  11. List<ConsentData1>? data,
})

Implementation

const factory ConsentExcept({
  ConsentExceptType? type,
  @JsonKey(name: '_type') Element? typeElement,
  Period? period,
  List<ConsentActor1>? actor,
  List<CodeableConcept>? action,
  List<Coding>? securityLabel,
  List<Coding>? purpose,
  @JsonKey(name: 'class') List<Coding>? class_,
  List<Coding>? code,
  Period? dataPeriod,
  List<ConsentData1>? data,
}) = _ConsentExcept;