| Line | |
|---|
| 1 | package gov.va.med.edp.model.reports
|
|---|
| 2 | {
|
|---|
| 3 | import mx.collections.ICollectionView;
|
|---|
| 4 |
|
|---|
| 5 | [Bindable]
|
|---|
| 6 | public class ExposureReport
|
|---|
| 7 | {
|
|---|
| 8 | public var id:String;
|
|---|
| 9 | public var contagiousPtRoomList: ICollectionView;
|
|---|
| 10 | public var ptsExposedinTreatmentRoomList: ICollectionView;
|
|---|
| 11 | public var allOtherPatientsList: ICollectionView;
|
|---|
| 12 | public var exposedMDsList: ICollectionView;
|
|---|
| 13 | public var exposedNursesList: ICollectionView;
|
|---|
| 14 | public var exposedResidentsList: ICollectionView;
|
|---|
| 15 |
|
|---|
| 16 | }
|
|---|
| 17 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.