Beispiel #1
0
 def run(self) -> None:
     SqlScriptTask.run_bound(self, script_params=dict(chunk_qty=str(self.patient_chunks)))
Beispiel #2
0
 def run(self) -> None:
     SqlScriptTask.run_bound(self, script_params=dict(
         patient_num_first=self.patient_num_first, patient_num_last=self.patient_num_last))
Beispiel #3
0
 def run(self) -> None:
     SqlScriptTask.run_bound(self, script_params=dict(chunk_qty=str(self.patient_chunks)))
Beispiel #4
0
 def run(self) -> None:
     SqlScriptTask.run_bound(self,
                             script_params=dict(chunk_qty=self.bene_chunks))
Beispiel #5
0
 def run(self) -> None:
     SqlScriptTask.run_bound(self, script_params=dict(
         patient_num_first=self.patient_num_first, patient_num_last=self.patient_num_last))