source: EDIS/tags/ed/tracking-ui-core/src/main/flex/gov/va/med/edp/pt/demog/model/PatientRecordFlagVO.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: 612 bytes
Line 
1package gov.va.med.edp.pt.demog.model
2{
3import gov.va.med.edp.pt.demog.*;
4 import com.adobe.cairngorm.vo.IValueObject;
5
6 import mx.collections.ICollectionView;
7
8 [Bindable]
9 public class PatientRecordFlagVO implements IValueObject
10 {
11 public var name: String;
12 public var type: String;
13 public var category: String;
14 public var status: String;
15 public var assignDate: Date;
16 public var approved: String;
17 public var nextReviewDate: Date;
18 public var ownerSite: String;
19 public var originatingSite: String;
20 public var text: String;
21 //public var notes: ICollectionView;
22 }
23}
Note: See TracBrowser for help on using the repository browser.