source:
EDIS/trunk/java/tracking-ui-core/src/main/flex/gov/va/med/edp/pt/demog/IPatientChecksController.as@
1227
Last change on this file since 1227 was 1227, checked in by , 13 years ago | |
---|---|
File size: 417 bytes |
Line | |
---|---|
1 | package gov.va.med.edp.pt.demog { |
2 | import gov.va.med.edp.pt.demog.model.PatientSelectVO; |
3 | public interface IPatientChecksController { |
4 | |
5 | function resetPatientChecks():void; |
6 | |
7 | function loadPatientChecks(pt:PatientSelectVO, forwardOnLoad:Boolean = false):void; |
8 | |
9 | function logPatientAccess(pt:PatientSelectVO):void; |
10 | |
11 | function backPatientCheck():void; |
12 | |
13 | function forwardPatientCheck():void; |
14 | } |
15 | } |
Note:
See TracBrowser
for help on using the repository browser.