本文整理汇总了Python中VistAMenuUtil.VistAMenuUtil.gotoKidsMainMenu方法的典型用法代码示例。如果您正苦于以下问题:Python VistAMenuUtil.gotoKidsMainMenu方法的具体用法?Python VistAMenuUtil.gotoKidsMainMenu怎么用?Python VistAMenuUtil.gotoKidsMainMenu使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类VistAMenuUtil.VistAMenuUtil
的用法示例。
在下文中一共展示了VistAMenuUtil.gotoKidsMainMenu方法的4个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的Python代码示例。
示例1: __gotoKIDSMainMenu__
# 需要导入模块: from VistAMenuUtil import VistAMenuUtil [as 别名]
# 或者: from VistAMenuUtil.VistAMenuUtil import gotoKidsMainMenu [as 别名]
def __gotoKIDSMainMenu__(self, vistATestClient):
menuUtil = VistAMenuUtil(self._duz)
connection = vistATestClient.getConnection()
connection.send('S ^PS(56,1961,0)="MAGNESIUM/ZALCITABINE (DIDEOXYCYTIDINE,ddC)^255^3150^2^1^10624"\r')
connection.expect(vistATestClient.getPrompt())
connection.send('S ^PS(56,531,0)="LOMEFLOXACIN/MAGNESIUM^3183^255^2^1^28817^3141031"\r')
connection.expect(vistATestClient.getPrompt())
connection.send('S ^PS(56,513,0)="ENOXACIN/MAGNESIUM^2779^255^2^1^37112^3141031"\r')
menuUtil.gotoKidsMainMenu(vistATestClient)
示例2: __gotoKIDSMainMenu__
# 需要导入模块: from VistAMenuUtil import VistAMenuUtil [as 别名]
# 或者: from VistAMenuUtil.VistAMenuUtil import gotoKidsMainMenu [as 别名]
def __gotoKIDSMainMenu__(self, vistATestClient):
menuUtil = VistAMenuUtil(self._duz)
connection = vistATestClient.getConnection()
connection.send("D STOP^ZTMKU\r")
connection.expect("Are you sure")
connection.send("Y\r")
connection.expect("Should active")
connection.send("Y\r")
connection.expect("Should active")
connection.send("Y\r")
time.sleep(30)
menuUtil.gotoKidsMainMenu(vistATestClient)
示例3: __gotoKIDSMainMenu__
# 需要导入模块: from VistAMenuUtil import VistAMenuUtil [as 别名]
# 或者: from VistAMenuUtil.VistAMenuUtil import gotoKidsMainMenu [as 别名]
def __gotoKIDSMainMenu__(self, vistATestClient):
menuUtil = VistAMenuUtil(self._duz)
menuUtil.gotoKidsMainMenu(vistATestClient)
示例4: __gotoKIDSMainMenu__
# 需要导入模块: from VistAMenuUtil import VistAMenuUtil [as 别名]
# 或者: from VistAMenuUtil.VistAMenuUtil import gotoKidsMainMenu [as 别名]
def __gotoKIDSMainMenu__(self, vistATestClient):
menuUtil = VistAMenuUtil(self._duz)
taskmanUtil = VistATaskmanUtil()
taskmanUtil.stopTaskman(vistATestClient)
menuUtil.gotoKidsMainMenu(vistATestClient)