DecryptedContentDto constructor
DecryptedContentDto({
- String? stringValue,
- double? numberValue,
- bool? booleanValue,
- DateTime? instantValue,
- int? fuzzyDateValue,
- String? binaryValue,
- String? documentId,
- MeasureDto? measureValue,
- MedicationDto? medicationValue,
- TimeSeriesDto? timeSeries,
- List<
DecryptedServiceDto> compoundValue = const [], - List<
MeasureDto> ratio = const [], - List<
MeasureDto> range = const [],
Returns a new DecryptedContentDto instance.
Implementation
DecryptedContentDto({
this.stringValue,
this.numberValue,
this.booleanValue,
this.instantValue,
this.fuzzyDateValue,
this.binaryValue,
this.documentId,
this.measureValue,
this.medicationValue,
this.timeSeries,
this.compoundValue = const [],
this.ratio = const [],
this.range = const [],
});