source: EDIS/trunk/java/tracking-ui-core/src/main/flex/gov/va/med/edp/pt/demog/IMatchPatientsController.as@ 1227

Last change on this file since 1227 was 1227, checked in by George Lilly, 13 years ago

initial load of EDIS 1.0

File size: 188 bytes
Line 
1package gov.va.med.edp.pt.demog {
2public interface IMatchPatientsController {
3 function resetMatchingPatients():void;
4
5 function matchPatients(partial:String):void;
6
7}
8}
Note: See TracBrowser for help on using the repository browser.