source:
EDIS/trunk/java/tracking-ui-core/src/main/flex/gov/va/med/edp/pt/demog/model/MatchingPatientsModel.as@
1227
| Last change on this file since 1227 was 1227, checked in by , 14 years ago | |
|---|---|
| File size: 303 bytes | |
| Line | |
|---|---|
| 1 | package gov.va.med.edp.pt.demog.model { |
| 2 | import mx.collections.ArrayCollection; |
| 3 | [Bindable] |
| 4 | public class MatchingPatientsModel { |
| 5 | public var matchingPatients: ArrayCollection; |
| 6 | public var matchingPatientsLoaded: Boolean = false; |
| 7 | public var matchingPatientsTruncated: Boolean = false; |
| 8 | } |
| 9 | } |
Note:
See TracBrowser
for help on using the repository browser.
