source: EDIS/trunk/java/tracking-ui-core/src/main/flex/gov/va/med/edp/vo/reports/BVACLogEntryVO.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: 569 bytes
Line 
1package gov.va.med.edp.vo.reports
2{
3 import mx.collections.ArrayCollection;
4
5 [Bindable]
6 public class BVACLogEntryVO extends ReportLogEntryVO
7 {
8 public var agentOrange: String;
9 //referred to as OEF/OIF in the UI..
10 public var iraq: String;
11 public var patientName: String;
12 public var persGulf: String;
13 public var pow: String;
14 public var purpleHeart: String;
15 public var serviceConnPct: String;
16 public var unemployable: String;
17 public var vaPension: String;
18 public var vietnamVet: String;
19 public var combatEndDate: Date;
20 }
21}
Note: See TracBrowser for help on using the repository browser.