source: EDIS/tags/ed/tracking-ui-core/src/main/flex/gov/va/med/edp/model/reports/MissedOpReport.as@ 1240

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

new version from the VA

File size: 275 bytes
Line 
1package gov.va.med.edp.model.reports
2{
3 import mx.collections.ICollectionView;
4
5 [Bindable]
6 public class MissedOpReport
7 {
8 public var missedOpLogs: ICollectionView;
9 public var AMA: int;
10 public var eloped: int;
11 public var leftWithoutTreatment: int;
12 }
13}
Note: See TracBrowser for help on using the repository browser.