package gov.va.med.edp.model.reports { import mx.collections.ICollectionView; [Bindable] public class PatientXRefReport { public var patientXRefList: ICollectionView; } }