ParagraphAgreementDto constructor
ParagraphAgreementDto({
- int? timestamp,
- String? paragraph,
- bool? accepted,
- bool? inTreatment,
- bool? canceled,
- String? careProviderReference,
- String? decisionReference,
- int? start,
- int? end,
- int? cancelationDate,
- double? quantityValue,
- String? quantityUnit,
- String? ioRequestReference,
- String? responseType,
- Map<
String, String> refusalJustification = const {}, - Set<
int> verses = const {}, - String? coverageType,
- double? unitNumber,
- double? strength,
- String? strengthUnit,
- List<
AgreementAppendixDto> agreementAppendices = const [], - String? documentId,
Returns a new ParagraphAgreementDto instance.
Implementation
ParagraphAgreementDto({
this.timestamp,
this.paragraph,
this.accepted,
this.inTreatment,
this.canceled,
this.careProviderReference,
this.decisionReference,
this.start,
this.end,
this.cancelationDate,
this.quantityValue,
this.quantityUnit,
this.ioRequestReference,
this.responseType,
this.refusalJustification = const {},
this.verses = const {},
this.coverageType,
this.unitNumber,
this.strength,
this.strengthUnit,
this.agreementAppendices = const [],
this.documentId,
});