Parser Examples - Adaptec Sensica UO Instructions For Use Manual

For icu
Table of Contents

Advertisement

Sensica™ UO System for ICU Instructions for Use, Model No. SCCS-1001, ver. 1001

17.3 Parser Examples

1) This example parses a comma-delimited input string containing patient ID, first and last
name, and date of birth in US format.
Barcode Input: XYZ123,SMITH,JOHN,12/12/1980
Parser Tokens to decode: {PI}{COMMA}{LN}{COMMA}{FN}{COMMA}{DOBMMDDYYYY}
Patient Data Extracted: ID = XYZ123, Last name = Smith, First name = John, Date of birth =
December 12 1980
2) This example parses a tab-delimited input string containing patient ID, first and last name,
and date of birth in International format:
Barcode Input: XYZ123\tSMITH\tJOHN\t01/12/1980
Parser Tokens to decode: {PI}{SKIP}{LN}{SKIP}{FN}{SKIP}{DOBDDMMYYYY}
Patient Data Extracted: ID = XYZ123, Last name = Smith, First name = John, Date of birth =
December 1 1980
3) This example parses a space-delimited string containing Patient ID and date of birth in US
format as well as some extraneous information that is not needed and should be ignored:
Barcode Input: XYZ123
Parser Tokens to decode: {PI}{SP}{SKIP}{SP}{SKIP}{SP}{DOBMMDDYYYY}{SP}{SKIP}
Patient Data Extracted: ID = XYZ123, Date of birth = December 12 1980
4) This example contains a comma-delimited string with all the available patient demographic
items: Patient ID, first name, last name, middle initial, date of birth in US format, admission
date in US format, and gender:
Barcode Input: XYZ123,SMITH,JOHN,H,12/12/1980,1/1/2000,M
Parser Token to decide:
{PI}{COMMA}{LN}{COMMA}{FN}{COMMA}{MI}{COMMA}{DOBMMDDYYY}{COMMA}{ADM
MDDYYY}{COMMA}{GENDER}
Patient Data Extracted: ID = XYZ123, last name = Smith, first name = John, middle initial =
H, date of birth = December 12 1980, admission date = January 1 2000, gender = male
P/N 005-0175 Rev A
HOSPTIALABC
Adaptec Medical Devices
BLOODTYPEA+
12/12/1980
PENICILIN
59

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents