source: EDIS/tags/ed/tracking-ui-core/src/main/flex/gov/va/med/edp/pt/demog/model/MatchingPatientsModel.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: 303 bytes
Line 
1package gov.va.med.edp.pt.demog.model {
2import mx.collections.ArrayCollection;
3[Bindable]
4public 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.