source: EDIS/tags/ed/tracking-ui-core/src/main/flex/gov/va/med/edp/vo/reports/PatientXRefVO.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: 299 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 PatientXRefVO implements IValueObject
9 {
10 public var id: String;
11 public var patientDfn: String;
12 public var patientId: String;
13 }
14}
Note: See TracBrowser for help on using the repository browser.