コード例 #1
0
ファイル: SuiteReagentComboBox.py プロジェクト: dio4/vista_1
 def __init__(self, title, fieldName, width, tableName, **params):
     CRBInDocTableCol.__init__(self, title, fieldName, width, tableName, **params)
     self._testId = params.get('testId', None)
     self._tissueJournalDate = params.get('tissueJournalDate', None)
コード例 #2
0
ファイル: EventVisitsModel.py プロジェクト: dio4/vista_1
 def __init__(self, title, fieldName, width, tableName, **params):
     CRBInDocTableCol.__init__(self, title, fieldName, width, tableName,
                               **params)
     self.eventEditor = params.get('eventEditor', None)
コード例 #3
0
ファイル: NomenclatureComboBox.py プロジェクト: dio4/vista_1
 def __init__(self, title, fieldName, width, **params):
     CRBInDocTableCol.__init__(self, title, fieldName, width,
                               'rbNomenclature', **params)
     self.defaultClassId = None
     self.defaultKindId = None
     self.defaultTypeId = None
コード例 #4
0
ファイル: RBTest.py プロジェクト: dio4/vista_1
 def __init__(self, title, fieldName, width, tableName, parentEditor,
              **params):
     CRBInDocTableCol.__init__(self, title, fieldName, width, tableName,
                               **params)
     self._parentEditor = parentEditor
コード例 #5
0
ファイル: FormularyItemComboBox.py プロジェクト: dio4/vista_1
 def __init__(self, title, fieldName, width, **params):
     CRBInDocTableCol.__init__(self, title, fieldName, width, 'rbMedicines',
                               **params)