ParagraphAgreement constructor
const
ParagraphAgreement({
- @Default(null) int? timestamp,
- @Default(null) String? paragraph,
- @Default(null) bool? accepted,
- @Default(null) bool? inTreatment,
- @Default(null) bool? canceled,
- @Default(null) String? careProviderReference,
- @Default(null) String? decisionReference,
- @Default(null) int? start,
- @Default(null) int? end,
- @Default(null) int? cancelationDate,
- @Default(null) double? quantityValue,
- @Default(null) String? quantityUnit,
- @Default(null) String? ioRequestReference,
- @Default(null) String? responseType,
- @Default(null) Map<
String, String> ? refusalJustification, - @Default(null) Set<
int> ? verses, - @Default(null) String? coverageType,
- @Default(null) double? unitNumber,
- @Default(null) double? strength,
- @Default(null) String? strengthUnit,
- @Default(null) List<
AgreementAppendix> ? agreementAppendices, - @Default(null) String? documentId,
Implementation
const factory ParagraphAgreement({
@Default(null) int? timestamp,
@Default(null) String? paragraph,
@Default(null) bool? accepted,
@Default(null) bool? inTreatment,
@Default(null) bool? canceled,
@Default(null) String? careProviderReference,
@Default(null) String? decisionReference,
@Default(null) int? start,
@Default(null) int? end,
@Default(null) int? cancelationDate,
@Default(null) double? quantityValue,
@Default(null) String? quantityUnit,
@Default(null) String? ioRequestReference,
@Default(null) String? responseType,
@Default(null) Map<String, String>? refusalJustification,
@Default(null) Set<int>? verses,
@Default(null) String? coverageType,
@Default(null) double? unitNumber,
@Default(null) double? strength,
@Default(null) String? strengthUnit,
@Default(null) List<AgreementAppendix>? agreementAppendices,
@Default(null) String? documentId,
}) = _ParagraphAgreement;