source:
BMXNET_RPMS_dotNET_UTILITIES-BMX/branch/IHS BMX Framework/IndianHealthService.BMXNet.WinForm/Model/ChangableContext.cs@
1164
| Last change on this file since 1164 was 1146, checked in by , 15 years ago | |
|---|---|
| File size: 327 bytes | |
| Line | |
|---|---|
| 1 | using System; |
| 2 | using System.Collections.Generic; |
| 3 | using System.Text; |
| 4 | using IndianHealthService.BMXNet.Model; |
| 5 | |
| 6 | namespace 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.
