source: EDIS/tags/ed/tracking-ui-core/src/main/flex/gov/va/med/edp/vo/reports/PtIntakeVO.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: 482 bytes
Line 
1package gov.va.med.edp.vo.reports
2{
3 import com.adobe.cairngorm.vo.IValueObject;
4
5 import mx.collections.ArrayCollection;
6
7 [Bindable]
8 public class PtIntakeVO implements IValueObject
9 {
10 public var sun: String;
11 public var mon: String;
12 public var tue: String;
13 public var wed: String;
14 public var thu: String;
15 public var fri: String;
16 public var sat: String;
17 public var total: String;
18 public var time: String;
19 public var average: String;
20 }
21}
Note: See TracBrowser for help on using the repository browser.