source: EDIS/trunk/java/tracking-ui-core/src/main/flex/gov/va/med/edp/model/reports/VaAdmissionsReport.as@ 1227

Last change on this file since 1227 was 1227, checked in by George Lilly, 13 years ago

initial load of EDIS 1.0

File size: 238 bytes
Line 
1package gov.va.med.edp.model.reports
2{
3 import mx.collections.ICollectionView;
4
5 [Bindable]
6 public class VaAdmissionsReport
7 {
8 public var admissionLogs: ICollectionView;
9 public var admissionAverages: ICollectionView;
10 }
11}
Note: See TracBrowser for help on using the repository browser.