source: BMXNET_RPMS_dotNET_UTILITIES-BMX/branch/IHS BMX Framework/IndianHealthService.BMXNet.WinForm/Model/ChangableContext.cs@ 1146

Last change on this file since 1146 was 1146, checked in by Sam Habiel, 13 years ago

Initial Import of BMX4

File size: 327 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Text;
4using IndianHealthService.BMXNet.Model;
5
6namespace IndianHealthService.BMXNet.WinForm.Model
7{
8 internal interface ChangableContext : Context
9 {
10 bool ChangePatient(Patient aPatient);
11 bool ChangeVisit(Visit aVisit);
12 }
13}
Note: See TracBrowser for help on using the repository browser.