source:
BMXNET_RPMS_dotNET_UTILITIES-BMX/branch/BMX41000/IHS BMX Framework/IndianHealthService.BMXNet/Model/Division.cs@
1672
| Last change on this file since 1672 was 1146, checked in by , 15 years ago | |
|---|---|
| File size: 420 bytes | |
| Line | |
|---|---|
| 1 | using System; |
| 2 | using System.Collections.Generic; |
| 3 | using System.Text; |
| 4 | |
| 5 | namespace IndianHealthService.BMXNet.Model |
| 6 | { |
| 7 | /// <summary> |
| 8 | /// This object represents the RPMS Division. |
| 9 | /// </summary> |
| 10 | /// <remarks> |
| 11 | /// All BMX Broker connections must have an estalibshed Division</remarks> |
| 12 | public interface Division |
| 13 | { |
| 14 | String Name { get; } |
| 15 | String Ien { get; } |
| 16 | } |
| 17 | } |
Note:
See TracBrowser
for help on using the repository browser.
