Ejemplo n.º 1
0
 def setup(self, unused_timeout = 15):
     level = 'I/P'
     blackboard = Blackboard()
     #blackboard.action = []
     blackboard.level = level
     blackboard.tick_num = 0
     blackboard.protocol = "Universal Patient Care"
     self.text = ''
     self.sent_text = []
     return True
Ejemplo n.º 2
0
 def setup(self, unused_timeout=15):
     #level = raw_input("Please type in your certification(EMT,A,I/P): \n")
     level = 'I/P'
     blackboard = Blackboard()
     #blackboard.action = []
     blackboard.level = level
     blackboard.tick_num = 0
     blackboard.protocol = "Universal Patient Care"
     self.text = ''
     self.sent_text = []
     return True