ApplyConsentsRequest constructor
      
      ApplyConsentsRequest({ 
    
    
- PatientScope? patientScope,
 - TimeRange? timeRange,
 - bool? validateOnly,
 
Implementation
ApplyConsentsRequest({
  this.patientScope,
  this.timeRange,
  this.validateOnly,
});