
3
21
Configuration
Configuring the CP 200 patient-match criteria
(resolving patients)
When a CP 200 test is imported into the CardioPerfect database, the patient data
submitted with the test may or may not match patient data already stored in the database.
The software tries to match, or resolve, the incoming data against the stored data. Tests
are entered either for an existing patient or for a new patient, depending on the patient-
match criteria.
MRN (medical record number) is a unique piece of text that identifies a patient. It is
usually a number, but it sometimes includes other information, such as social security
number or last name.
If the criteria are only partially satisfied, a suspect record may be created (.SUSPECT is
appended to the MRN).
The file named CPWS.Operations.CPWSImportTest provides a method of inserting a test
into the database. If the test already exists, it is replaced with the new test. Either
the patient indicated in the test is matched to a patient already in the database, or a new
patient is created. The criteria are controlled by the PatientMatchCriteria appSetting in
App.config (which compiles into CPWS.Service.exe.config).
To configure the CP 200 patient-match criteria
1. Open this file: C:\Program Files\Welch Allyn\CPSAPI\CPWS.Service.exe.config.
Windows Vista users only: Open this file as an administrator, as follows.
a. Click the Start button. Select All Programs > Accessories.
b. Right-click Notepad. Select Run as Administrator. Notepad opens.
c. Click File > Open. Open CPWS.Service.exe.config.
2. Replace the key attribute with the desired PatientMatchCriteria value in this line:
<add key="PatientMatchCriteria" value="MATCH_MRN"/>
PatientMatchCriteria Description
MATCH_MRN This is the default setting. The MRN must match exactly. If the MRN is empty, the
record is marked suspect.
MATCH_MRN_DOB_
GENDER
The MRN, date of birth and gender must match exactly. If this fails but the MRN
matches or is empty, the record is marked suspect.
MATCH_MRN_DOB_
GENDER_LASTNAME
The MRN, date of birth, gender and last name must match exactly (case-insensitive).
If this fails but the MRN matches or is empty, the record is marked suspect.
Comentarios a estos manuales