Has anyone tried to change their existing immunization form to write to the new table rather than using the new HTML form? I attempted to use the IMMUN_ADD function and continually get an error, even when using exactly the same parameters specified in the help document.
I created a button that calls the following function:
IMMUN_ADD('HepB^Comvax Intramuscular Suspension 7.5-5 MCG/0.5ML^Comvax Intramuscular Suspension 7.5-5 MCG/0.5ML^1^Y^^N^^V01^47895^^17990002301820^^00006489800^51^1^mL^IM^C28161^Left Arm^LA^Merck & Co., Inc.^MSD^98564120^12/31/2017^1/1/1999^lmarks^10/15/2013^D^well tolerated^10/16/2013^D^dizziness^hwinston^^^^^')
It returns a value of -99, which according to the documentation means "An unknown error occurred". I created a quick text with the same function call and got the same result.
I did not after conversations with others that said that background coding existed in the HTML that was sent to the state immunization registries. Beth
Beth Ashabranner, RN, CCRN, BS
Ambulatory Systems Clinical Analyst
Plattsburgh, NY 12901
all dates should be in a XX/XX/XXXX format
change 1/1/1999 to 01/01/1999
update all login ids to something within your system
lmarks
hwinston
update those two to a valid login id
it works after that