Beispiel #1
0
 def on_btnSelectRelegateOrg_clicked(self):
     orgId = selectOrganisation(self,
                                self.cmbRelegateOrg.value(),
                                False,
                                filter=CPolyclinicComboBox._filter)
     self.cmbRelegateOrg.update()
     if orgId:
         self.cmbRelegateOrg.setValue(orgId)
Beispiel #2
0
 def on_btnSelectArmyOrg_clicked(self):
     orgId = selectOrganisation(self,
                                self.cmbArmyOrg.value(),
                                False,
                                filter=CArmyOrgComboBox._filter)
     self.cmbArmyOrg.update()
     if orgId:
         self.cmbArmyOrg.setValue(orgId)
Beispiel #3
0
 def on_btnSelectWorkOrganisation_clicked(self):
     orgId = selectOrganisation(self, self.cmbWorkOrganisation.value(),
                                False)
     self.cmbWorkOrganisation.update()
     if orgId:
         self.cmbWorkOrganisation.setValue(orgId)
Beispiel #4
0
 def on_btnSelectOrg_clicked(self):
     orgId = selectOrganisation(self, self.cmbOrg.value(), False, self.cmbOrg.filter())
     self.cmbOrg.update()
     if orgId:
         self.cmbOrg.setValue(orgId)