91929394959697
/** * Method that is invoked when this controller instance is created. */ protected void onCreate() { this.physicianSession = new PhysicianSession(); }
90919293949596
/** * Callback that is invoked when this controller instance is created. */ protected void onCreate() { this.physicianSession = new PhysicianSession(); }