source:
EDIS/trunk/java/tracking-ui-core/src/main/flex/gov/va/med/edp/vo/reports/ProviderShiftVO.as@
1227
| Last change on this file since 1227 was 1227, checked in by , 14 years ago | |
|---|---|
| File size: 388 bytes | |
| Line | |
|---|---|
| 1 | package gov.va.med.edp.vo.reports |
| 2 | { |
| 3 | import com.adobe.cairngorm.vo.IValueObject; |
| 4 | |
| 5 | import mx.collections.ICollectionView; |
| 6 | |
| 7 | [Bindable] |
| 8 | public class ProviderShiftVO implements IValueObject |
| 9 | { |
| 10 | public var number: String; |
| 11 | public var acuity: int; |
| 12 | public var timeInToMDAssigned: String; |
| 13 | public var timeFromMDAssignedToDisposition: String; |
| 14 | public var total: int; |
| 15 | } |
| 16 | } |
Note:
See TracBrowser
for help on using the repository browser.
