package gov.va.med.edp.pt.demog { import gov.va.med.edp.pt.demog.model.PatientSelectVO; public interface IPatientChecksController { function resetPatientChecks():void; function loadPatientChecks(pt:PatientSelectVO, forwardOnLoad:Boolean = false):void; function logPatientAccess(pt:PatientSelectVO):void; function backPatientCheck():void; function forwardPatientCheck():void; } }