ApplyConsentsRequest constructor

ApplyConsentsRequest({
  1. PatientScope? patientScope,
  2. TimeRange? timeRange,
  3. bool? validateOnly,
})

Implementation

ApplyConsentsRequest({
  this.patientScope,
  this.timeRange,
  this.validateOnly,
});