source: ccr/trunk/nhin-vista/projects/NHINC/Current/Product/Production/Adapters/General/MpiLib/src/gov/hhs/fha/nhinc/mpilib/IMPI.java@ 507

Last change on this file since 507 was 507, checked in by George Lilly, 15 years ago

NHIN gateway and adaptor for use on linux with VistA EHR and RPMS

File size: 347 bytes
Line 
1/*
2 * To change this template, choose Tools | Templates
3 * and open the template in the editor.
4 */
5package gov.hhs.fha.nhinc.mpilib;
6
7/**
8 *
9 * @author rayj
10 */
11public interface IMPI {
12 Patient AddUpdate(Patient value);
13 Patients Search(Patient searchParams, boolean AllowSearchByDemographics);
14 Patients Search(Patient searchParams);
15}
Note: See TracBrowser for help on using the repository browser.