Is there a way to get part of the GE orders module into a VFE form. Our doctors hate the custom lists as they seem to be giant or they have to search for what they're looking for etc. I told them I could build a form with exactly what they wanted on it so their next question is can we get the 2 boxes at the top of the orders module on a form. The 2 boxes are the "list of selected orders" and the "potential diagnoses" boxes.
With the current form I have build, in the end, they still have to go to the orders module to associate the DX with the orders and sign them. They would like a form that allows them to do it all.
Any help would be appreciated.
Thank you!
Here is a form that shows how to do this. Hope it helps. You would need to modify the orders to match what is in your system.
Thank you very much for this form. Would this allow them to associate the diagnosis as well so they don't have to ever go back to the GE order module? I apologize if that is the function, I just didn't see the arrow to tie the DX to the orders.
Thank you.
Yes. There is a list box at the top that will pull the diagnoses in and they just check the ones that they want to use for the order. When they click the order, it will associate the diagnosis to the order.
That's exactly what they are wanting. Thank you very much. I will see if I can get this to work in our environment.
I may be missing a library. I get the following error when I save the file:
ERROR: Unable to open library Navigation. Functions will not be included in clinical kit
1 error(s) found. 0 warning(s) found.
Let me know if you have any questions.
Here you go. I zipped up all of my libraries. Just extract them to where ever you have your libraries saved.
Thank you very much!
I have extracted your library to my VFE Library folder but still get the same error:
*BUILD ERRORS*
ERROR: Unable to open library Navigation. Functions will not be included in clinical kit
1 error(s) found. 0 warning(s) found.
Okay I may have got the library issue fixed. I saved the library in the Library folder located where my .dlg is stored. Now when I open the form I get this error:
{
/*FUNCTION DEFINITIONS*/
/*Function for RUNPROCESS Button Sign Orders*/
fn fn3058_1303315981_767(){
MEL_SIGN_ORDERS()
}
/*Function for RUNPROCESS Button Ofc Vst, Est Level II*/
fn fn3058_1303315981_777(){
probcheck()
MEL_ADD_ORDER("S", "E&M Services", "Ofc Vst, Est Level II", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Ofc Vst, New Level II*/
fn fn3058_1303315981_778(){
probcheck()
MEL_ADD_ORDER("S", "E&M Services", "Ofc Vst, New Level II", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Ofc Vst, Est Level III*/
fn fn3058_1303315981_780(){
probcheck()
MEL_ADD_ORDER("S", "E&M Services", "Ofc Vst, Est Level III", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Ofc Vst, New Level III*/
fn fn3058_1303315981_781(){
probcheck()
MEL_ADD_ORDER("S", "E&M Services", "Ofc Vst, New Level III", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Ofc Vst, Est Level IV*/
fn fn3058_1303315981_783(){
probcheck()
MEL_ADD_ORDER("S", "E&M Services", "Ofc Vst, Est Level IV", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Ofc Vst, New Level IV*/
fn fn3058_1303315981_784(){
probcheck()
MEL_ADD_ORDER("S", "E&M Services", "Ofc Vst, New Level IV", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Ofc Vst, Est Level V*/
fn fn3058_1303315981_786(){
probcheck()
MEL_ADD_ORDER("S", "E&M Services", "Ofc Vst, Est Level V", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Ofc Vst, New Level V*/
fn fn3058_1303315981_787(){
probcheck()
MEL_ADD_ORDER("S", "E&M Services", "Ofc Vst, New Level V", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Nurse Visit*/
fn fn3058_1303315981_789(){
probcheck()
MEL_ADD_ORDER("S", "Office Visits", "Nurse Visit", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Wellness Est - age 5-11*/
fn fn3058_1303315981_796(){
ProblWLNS()
MEL_ADD_ORDER("S", "Office Visits", "99393 Prev Med EST 5-11", "", "ICD-V70.0", "Examination, routine medical", "", "", "", "", "")
}
/*Function for RUNPROCESS Button Wellness Est - age 12-17*/
fn fn3058_1303315981_799(){
ProblWLNS()
MEL_ADD_ORDER("S", "Office Visits", "99394 Prev Med EST 12-17", "", "ICD-V70.0", "Examination, routine medical", "", "", "", "", "")
}
/*Function for RUNPROCESS Button Wellness New - age 12-17*/
fn fn3058_1303315981_800(){
ProblWLNS()
MEL_ADD_ORDER("S", "Office Visits", "Prev Med New 12-17 99384", "", "ICD-V70.0", "Examination, routine medical", "", "", "", "", "")
}
/*Function for RUNPROCESS Button Wellness Est - age 18-39*/
fn fn3058_1303315981_802(){
ProblWLNS()
MEL_ADD_ORDER("S", "Office Visits", "99395 Prev Med EST 18-39", "", "ICD-V70.0", "Examination, routine medical", "", "", "", "", "")
}
/*Function for RUNPROCESS Button Wellness New - age 18-39*/
fn fn3058_1303315981_803(){
ProblWLNS()
MEL_ADD_ORDER("S", "Office Visits", "Prev Med New 18-39 99385", "", "ICD-V70.0", "Examination, routine medical", "", "", "", "", "")
}
/*Function for RUNPROCESS Button Wellness Est - age 40-64*/
fn fn3058_1303315981_805(){
ProblWLNS()
MEL_ADD_ORDER("S", "Office Visits", "99396 Prev Med EST 40-64", "", "ICD-V70.0", "Examination, routine medical", "", "", "", "", "")
}
/*Function for RUNPROCESS Button Wellness New - age 40-64*/
fn fn3058_1303315981_806(){
ProblWLNS()
MEL_ADD_ORDER("S", "Office Visits", "Prev Med New 40-64 99386", "", "ICD-V70.0", "Examination, routine medical", "", "", "", "", "")
}
/*Function for RUNPROCESS Button Destruct Lesion 1-14*/
fn fn3058_1303315981_812(){
probcheck() MEL_ADD_ORDER("S", "Excision/Shaving/Destruction/Biopsy", "Destruction skin lesion upto 14", "",fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button EKG order w/interp*/
fn fn3058_1303315981_813(){
probcheck() MEL_ADD_ORDER("S", "Diag and Labs", "EKG order and interp", "",fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Removal Impacted Cerumen*/
fn fn3058_1303315981_815(){
probcheck() MEL_ADD_ORDER("S", "+Procedures", "Removal Impacted Cerumen", "",fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Pulse Ox - Single*/
fn fn3058_1303315981_816(){
probcheck() MEL_ADD_ORDER("S", "+Procedures", "Pulse OX - Single", "",fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button I + D Simple Abscess*/
fn fn3058_1303315981_818(){
probcheck() MEL_ADD_ORDER("S", "+Procedures", "I & D Abscess - Simple", "",fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Nebulizer TX*/
fn fn3058_1303315981_819(){
probcheck() MEL_ADD_ORDER("S", "+Procedures", "Nebulizer TX", "",fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Sinusitis / Bronchitis*/
fn fn3058_1303315981_824(){
ProblChk()
ProblBRCH()
MEL_ADD_ORDER("S", "+E&M Services", "Ofc Vst, Est Level III", "25", "ICD-466.0", "Bronchitis, acute", "", "", "", "", "")
MEL_ADD_ORDER("S", "+Injections", "Decadron 2 units", "", "ICD-461.9", "Sinusitis, acute", "", "2", "", "", "")
MEL_ADD_ORDER("S", "Injections & Vaccines", "Kenalog 2 units", "", "ICD-461.9", "Sinusitis, acute", "", "2", "", "", "")
MEL_ADD_ORDER("S", "Injections & Vaccines", "Injection of Med", "", "ICD-461.9", "Sinusitis, acute", "", "", "", "", "")
}
/*Function for RUNPROCESS Button Pharyngitis*/
fn fn3058_1303315981_825(){
ProblChk()
ProblPHTIS()
MEL_ADD_ORDER("S", "+E&M Services", "Ofc Vst, Est Level III", "25", "ICD-462|ICD-461.9", "Pharyngitis|Sinusitis, acute", "", "1", "", "", "")
MEL_ADD_ORDER("S", "+Injections", "Decadron 2 units", "", "ICD-461.9", "Sinusitis, acute", "", "2", "", "", "")
MEL_ADD_ORDER("S", "Injections & Vaccines", "Kenalog 2 units", "", "ICD-461.9", "Sinusitis, acute", "", "2", "", "", "")
MEL_ADD_ORDER("S", "Injections & Vaccines", "Injection of Med", "", "ICD-461.9", "Sinusitis, acute", "", "", "", "", "")
}
/*Function for RUNPROCESS Button Sciatica / Limb Pain*/
fn fn3058_1303315981_827(){
ProblSCTCA()
ProblLBPN()
MEL_ADD_ORDER("S", "+E&M Services", "Ofc Vst, Est Level III", "25", "ICD-724.3|ICD-729.5", "Sciatica|Pain in limb", "", "1", "", "", "")
MEL_ADD_ORDER("S", "+Injections", "Decadron 2 units", "", "ICD-724.3", "Sciatica", "", "2", "", "", "")
MEL_ADD_ORDER("S", "Injections & Vaccines", "Kenalog 2 units", "", "ICD-724.3", "Sciatica", "2", "", "", "", "")
MEL_ADD_ORDER("S", "Injections & Vaccines", "Injection of Med", "", "ICD-724.3", "Sciatica", "", "", "", "", "")
}
/*Function for RUNPROCESS Button OPSB DOT Physical*/
fn fn3058_1303315981_828(){
MEL_ADD_ORDER("S", "+E&M Services", "Ofc Vst, Est Level I", "", "ICD-V70.3", "Examination, medical NEC, admn purposes", "", "", "", "", "")
}
/*Function for RUNPROCESS Button Flu Syndrome w/ Level III*/
fn fn3058_1303315981_830(){
ProblFLU()
MEL_ADD_ORDER("S", "+E&M Services", "Ofc Vst, Est Level III", "", "ICD-487.1", "Flu syndrome", "", "", "", "", "")
}
/*Function for RUNPROCESS Button DOT/School Physical*/
fn fn3058_1303315981_831(){
MEL_ADD_ORDER("S", "+E&M Services", "OFFICE CONSLTJ 15 MIN", "", "ICD-V70.3", "Examination, medical NEC, admn purposes", "", "", "", "", "")
}
/*Function for RUNPROCESS Button Abdominal Pain*/
fn fn3058_1303315981_836(){
Problabdpain()
}
/*Function for RUNPROCESS Button Edema, Localized*/
fn fn3058_1303315981_837(){
ProblEDLC()
}
/*Function for RUNPROCESS Button Acute Pain*/
fn fn3058_1303315981_839(){
Problactpain()
}
/*Function for RUNPROCESS Button Low Back Pain */
fn fn3058_1303315981_840(){
ProblLWBKPNSN()
}
/*Function for RUNPROCESS Button Arthralgia*/
fn fn3058_1303315981_842(){
ProblArthralgia()
}
/*Function for RUNPROCESS Button Nausea /w Vomiting*/
fn fn3058_1303315981_843(){
ProblNSVM()
}
/*Function for RUNPROCESS Button Chest Pain*/
fn fn3058_1303315981_845(){
ProblChestPain()
}
/*Function for RUNPROCESS Button Nausea alone*/
fn fn3058_1303315981_846(){
ProblNS()
}
/*Function for RUNPROCESS Button Asthma*/
fn fn3058_1303315981_852(){
ProblAsthma()
}
/*Function for RUNPROCESS Button CAD*/
fn fn3058_1303315981_853(){
ProblCAD()
}
/*Function for RUNPROCESS Button Bronchitis, acute*/
fn fn3058_1303315981_855(){
ProblBRCH()
}
/*Function for RUNPROCESS Button Diabetes I*/
fn fn3058_1303315981_856(){
ProblDIAB1()
}
/*Function for RUNPROCESS Button COPD*/
fn fn3058_1303315981_858(){
ProblCOPD()
}
/*Function for RUNPROCESS Button Diabetes II*/
fn fn3058_1303315981_859(){
ProblDIAB2()
}
/*Function for RUNPROCESS Button Flu Syndrome*/
fn fn3058_1303315981_861(){
ProblFLU()
}
/*Function for RUNPROCESS Button Gout*/
fn fn3058_1303315981_862(){
ProblGOUT()
}
/*Function for RUNPROCESS Button Cough*/
fn fn3058_1303315981_866(){
ProblCough()
}
/*Function for RUNPROCESS Button Diarrhea*/
fn fn3058_1303315981_869(){
ProblDiarrhea()
}
/*Function for RUNPROCESS Button Palpitations*/
fn fn3058_1303315981_870(){
ProblPalpitations()
}
/*Function for RUNPROCESS Button Fatigue and Malaise*/
fn fn3058_1303315981_872(){
ProblFGML()
}
/*Function for RUNPROCESS Button Shortness of Breath*/
fn fn3058_1303315981_873(){
ProblSOB()
}
/*Function for RUNPROCESS Button Fever*/
fn fn3058_1303315981_875(){
ProblFEVER()
}
/*Function for RUNPROCESS Button Vertigo*/
fn fn3058_1303315981_876(){
ProblVertigo()
}
/*Function for RUNPROCESS Button Inf. Mono*/
fn fn3058_1303315981_879(){
ProblInfMono()
}
/*Function for RUNPROCESS Button Hypertension*/
fn fn3058_1303315981_880(){
ProblHTN1()
}
/*Function for RUNPROCESS Button Pharyngitis*/
fn fn3058_1303315981_882(){
ProblPHTIS()
}
/*Function for RUNPROCESS Button Hyperlipidemia*/
fn fn3058_1303315981_883(){
ProblHLDM()
}
/*Function for RUNPROCESS Button Pneumonia*/
fn fn3058_1303315981_885(){
ProbPneumonia()
}
/*Function for RUNPROCESS Button Hypothyroidism*/
fn fn3058_1303315981_886(){
ProbHypothyroidism()
}
/*Function for RUNPROCESS Button Sinusitis */
fn fn3058_1303315981_888(){
ProblSinusitis()
}
/*Function for RUNPROCESS Button Reflux*/
fn fn3058_1303315981_889(){
ProblREFLUX()
}
/*Function for RUNPROCESS Button gNavOpenFormName1*/
fn fn3058_1303315981_892(){
fnNavLaunchOpenForm(1)
}
/*Function for RUNPROCESS Button gNavOpenFormName2*/
fn fn3058_1303315981_893(){
fnNavLaunchOpenForm(2)
}
/*Function for RUNPROCESS Button gNavOpenFormName3*/
fn fn3058_1303315981_894(){
fnNavLaunchOpenForm(3)
}
/*Function for RUNPROCESS Button gNavOpenFormName4*/
fn fn3058_1303315981_895(){
fnNavLaunchOpenForm(4)
}
/*Function for RUNPROCESS Button gNavOpenFormName5*/
fn fn3058_1303315981_896(){
fnNavLaunchOpenForm(5)
}
/*Function for RUNPROCESS Button gNavOpenFormName6*/
fn fn3058_1303315981_897(){
fnNavLaunchOpenForm(6)
}
/*Function for RUNPROCESS Button gNavOpenFormName7*/
fn fn3058_1303315981_905(){
fnNavLaunchOpenForm(7)
}
/*Function for RUNPROCESS Button gNavOpenFormName8*/
fn fn3058_1303315981_906(){
fnNavLaunchOpenForm(8)
}
/*Function for RUNPROCESS Button gNavOpenFormName9*/
fn fn3058_1303315981_907(){
fnNavLaunchOpenForm(9)
}
/*Function for RUNPROCESS Button gNavOpenFormName10*/
fn fn3058_1303315981_908(){
fnNavLaunchOpenForm(10)
}
/*Function for RUNPROCESS Button gNavOpenFormName11*/
fn fn3058_1303315981_909(){
fnNavLaunchOpenForm(11)
}
/*Function for RUNPROCESS Button gNavOpenFormName12*/
fn fn3058_1303315981_910(){
fnNavLaunchOpenForm(12)
}
/*Function for RUNPROCESS Button Sign Orders*/
fn fn3058_1303315981_918(){
MEL_SIGN_ORDERS()
}
/*Function for RUNPROCESS Button Ofc Vst, Est Level II*/
fn fn3058_1303315981_928(){
probcheck()
MEL_ADD_ORDER("S", "+E&M Services", "Ofc Vst, Est Level II", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Ofc Vst, New Level II*/
fn fn3058_1303315981_929(){
probcheck()
MEL_ADD_ORDER("S", "+E&M Services", "Ofc Vst, New Level II", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Ofc Vst, Est Level III*/
fn fn3058_1303315981_931(){
probcheck()
MEL_ADD_ORDER("S", "+E&M Services", "Ofc Vst, Est Level III", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Ofc Vst, New Level III*/
fn fn3058_1303315981_932(){
probcheck()
MEL_ADD_ORDER("S", "+E&M Services", "Ofc Vst, New Level III", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Ofc Vst, Est Level IV*/
fn fn3058_1303315981_934(){
probcheck()
MEL_ADD_ORDER("S", "+E&M Services", "Ofc Vst, Est Level IV", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Ofc Vst, New Level V*/
fn fn3058_1303315981_935(){
probcheck()
MEL_ADD_ORDER("S", "+E&M Services", "Ofc Vst, New Level V", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Ofc Vst, Est Level V*/
fn fn3058_1303315981_937(){
probcheck()
MEL_ADD_ORDER("S", "+E&M Services", "Ofc Vst, Est Level V", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Ofc Vst, New Level IV*/
fn fn3058_1303315981_938(){
probcheck()
MEL_ADD_ORDER("S", "+E&M Services", "Ofc Vst, New Level IV", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Nurse Visit*/
fn fn3058_1303315981_940(){
probcheck()
MEL_ADD_ORDER("S", "+E&M Services", "Nurse Visit", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Acne*/
fn fn3058_1303315981_947(){
Acne()
}
/*Function for RUNPROCESS Button Pruritis*/
fn fn3058_1303315981_948(){
Pruritis()
}
/*Function for RUNPROCESS Button Cellulitis/abcess,unspec*/
fn fn3058_1303315981_950(){
Cellulitisabcess()
}
/*Function for RUNPROCESS Button Rash, unspec, non-vesicular*/
fn fn3058_1303315981_951(){
Rash()
}
/*Function for RUNPROCESS Button Contact Dermatitis*/
fn fn3058_1303315981_953(){
ProblCNDM()
}
/*Function for RUNPROCESS Button Urticaria */
fn fn3058_1303315981_954(){
Urticaria()
}
/*Function for RUNPROCESS Button Eczema, atopic derm*/
fn fn3058_1303315981_956(){
Eczema()
}
/*Function for RUNPROCESS Button Warts, all sites */
fn fn3058_1303315981_957(){
Warts()
}
/*Function for RUNPROCESS Button Artial Fib*/
fn fn3058_1303315981_962(){
ProblAF()
}
/*Function for RUNPROCESS Button CHF*/
fn fn3058_1303315981_963(){
ProbCHF()
}
/*Function for RUNPROCESS Button Angina*/
fn fn3058_1303315981_965(){
ProbAngina()
}
/*Function for RUNPROCESS Button PVCs*/
fn fn3058_1303315981_966(){
ProbPVCs()
}
/*Function for RUNPROCESS Button Bradycardia*/
fn fn3058_1303315981_968(){
ProbBradyc()
}
/*Function for RUNPROCESS Button Tachycardia*/
fn fn3058_1303315981_969(){
ProbTach()
}
/*Function for RUNPROCESS Button Coumadin therapy */
fn fn3058_1303315981_973(){
Coumadin()
}
/*Function for RUNPROCESS Button Preop exam*/
fn fn3058_1303315981_974(){
Preop()
}
/*Function for RUNPROCESS Button Follow High Risk Med*/
fn fn3058_1303315981_976(){
FHRM()
}
/*Function for RUNPROCESS Button Routine GYN exam */
fn fn3058_1303315981_977(){
RoutineGYN()
}
/*Function for RUNPROCESS Button Long term HR med use*/
fn fn3058_1303315981_979(){
LTFHRM()
}
/*Function for RUNPROCESS Button Screening Neoplasm Prostate*/
fn fn3058_1303315981_980(){
NeoplasmProstate()
}
/*Function for RUNPROCESS Button Cystitis, acute*/
fn fn3058_1303315981_987(){
ProbCystitis()
}
/*Function for RUNPROCESS Button Abn. PAP*/
fn fn3058_1303315981_988(){
AbnPAP()
}
/*Function for RUNPROCESS Button BPH w/o obstruct*/
fn fn3058_1303315981_990(){
bph()
}
/*Function for RUNPROCESS Button Amenorrhea */
fn fn3058_1303315981_991(){
Amenorrhea()
}
/*Function for RUNPROCESS Button Hematuria*/
fn fn3058_1303315981_993(){
Hematuria()
}
/*Function for RUNPROCESS Button Dys. Uterine Bleeding */
fn fn3058_1303315981_994(){
DysUterineBleeding()
}
/*Function for RUNPROCESS Button Kidney Stone*/
fn fn3058_1303315981_996(){
KidneyStone()
}
/*Function for RUNPROCESS Button Menapause, unspec */
fn fn3058_1303315981_997(){
Menapause()
}
/*Function for RUNPROCESS Button Bursitis, Shoulder */
fn fn3058_1303315982_1(){
BursitisShoulder()
}
/*Function for RUNPROCESS Button Osteoporosis */
fn fn3058_1303315982_2(){
Osteoporosis()
}
/*Function for RUNPROCESS Button Carpal tunnel */
fn fn3058_1303315982_4(){
Carpaltunnel()
}
/*Function for RUNPROCESS Button Plantar fasciitis */
fn fn3058_1303315982_5(){
Plantarfasciitis()
}
/*Function for RUNPROCESS Button Contusion, nonspec*/
fn fn3058_1303315982_7(){
Contusion()
}
/*Function for RUNPROCESS Button Sciatica */
fn fn3058_1303315982_8(){
ProblSCTCA()
}
/*Function for RUNPROCESS Button Deg./Osteo Arthritis */
fn fn3058_1303315982_10(){
DegOsteoArthritis()
}
/*Function for RUNPROCESS Button Sprain, ankle */
fn fn3058_1303315982_11(){
Sprainankle()
}
/*Function for RUNPROCESS Button Prostatitis*/
fn fn3058_1303315982_15(){
Prostatitis()
}
/*Function for RUNPROCESS Button Pelvic pain, unspec*/
fn fn3058_1303315982_16(){
Pelvicpain()
}
/*Function for RUNPROCESS Button Urethral syndrome (non-VD)*/
fn fn3058_1303315982_18(){
Urethralsyndrome()
}
/*Function for RUNPROCESS Button PMS */
fn fn3058_1303315982_19(){
PMS()
}
/*Function for RUNPROCESS Button UTI*/
fn fn3058_1303315982_21(){
UTI()
}
/*Function for RUNPROCESS Button Postmenopause HRT*/
fn fn3058_1303315982_22(){
Postmenopause()
}
/*Function for RUNPROCESS Button Urinary frequency*/
fn fn3058_1303315982_24(){
Urinaryfrequency()
}
/*Function for RUNPROCESS Button Vaginitis*/
fn fn3058_1303315982_25(){
Vaginitis()
}
/*Function for RUNPROCESS Button Deg. Disc , C-spine */
fn fn3058_1303315982_28(){
DegDiscCspine()
}
/*Function for RUNPROCESS Button Sprain, knee/leg */
fn fn3058_1303315982_29(){
Sprainkneeleg()
}
/*Function for RUNPROCESS Button Deg. Disc, L-spine */
fn fn3058_1303315982_31(){
DegDiscLspine()
}
/*Function for RUNPROCESS Button Sprain, neck */
fn fn3058_1303315982_32(){
Sprainneck()
}
/*Function for RUNPROCESS Button Fibromyalgia */
fn fn3058_1303315982_34(){
Fibromyalgia()
}
/*Function for RUNPROCESS Button Sprain, shoulder*/
fn fn3058_1303315982_35(){
Sprainshoulder()
}
/*Function for RUNPROCESS Button Ganglion cyst */
fn fn3058_1303315982_37(){
Ganglion()
}
/*Function for RUNPROCESS Button Tendonitis,elbow */
fn fn3058_1303315982_38(){
Tendonitiselbow()
}
/*Function for RUNPROCESS Button gNavOpenFormName1*/
fn fn3058_1303315982_41(){
fnNavLaunchOpenForm(1)
}
/*Function for RUNPROCESS Button gNavOpenFormName2*/
fn fn3058_1303315982_42(){
fnNavLaunchOpenForm(2)
}
/*Function for RUNPROCESS Button gNavOpenFormName3*/
fn fn3058_1303315982_43(){
fnNavLaunchOpenForm(3)
}
/*Function for RUNPROCESS Button gNavOpenFormName4*/
fn fn3058_1303315982_44(){
fnNavLaunchOpenForm(4)
}
/*Function for RUNPROCESS Button gNavOpenFormName5*/
fn fn3058_1303315982_45(){
fnNavLaunchOpenForm(5)
}
/*Function for RUNPROCESS Button gNavOpenFormName6*/
fn fn3058_1303315982_46(){
fnNavLaunchOpenForm(6)
}
/*Function for RUNPROCESS Button gNavOpenFormName7*/
fn fn3058_1303315982_54(){
fnNavLaunchOpenForm(7)
}
/*Function for RUNPROCESS Button gNavOpenFormName8*/
fn fn3058_1303315982_55(){
fnNavLaunchOpenForm(8)
}
/*Function for RUNPROCESS Button gNavOpenFormName9*/
fn fn3058_1303315982_56(){
fnNavLaunchOpenForm(9)
}
/*Function for RUNPROCESS Button gNavOpenFormName10*/
fn fn3058_1303315982_57(){
fnNavLaunchOpenForm(10)
}
/*Function for RUNPROCESS Button gNavOpenFormName11*/
fn fn3058_1303315982_58(){
fnNavLaunchOpenForm(11)
}
/*Function for RUNPROCESS Button gNavOpenFormName12*/
fn fn3058_1303315982_59(){
fnNavLaunchOpenForm(12)
}
/*Function for RUNPROCESS Button Sign Orders*/
fn fn3058_1303315982_67(){
MEL_SIGN_ORDERS()
}
/*Function for RUNPROCESS Button Ofc Vst, Est Level II*/
fn fn3058_1303315982_77(){
probcheck()
MEL_ADD_ORDER("S", "+E&M Services", "Ofc Vst, Est Level II", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Ofc Vst, New Level II*/
fn fn3058_1303315982_78(){
probcheck()
MEL_ADD_ORDER("S", "+E&M Services", "Ofc Vst, New Level II", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Ofc Vst, Est Level III*/
fn fn3058_1303315982_80(){
probcheck()
MEL_ADD_ORDER("S", "+E&M Services", "Ofc Vst, Est Level III", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Ofc Vst, New Level III*/
fn fn3058_1303315982_81(){
probcheck()
MEL_ADD_ORDER("S", "+E&M Services", "Ofc Vst, New Level III", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Ofc Vst, Est Level IV*/
fn fn3058_1303315982_83(){
probcheck()
MEL_ADD_ORDER("S", "+E&M Services", "Ofc Vst, Est Level IV", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Ofc Vst, New Level V*/
fn fn3058_1303315982_84(){
probcheck()
MEL_ADD_ORDER("S", "+E&M Services", "Ofc Vst, New Level V", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Ofc Vst, Est Level V*/
fn fn3058_1303315982_86(){
probcheck()
MEL_ADD_ORDER("S", "+E&M Services", "Ofc Vst, Est Level V", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Ofc Vst, New Level IV*/
fn fn3058_1303315982_87(){
probcheck()
MEL_ADD_ORDER("S", "+E&M Services", "Ofc Vst, New Level IV", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Nurse Visit*/
fn fn3058_1303315982_89(){
probcheck()
MEL_ADD_ORDER("S", "+E&M Services", "Nurse Visit", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Asthma w acute exacer*/
fn fn3058_1303315982_96(){
Asthmawacuteexacer()
}
/*Function for RUNPROCESS Button Pleurisy */
fn fn3058_1303315982_97(){
Pleurisy()
}
/*Function for RUNPROCESS Button Bronchitis, chronic */
fn fn3058_1303315982_99(){
Bronchitischronic()
}
/*Function for RUNPROCESS Button Rhinitis, allergic */
fn fn3058_1303315982_100(){
Rhinitisallergic()
}
/*Function for RUNPROCESS Button Bronchospasm, acute */
fn fn3058_1303315982_102(){
Bronchospasm()
}
/*Function for RUNPROCESS Button Strep throat */
fn fn3058_1303315982_103(){
Strepthroat()
}
/*Function for RUNPROCESS Button Croup*/
fn fn3058_1303315982_105(){
Croup()
}
/*Function for RUNPROCESS Button URI, acute*/
fn fn3058_1303315982_106(){
URIacute()
}
/*Function for RUNPROCESS Button Abnormal EKG */
fn fn3058_1303315982_111(){
AbnormalEKG()
}
/*Function for RUNPROCESS Button Hypertension, unspec*/
fn fn3058_1303315982_112(){
ElevatedBPwoHypertension()
}
/*Function for RUNPROCESS Button Chronic ischemic Hrt.D*/
fn fn3058_1303315982_114(){
ChronicischemicHrtD()
}
/*Function for RUNPROCESS Button Hypercholesterolemia */
fn fn3058_1303315982_115(){
Hypercholesterolemia()
}
/*Function for RUNPROCESS Button Elevated BP w/o Hypertension */
fn fn3058_1303315982_117(){
ElevatedBPwoHypertension()
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_118(){
}
/*Function for RUNPROCESS Button Conjunctivitis*/
fn fn3058_1303315982_122(){
conjunctivitis()
}
/*Function for RUNPROCESS Button Eustation tube dysfunc*/
fn fn3058_1303315982_123(){
Eustationtubedysfunc()
}
/*Function for RUNPROCESS Button corneal abrasion*/
fn fn3058_1303315982_125(){
cornealabrasion()
}
/*Function for RUNPROCESS Button Otitis externa*/
fn fn3058_1303315982_126(){
Otitisexterna()
}
/*Function for RUNPROCESS Button cerumen impaction*/
fn fn3058_1303315982_128(){
cerumenimpaction()
}
/*Function for RUNPROCESS Button Otitis media*/
fn fn3058_1303315982_129(){
Otitisexterna()
}
/*Function for RUNPROCESS Button Anxiety*/
fn fn3058_1303315982_136(){
Anxiety()
}
/*Function for RUNPROCESS Button Chronic pain syndrome*/
fn fn3058_1303315982_137(){
Chronicpainsyndrome()
}
/*Function for RUNPROCESS Button ADD*/
fn fn3058_1303315982_139(){
ADD()
}
/*Function for RUNPROCESS Button CVA*/
fn fn3058_1303315982_140(){
CVA()
}
/*Function for RUNPROCESS Button Alzheimer’s*/
fn fn3058_1303315982_142(){
Alzheimers()
}
/*Function for RUNPROCESS Button Neuralgia*/
fn fn3058_1303315982_143(){
Neuralgia()
}
/*Function for RUNPROCESS Button Depression*/
fn fn3058_1303315982_145(){
Depression()
}
/*Function for RUNPROCESS Button Neuropathy, poly*/
fn fn3058_1303315982_146(){
Neuropathypoly()
}
/*Function for RUNPROCESS Button Chronic Kidney disease*/
fn fn3058_1303315982_152(){
ChronicKidneydisease()
}
/*Function for RUNPROCESS Button Dehydration*/
fn fn3058_1303315982_153(){
Dehydration()
}
/*Function for RUNPROCESS Button Glomerulonephritis, acute*/
fn fn3058_1303315982_155(){
Glomerulonephritisacute()
}
/*Function for RUNPROCESS Button Diabetes I w/ complications*/
fn fn3058_1303315982_156(){
DiabetesIwcomplications()
}
/*Function for RUNPROCESS Button Hypertension, malignant */
fn fn3058_1303315982_158(){
Hypertensionmalignant()
}
/*Function for RUNPROCESS Button Diabetes II w/ complications*/
fn fn3058_1303315982_159(){
DiabetesIIwcomplications()
}
/*Function for RUNPROCESS Button Hypertensive end stage renal dis*/
fn fn3058_1303315982_161(){
Hypertensiveendstagerenaldis()
}
/*Function for RUNPROCESS Button Glucose intolerance*/
fn fn3058_1303315982_162(){
Glucoseintolerance()
}
/*Function for RUNPROCESS Button Headache, unspec*/
fn fn3058_1303315982_166(){
Headacheunspec()
}
/*Function for RUNPROCESS Button Parkinson’s disease*/
fn fn3058_1303315982_167(){
Parkinsonsdisease()
}
/*Function for RUNPROCESS Button Headache, Migraine*/
fn fn3058_1303315982_169(){
HeadacheMigraine()
}
/*Function for RUNPROCESS Button Seizure disorder*/
fn fn3058_1303315982_170(){
Seizuredisorder()
}
/*Function for RUNPROCESS Button Situational stress*/
fn fn3058_1303315982_172(){
ProblSTSTR()
}
/*Function for RUNPROCESS Button Sleep apnea, obstruct*/
fn fn3058_1303315982_173(){
Sleepapneaobstruct()
}
/*Function for RUNPROCESS Button Bell’s Palsy*/
fn fn3058_1303315982_175(){
BellsPalsy()
}
/*Function for RUNPROCESS Button TIA*/
fn fn3058_1303315982_176(){
TIA()
}
/*Function for RUNPROCESS Button Nephrotic syndrome*/
fn fn3058_1303315982_179(){
Nephroticsyndrome()
}
/*Function for RUNPROCESS Button Goiter */
fn fn3058_1303315982_180(){
Goiter()
}
/*Function for RUNPROCESS Button Proteinuria, nonpostural*/
fn fn3058_1303315982_182(){
Proteinurianonpostural()
}
/*Function for RUNPROCESS Button Hypokalemia*/
fn fn3058_1303315982_183(){
Hypokalemia()
}
/*Function for RUNPROCESS Button Renal disease, end stage*/
fn fn3058_1303315982_185(){
Renaldiseaseendstage()
}
/*Function for RUNPROCESS Button Hyponatremia*/
fn fn3058_1303315982_186(){
Hyponatremia()
}
/*Function for RUNPROCESS Button Renal insuff.,chronic*/
fn fn3058_1303315982_188(){
Renalinsuffchronic()
}
/*Function for RUNPROCESS Button Thyroid nodule*/
fn fn3058_1303315982_189(){
Thyroidnodule()
}
/*Function for RUNPROCESS Button gNavOpenFormName1*/
fn fn3058_1303315982_192(){
fnNavLaunchOpenForm(1)
}
/*Function for RUNPROCESS Button gNavOpenFormName2*/
fn fn3058_1303315982_193(){
fnNavLaunchOpenForm(2)
}
/*Function for RUNPROCESS Button gNavOpenFormName3*/
fn fn3058_1303315982_194(){
fnNavLaunchOpenForm(3)
}
/*Function for RUNPROCESS Button gNavOpenFormName4*/
fn fn3058_1303315982_195(){
fnNavLaunchOpenForm(4)
}
/*Function for RUNPROCESS Button gNavOpenFormName5*/
fn fn3058_1303315982_196(){
fnNavLaunchOpenForm(5)
}
/*Function for RUNPROCESS Button gNavOpenFormName6*/
fn fn3058_1303315982_197(){
fnNavLaunchOpenForm(6)
}
/*Function for RUNPROCESS Button gNavOpenFormName7*/
fn fn3058_1303315982_205(){
fnNavLaunchOpenForm(7)
}
/*Function for RUNPROCESS Button gNavOpenFormName8*/
fn fn3058_1303315982_206(){
fnNavLaunchOpenForm(8)
}
/*Function for RUNPROCESS Button gNavOpenFormName9*/
fn fn3058_1303315982_207(){
fnNavLaunchOpenForm(9)
}
/*Function for RUNPROCESS Button gNavOpenFormName10*/
fn fn3058_1303315982_208(){
fnNavLaunchOpenForm(10)
}
/*Function for RUNPROCESS Button gNavOpenFormName11*/
fn fn3058_1303315982_209(){
fnNavLaunchOpenForm(11)
}
/*Function for RUNPROCESS Button gNavOpenFormName12*/
fn fn3058_1303315982_210(){
fnNavLaunchOpenForm(12)
}
/*Function for RUNPROCESS Button Sign Orders*/
fn fn3058_1303315982_218(){
MEL_SIGN_ORDERS()
}
/*Function for RUNPROCESS Button Ofc Vst, Est Level II*/
fn fn3058_1303315982_228(){
probcheck()
MEL_ADD_ORDER("S", "+E&M Services", "Ofc Vst, Est Level II", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Ofc Vst, New Level II*/
fn fn3058_1303315982_229(){
probcheck()
MEL_ADD_ORDER("S", "+E&M Services", "Ofc Vst, New Level II", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Ofc Vst, Est Level III*/
fn fn3058_1303315982_231(){
probcheck()
MEL_ADD_ORDER("S", "+E&M Services", "Ofc Vst, Est Level III", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Ofc Vst, New Level III*/
fn fn3058_1303315982_232(){
probcheck()
MEL_ADD_ORDER("S", "+E&M Services", "Ofc Vst, New Level III", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Ofc Vst, Est Level IV*/
fn fn3058_1303315982_234(){
probcheck()
MEL_ADD_ORDER("S", "+E&M Services", "Ofc Vst, Est Level IV", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Ofc Vst, New Level V*/
fn fn3058_1303315982_235(){
probcheck()
MEL_ADD_ORDER("S", "+E&M Services", "Ofc Vst, New Level V", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Ofc Vst, Est Level V*/
fn fn3058_1303315982_237(){
probcheck()
MEL_ADD_ORDER("S", "+E&M Services", "Ofc Vst, Est Level V", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Ofc Vst, New Level IV*/
fn fn3058_1303315982_238(){
probcheck()
MEL_ADD_ORDER("S", "+E&M Services", "Ofc Vst, New Level IV", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Nurse Visit*/
fn fn3058_1303315982_240(){
probcheck()
MEL_ADD_ORDER("S", "+E&M Services", "Nurse Visit", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Actinic keratosis*/
fn fn3058_1303315982_247(){
Actinickeratosis()
}
/*Function for RUNPROCESS Button Pityriasis rosea*/
fn fn3058_1303315982_248(){
Pityriasisrosea()
}
/*Function for RUNPROCESS Button Boil, buttocks*/
fn fn3058_1303315982_250(){
Boilbuttocks()
}
/*Function for RUNPROCESS Button Psoriasis*/
fn fn3058_1303315982_251(){
Psoriasis()
}
/*Function for RUNPROCESS Button Boil, trunk*/
fn fn3058_1303315982_253(){
Boiltrunk()
}
/*Function for RUNPROCESS Button Strep throat */
fn fn3058_1303315982_254(){
Strepthroat()
}
/*Function for RUNPROCESS Button Cellulitis/abcess leg*/
fn fn3058_1303315982_256(){
Cellulitisabcessleg()
}
/*Function for RUNPROCESS Button Rosacea*/
fn fn3058_1303315982_257(){
Rosacea()
}
/*Function for RUNPROCESS Button Diaper rash*/
fn fn3058_1303315982_259(){
Diaperrash()
}
/*Function for RUNPROCESS Button Sebaceous cyst*/
fn fn3058_1303315982_260(){
Sebaceouscyst()
}
/*Function for RUNPROCESS Button Anal Fissure*/
fn fn3058_1303315982_267(){
AnalFissure()
}
/*Function for RUNPROCESS Button Aortic aneurysm, abdom*/
fn fn3058_1303315982_268(){
Aorticaneurysmabdom()
}
/*Function for RUNPROCESS Button Constipation */
fn fn3058_1303315982_270(){
Constipation()
}
/*Function for RUNPROCESS Button Aortic aneurysm,unspec*/
fn fn3058_1303315982_271(){
Aorticaneurysmunspec()
}
/*Function for RUNPROCESS Button Diverticulitis*/
fn fn3058_1303315982_273(){
Diverticulitis()
}
/*Function for RUNPROCESS Button Claudication*/
fn fn3058_1303315982_274(){
Claudication()
}
/*Function for RUNPROCESS Button Ingrown nail*/
fn fn3058_1303315982_277(){
Ingrownnail()
}
/*Function for RUNPROCESS Button Seborrheic keratosis*/
fn fn3058_1303315982_278(){
Seborrheickeratosis()
}
/*Function for RUNPROCESS Button Lipoma*/
fn fn3058_1303315982_280(){
Lipoma()
}
/*Function for RUNPROCESS Button Shingles*/
fn fn3058_1303315982_281(){
Shingles()
}
/*Function for RUNPROCESS Button Other skin disease, unspec*/
fn fn3058_1303315982_283(){
Otherskindiseaseunspec()
}
/*Function for RUNPROCESS Button Tinea versicolor*/
fn fn3058_1303315982_284(){
Tineaversicolor()
}
/*Function for RUNPROCESS Button Onychomycosis*/
fn fn3058_1303315982_286(){
Onychomycosis()
}
/*Function for RUNPROCESS Button Yeast Dermatitis*/
fn fn3058_1303315982_287(){
YeastDermatitis()
}
/*Function for RUNPROCESS Button Gastroenteritis*/
fn fn3058_1303315982_291(){
Gastroenteritis()
}
/*Function for RUNPROCESS Button DVT, distal*/
fn fn3058_1303315982_292(){
DVTdistal()
}
/*Function for RUNPROCESS Button Hemorrhoids, NOS*/
fn fn3058_1303315982_294(){
HemorrhoidsNOS()
}
/*Function for RUNPROCESS Button DVT, proximal*/
fn fn3058_1303315982_295(){
DVTproximal()
}
/*Function for RUNPROCESS Button Hepatitis*/
fn fn3058_1303315982_297(){
Hepatitis()
}
/*Function for RUNPROCESS Button Peripheral vascular dis*/
fn fn3058_1303315982_298(){
Peripheralvasculardis()
}
/*Function for RUNPROCESS Button Hernia, Hiatal*/
fn fn3058_1303315982_300(){
HerniaHiatal()
}
/*Function for RUNPROCESS Button Pulmonary embolism*/
fn fn3058_1303315982_301(){
Pulmonaryembolism()
}
/*Function for RUNPROCESS Button Hernia, Ing*/
fn fn3058_1303315982_303(){
HerniaIng()
}
/*Function for RUNPROCESS Button Thrombophlebitis, unspec*/
fn fn3058_1303315982_304(){
Thrombophlebitisunspec()
}
/*Function for RUNPROCESS Button Anemia, chronic dis*/
fn fn3058_1303315982_310(){
Anemiachronicdis()
}
/*Function for RUNPROCESS Button Leukocytosis*/
fn fn3058_1303315982_311(){
Leukocytosis()
}
/*Function for RUNPROCESS Button Anemia, kidney dis*/
fn fn3058_1303315982_313(){
Anemiakidneydis()
}
/*Function for RUNPROCESS Button Polycythemia vera*/
fn fn3058_1303315982_314(){
Polycythemiavera()
}
/*Function for RUNPROCESS Button Anemia, iron def */
fn fn3058_1303315982_316(){
Anemiairondef()
}
/*Function for RUNPROCESS Button Sickle-cell trait*/
fn fn3058_1303315982_317(){
Sicklecelltrait()
}
/*Function for RUNPROCESS Button Anemia, other unspec*/
fn fn3058_1303315982_319(){
Anemiaotherunspec()
}
/*Function for RUNPROCESS Button Sickle-cell w/o crisis*/
fn fn3058_1303315982_320(){
Sicklecellwocrisis()
}
/*Function for RUNPROCESS Button IBS*/
fn fn3058_1303315982_324(){
IBS()
}
/*Function for RUNPROCESS Button Varicose veins, asymptomatic*/
fn fn3058_1303315982_325(){
Varicoseveinsasymptomatic()
}
/*Function for RUNPROCESS Button PUD*/
fn fn3058_1303315982_327(){
PUD()
}
/*Function for RUNPROCESS Button Varicose veins w/ inflam*/
fn fn3058_1303315982_328(){
Varicoseveinswinflam()
}
/*Function for RUNPROCESS Button Rectal bleeding*/
fn fn3058_1303315982_330(){
Rectalbleeding()
}
/*Function for RUNPROCESS Button Venous insuff. unspec.*/
fn fn3058_1303315982_331(){
Venousinsuffunspec()
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_333(){
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_334(){
}
/*Function for RUNPROCESS Button ITP*/
fn fn3058_1303315982_337(){
ITP()
}
/*Function for RUNPROCESS Button Thromocytopenia*/
fn fn3058_1303315982_338(){
Thromocytopenia()
}
/*Function for RUNPROCESS Button Anemia, pernicious*/
fn fn3058_1303315982_340(){
Anemiapernicious()
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_341(){
}
/*Function for RUNPROCESS Button B12 deficiency*/
fn fn3058_1303315982_343(){
B12deficiency()
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_344(){
}
/*Function for RUNPROCESS Button Leukocytopenia*/
fn fn3058_1303315982_346(){
Leukocytopenia()
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_347(){
}
/*Function for RUNPROCESS Button gNavOpenFormName1*/
fn fn3058_1303315982_350(){
fnNavLaunchOpenForm(1)
}
/*Function for RUNPROCESS Button gNavOpenFormName2*/
fn fn3058_1303315982_351(){
fnNavLaunchOpenForm(2)
}
/*Function for RUNPROCESS Button gNavOpenFormName3*/
fn fn3058_1303315982_352(){
fnNavLaunchOpenForm(3)
}
/*Function for RUNPROCESS Button gNavOpenFormName4*/
fn fn3058_1303315982_353(){
fnNavLaunchOpenForm(4)
}
/*Function for RUNPROCESS Button gNavOpenFormName5*/
fn fn3058_1303315982_354(){
fnNavLaunchOpenForm(5)
}
/*Function for RUNPROCESS Button gNavOpenFormName6*/
fn fn3058_1303315982_355(){
fnNavLaunchOpenForm(6)
}
/*Function for RUNPROCESS Button gNavOpenFormName7*/
fn fn3058_1303315982_363(){
fnNavLaunchOpenForm(7)
}
/*Function for RUNPROCESS Button gNavOpenFormName8*/
fn fn3058_1303315982_364(){
fnNavLaunchOpenForm(8)
}
/*Function for RUNPROCESS Button gNavOpenFormName9*/
fn fn3058_1303315982_365(){
fnNavLaunchOpenForm(9)
}
/*Function for RUNPROCESS Button gNavOpenFormName10*/
fn fn3058_1303315982_366(){
fnNavLaunchOpenForm(10)
}
/*Function for RUNPROCESS Button gNavOpenFormName11*/
fn fn3058_1303315982_367(){
fnNavLaunchOpenForm(11)
}
/*Function for RUNPROCESS Button gNavOpenFormName12*/
fn fn3058_1303315982_368(){
fnNavLaunchOpenForm(12)
}
/*Function for RUNPROCESS Button Sign Orders*/
fn fn3058_1303315982_376(){
MEL_SIGN_ORDERS()
}
/*Function for RUNPROCESS Button Ofc Vst, Est Level II*/
fn fn3058_1303315982_386(){
probcheck()
MEL_ADD_ORDER("S", "+E&M Services", "Ofc Vst, Est Level II", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Ofc Vst, New Level II*/
fn fn3058_1303315982_387(){
probcheck()
MEL_ADD_ORDER("S", "+E&M Services", "Ofc Vst, New Level II", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Ofc Vst, Est Level III*/
fn fn3058_1303315982_389(){
probcheck()
MEL_ADD_ORDER("S", "+E&M Services", "Ofc Vst, Est Level III", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Ofc Vst, New Level III*/
fn fn3058_1303315982_390(){
probcheck()
MEL_ADD_ORDER("S", "+E&M Services", "Ofc Vst, New Level III", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Ofc Vst, Est Level IV*/
fn fn3058_1303315982_392(){
probcheck()
MEL_ADD_ORDER("S", "+E&M Services", "Ofc Vst, Est Level IV", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Ofc Vst, New Level V*/
fn fn3058_1303315982_393(){
probcheck()
MEL_ADD_ORDER("S", "+E&M Services", "Ofc Vst, New Level V", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Ofc Vst, Est Level V*/
fn fn3058_1303315982_395(){
probcheck()
MEL_ADD_ORDER("S", "+E&M Services", "Ofc Vst, Est Level V", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Ofc Vst, New Level IV*/
fn fn3058_1303315982_396(){
probcheck()
MEL_ADD_ORDER("S", "+E&M Services", "Ofc Vst, New Level IV", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Nurse Visit*/
fn fn3058_1303315982_398(){
probcheck()
MEL_ADD_ORDER("S", "+E&M Services", "Nurse Visit", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_405(){
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_406(){
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_408(){
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_409(){
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_411(){
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_412(){
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_414(){
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_415(){
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_417(){
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_418(){
}
/*Function for RUNPROCESS Button Bladder, unspec*/
fn fn3058_1303315982_425(){
Bladderunspec()
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_426(){
}
/*Function for RUNPROCESS Button Breast, female unspec*/
fn fn3058_1303315982_428(){
Breastfemaleunspec()
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_429(){
}
/*Function for RUNPROCESS Button Colon, unspec*/
fn fn3058_1303315982_431(){
Colonunspec()
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_432(){
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_435(){
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_436(){
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_438(){
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_439(){
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_441(){
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_442(){
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_444(){
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_445(){
}
/*Function for RUNPROCESS Button GI Tract, unspec*/
fn fn3058_1303315982_449(){
GITractunspec()
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_450(){
}
/*Function for RUNPROCESS Button Hodgkins*/
fn fn3058_1303315982_452(){
Hodgkins()
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_453(){
}
/*Function for RUNPROCESS Button Leukemia, unspec*/
fn fn3058_1303315982_455(){
Leukemiaunspec()
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_456(){
}
/*Function for RUNPROCESS Button Lung, unspec*/
fn fn3058_1303315982_458(){
Lungunspec()
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_459(){
}
/*Function for RUNPROCESS Button Prostate*/
fn fn3058_1303315982_461(){
Prostate()
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_462(){
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_468(){
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_469(){
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_471(){
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_472(){
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_474(){
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_475(){
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_477(){
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_478(){
}
/*Function for RUNPROCESS Button Respiratory Tract*/
fn fn3058_1303315982_482(){
RespiratoryTract()
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_483(){
}
/*Function for RUNPROCESS Button Skin, unspec*/
fn fn3058_1303315982_485(){
Skinunspec()
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_486(){
}
/*Function for RUNPROCESS Button Urinary, unspec*/
fn fn3058_1303315982_488(){
Urinaryunspec()
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_489(){
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_491(){
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_492(){
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_495(){
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_496(){
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_498(){
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_499(){
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_501(){
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_502(){
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_504(){
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_505(){
}
/*Function for RUNPROCESS Button gNavOpenFormName1*/
fn fn3058_1303315982_508(){
fnNavLaunchOpenForm(1)
}
/*Function for RUNPROCESS Button gNavOpenFormName2*/
fn fn3058_1303315982_509(){
fnNavLaunchOpenForm(2)
}
/*Function for RUNPROCESS Button gNavOpenFormName3*/
fn fn3058_1303315982_510(){
fnNavLaunchOpenForm(3)
}
/*Function for RUNPROCESS Button gNavOpenFormName4*/
fn fn3058_1303315982_511(){
fnNavLaunchOpenForm(4)
}
/*Function for RUNPROCESS Button gNavOpenFormName5*/
fn fn3058_1303315982_512(){
fnNavLaunchOpenForm(5)
}
/*Function for RUNPROCESS Button gNavOpenFormName6*/
fn fn3058_1303315982_513(){
fnNavLaunchOpenForm(6)
}
/*Function for RUNPROCESS Button gNavOpenFormName7*/
fn fn3058_1303315982_521(){
fnNavLaunchOpenForm(7)
}
/*Function for RUNPROCESS Button gNavOpenFormName8*/
fn fn3058_1303315982_522(){
fnNavLaunchOpenForm(8)
}
/*Function for RUNPROCESS Button gNavOpenFormName9*/
fn fn3058_1303315982_523(){
fnNavLaunchOpenForm(9)
}
/*Function for RUNPROCESS Button gNavOpenFormName10*/
fn fn3058_1303315982_524(){
fnNavLaunchOpenForm(10)
}
/*Function for RUNPROCESS Button gNavOpenFormName11*/
fn fn3058_1303315982_525(){
fnNavLaunchOpenForm(11)
}
/*Function for RUNPROCESS Button gNavOpenFormName12*/
fn fn3058_1303315982_526(){
fnNavLaunchOpenForm(12)
}
/*Function for RUNPROCESS Button Sign Orders*/
fn fn3058_1303315982_534(){
MEL_SIGN_ORDERS()
}
/*Function for RUNPROCESS Button Urinalysis **/
fn fn3058_1303315982_541(){
probcheck() MEL_ADD_ORDER("S", "Labs", "Urinalysis", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Glucose **/
fn fn3058_1303315982_542(){
probcheck() MEL_ADD_ORDER("S", "Labs", "Glucose", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Urine Pregnancy*/
fn fn3058_1303315982_543(){
probcheck() MEL_ADD_ORDER("S", "Labs", "Urine Pregnancy", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Strep Screen*/
fn fn3058_1303315982_544(){
probcheck() MEL_ADD_ORDER("S", "Labs", "Strep Screen", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Hemoccult x 3*/
fn fn3058_1303315982_545(){
probcheck() MEL_ADD_ORDER("S", "Labs", "Hemoccult x 3", "",fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Flu Swab*/
fn fn3058_1303315982_546(){
MEL_ADD_ORDER("S", "Labs", "Flu Swab", "QW","ICD-079.99", "Infection, viral NOS", "", "", "", "", "")
MEL_ADD_ORDER("S", "Labs", "Flu Swab", "59", "ICD-079.99", "Infection, viral NOS", "", "", "", "", "")
}
/*Function for RUNPROCESS Button UA/Dip*/
fn fn3058_1303315982_547(){
probcheck() MEL_ADD_ORDER("S", "Labs", "UA/Dip" , "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button CBC w/differential*/
fn fn3058_1303315982_553(){
probcheck() MEL_ADD_ORDER("S", "In House Lab", "CBC w/differential", "",fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp Test Code: 005009", "", "", "", "")
}
/*Function for RUNPROCESS Button Hep A B C*/
fn fn3058_1303315982_554(){
probcheck() MEL_ADD_ORDER("S", "In House Lab", "Hep A B C", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp Test Code: 322744", "", "", "", "")
}
/*Function for RUNPROCESS Button Pap Smear*/
fn fn3058_1303315982_555(){
probcheck() MEL_ADD_ORDER("S", "In House Lab", "Pap Smear", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp Test Code: 196250", "", "", "", "")
}
/*Function for RUNPROCESS Button ESR*/
fn fn3058_1303315982_556(){
probcheck() MEL_ADD_ORDER("S", "In House Lab", "ESR", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp Test Code: 005215", "", "", "", "")
}
/*Function for RUNPROCESS Button TSH*/
fn fn3058_1303315982_558(){
probcheck() MEL_ADD_ORDER("S", "In House Lab", "TSH", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp Test Code: 004259", "", "", "", "")
}
/*Function for RUNPROCESS Button Potassium*/
fn fn3058_1303315982_559(){
probcheck() MEL_ADD_ORDER("S", "In House Lab", "Potassium", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Digoxin Level*/
fn fn3058_1303315982_560(){
probcheck() MEL_ADD_ORDER("S", "In House Lab", "Digoxin Level", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp Test Code: 007385", "", "", "", "")
}
/*Function for RUNPROCESS Button Uric Acid*/
fn fn3058_1303315982_561(){
probcheck() MEL_ADD_ORDER("S", "In House Lab", "Uric Acid", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp Test Code: 001057", "", "", "", "")
}
/*Function for RUNPROCESS Button Lipid Profile*/
fn fn3058_1303315982_563(){
probcheck() MEL_ADD_ORDER("S", "In House Lab", "Lipid panel", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp Test Code: 303756", "", "", "", "")
}
/*Function for RUNPROCESS Button Met. Panel*/
fn fn3058_1303315982_564(){
probcheck() MEL_ADD_ORDER("S", "In House Lab", "Met. Panel", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Creatinine*/
fn fn3058_1303315982_565(){
probcheck() MEL_ADD_ORDER("S", "In House Lab", "Creatinine", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp Test Code: 001370", "", "", "", "")
}
/*Function for RUNPROCESS Button T4 Total*/
fn fn3058_1303315982_566(){
probcheck() MEL_ADD_ORDER("S", "In House Lab", "T4 Total", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp Test Code: 001149", "", "", "", "")
}
/*Function for RUNPROCESS Button Com Met PA*/
fn fn3058_1303315982_568(){
probcheck() MEL_ADD_ORDER("S", "In House Lab", "Com Met Panel", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp Test Code: 322000", "", "", "", "")
}
/*Function for RUNPROCESS Button Glucose, Random*/
fn fn3058_1303315982_569(){
probcheck() MEL_ADD_ORDER("S", "In House Lab", "Glucose, Random", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp Test Code: 001032", "", "", "", "")
}
/*Function for RUNPROCESS Button ANA*/
fn fn3058_1303315982_570(){
probcheck() MEL_ADD_ORDER("S", "In House Lab", "ANA", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp Test Code: 164855", "", "", "", "")
}
/*Function for RUNPROCESS Button T3 Uptake*/
fn fn3058_1303315982_571(){
probcheck() MEL_ADD_ORDER("S", "In House Lab", "T3 Uptake", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp Test Code: 001156", "", "", "", "")
}
/*Function for RUNPROCESS Button GHP*/
fn fn3058_1303315982_573(){
probcheck() MEL_ADD_ORDER("S", "In House Lab", "GHP", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp Test Code: 324428", "", "", "", "")
}
/*Function for RUNPROCESS Button Liver Panel*/
fn fn3058_1303315982_574(){
probcheck() MEL_ADD_ORDER("S", "In House Lab", "Liver Panel", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button SGOT*/
fn fn3058_1303315982_575(){
probcheck() MEL_ADD_ORDER("S", "In House Lab", "SGOT", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp Test Code: 001123", "", "", "", "")
}
/*Function for RUNPROCESS Button RPR*/
fn fn3058_1303315982_576(){
probcheck() MEL_ADD_ORDER("S", "In House Lab", "RPR", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp Test Code: 006072", "", "", "", "")
}
/*Function for RUNPROCESS Button PSA*/
fn fn3058_1303315982_578(){
probcheck() MEL_ADD_ORDER("S", "In House Lab", "PSA", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp Test Code: 010322", "", "", "", "")
}
/*Function for RUNPROCESS Button Ferritin*/
fn fn3058_1303315982_579(){
probcheck() MEL_ADD_ORDER("S", "In House Lab", "Ferritin", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp Test Code: 004598", "", "", "", "")
}
/*Function for RUNPROCESS Button SGPT*/
fn fn3058_1303315982_580(){
probcheck() MEL_ADD_ORDER("S", "In House Lab", "SGPT", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp Test Code: 001545", "", "", "", "")
}
/*Function for RUNPROCESS Button HIV Panel*/
fn fn3058_1303315982_581(){
probcheck() MEL_ADD_ORDER("S", "In House Lab", "HIV Panel", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button HgA1C*/
fn fn3058_1303315982_583(){
probcheck() MEL_ADD_ORDER("S", "In House Lab", "HgA1C", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp Test Code: 001453", "", "", "", "")
}
/*Function for RUNPROCESS Button Mono*/
fn fn3058_1303315982_584(){
probcheck() MEL_ADD_ORDER("S", "In House Lab", "Mono", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp Test Code: 006189", "", "", "", "")
}
/*Function for RUNPROCESS Button Dilantin Level*/
fn fn3058_1303315982_585(){
probcheck() MEL_ADD_ORDER("S", "In House Lab", "Dilantin Level ", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp Test Code: 007401", "", "", "", "")
}
/*Function for RUNPROCESS Button D-Dimer*/
fn fn3058_1303315982_586(){
probcheck() MEL_ADD_ORDER("S", "In House Lab", "D-Dimer", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button PT/INR*/
fn fn3058_1303315982_588(){
probcheck() MEL_ADD_ORDER("S", "In House Lab", "PT/INR", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp Test Code: 005199", "", "", "", "")
}
/*Function for RUNPROCESS Button Depokate Level*/
fn fn3058_1303315982_589(){
probcheck() MEL_ADD_ORDER("S", "In House Lab", "Depakote Level", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp test code 007260", "", "", "", "")
}
/*Function for RUNPROCESS Button Vitamin D, Dihydroxy*/
fn fn3058_1303315982_590(){
probcheck() MEL_ADD_ORDER("T", "Laboratory", "Vitamin D, Dihydroxy", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp Test Code: 81091 LabCorp to Bill Patients Insurance", "", "", "", "")
}
/*Function for RUNPROCESS Button Vitamin D, Hydroxy*/
fn fn3058_1303315982_591(){
probcheck() MEL_ADD_ORDER("T", "Laboratory", "Vitamin D, Hydroxy", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp Test Code: 81950 LabCorp to Bill Patients Insurance", "", "", "", "")
}
/*Function for RUNPROCESS Button Hep B Surface Antigen*/
fn fn3058_1303315982_593(){
probcheck()
MEL_ADD_ORDER("S", "In House Lab", "Hep B Surface Antigen", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp Test Code: 006510", "", "", "", "")
}
/*Function for RUNPROCESS Button Hep B Surface Antibody*/
fn fn3058_1303315982_594(){
probcheck()
MEL_ADD_ORDER("S", "In House Lab", "Hep B Surface Antibody", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp Test Code: 006395", "", "", "", "")
}
/*Function for RUNPROCESS Button Rubella titer*/
fn fn3058_1303315982_595(){
probcheck()
MEL_ADD_ORDER("S", "In House Lab", "Rubella titer", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp Test Code: 006197", "", "", "", "")
}
/*Function for RUNPROCESS Button Varicella titer*/
fn fn3058_1303315982_596(){
probcheck()
MEL_ADD_ORDER("S", "In House Lab", "Varicella titer", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp Test Code: 096206", "", "", "", "")
}
/*Function for RUNPROCESS Button Urine C + S*/
fn fn3058_1303315982_598(){
probcheck() MEL_ADD_ORDER("S", "In House Lab", "Urine C&S", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Urinalysis*/
fn fn3058_1303315982_599(){
probcheck() MEL_ADD_ORDER("S", "In House Lab", "Urinalysis, Complete", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button hCG, Beta Subunit, Qual Serum*/
fn fn3058_1303315982_600(){
probcheck() MEL_ADD_ORDER("S", "In House Lab", "hCG, Beta Subunit, Qual Serum", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp Test Code: 004556", "", "", "", "")
}
/*Function for RUNPROCESS Button Free T4*/
fn fn3058_1303315982_601(){
probcheck()
MEL_ADD_ORDER("S", "In House Lab", "Free T4", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp Test Code: 001974", "", "", "", "")
}
/*Function for RUNPROCESS Button Exec 1*/
fn fn3058_1303315982_603(){
probcheck() MEL_ADD_ORDER("S", "In House Lab", "Exec 1", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Exec 2*/
fn fn3058_1303315982_604(){
probcheck()
MEL_ADD_ORDER("S", "In House Lab", "Exec 2", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Iron and TIBC*/
fn fn3058_1303315982_609(){
probcheck() MEL_ADD_ORDER("S", "In House Lab", "Iron", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp Test Code: 001321", "", "", "", "")
MEL_ADD_ORDER("S", "In House Lab", "TIBC", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp Test Code: 001321", "", "", "", "")
}
/*Function for RUNPROCESS Button FSH and LH*/
fn fn3058_1303315982_610(){
probcheck() MEL_ADD_ORDER("S", "In House Lab", "FSH", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp Test Code: 028480", "", "", "", "")
MEL_ADD_ORDER("S", "In House Lab", "LH", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp Test Code: 028480", "", "", "", "")
}
/*Function for RUNPROCESS Button Thyroid Panel w/ TSH*/
fn fn3058_1303315982_611(){
probcheck() MEL_ADD_ORDER("S", "In House Lab", "T4 Total", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp Test Code: 000620", "", "", "", "")
MEL_ADD_ORDER("S", "In House Lab", "TSH", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
MEL_ADD_ORDER("S", "In House Lab", "T3 Uptake", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Rheumatoid Panel*/
fn fn3058_1303315982_613(){
probcheck() MEL_ADD_ORDER("S", "In House Lab", "Uric Acid", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp Test Code: 097279", "", "", "", "")
MEL_ADD_ORDER("S", "In House Lab", "Assay, antinuclear antibodies", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")MEL_ADD_ORDER("S", "In House Lab", "antistreptolysin 0 titer", "", "", "", "", "", "", "", "")
MEL_ADD_ORDER("S", "In House Lab", "C-Rective Protien, Quant", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
MEL_ADD_ORDER("S", "In House Lab", "Rheumatoid Factor (qual)", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Vit B12 and Folate*/
fn fn3058_1303315982_614(){
probcheck() MEL_ADD_ORDER("S", "In House Lab", "Vitamin B12", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp Test Code: 000810", "", "", "", "")
MEL_ADD_ORDER("S", "In House Lab", "folic acid serum", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button PT and PTT*/
fn fn3058_1303315982_615(){
probcheck() MEL_ADD_ORDER("S", "In House Lab", "PT", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp Test Code: 020321", "", "", "", "")
MEL_ADD_ORDER("S", "In House Lab", "PTT", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Factor V Leiden Mutation*/
fn fn3058_1303315982_617(){
probcheck() MEL_ADD_ORDER("T", "Laboratory", "molec molec isol/xtrj", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp Test Code: 511154", "", "", "", "")
MEL_ADD_ORDER("T", "Laboratory", "molec isol/xtrj hp nucleic acid", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
MEL_ADD_ORDER("T", "Laboratory", "molec sep gel electrophoresis", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
MEL_ADD_ORDER("T", "Laboratory", "molec amp nucleic acid e
Okay I may have got the library issue fixed. I saved the library in the Library folder located where my .dlg is stored. Now when I open the form I get this error:
{
/*FUNCTION DEFINITIONS*/
/*Function for RUNPROCESS Button Sign Orders*/
fn fn3058_1303315981_767(){
MEL_SIGN_ORDERS()
}
/*Function for RUNPROCESS Button Ofc Vst, Est Level II*/
fn fn3058_1303315981_777(){
probcheck()
MEL_ADD_ORDER("S", "E&M Services", "Ofc Vst, Est Level II", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Ofc Vst, New Level II*/
fn fn3058_1303315981_778(){
probcheck()
MEL_ADD_ORDER("S", "E&M Services", "Ofc Vst, New Level II", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Ofc Vst, Est Level III*/
fn fn3058_1303315981_780(){
probcheck()
MEL_ADD_ORDER("S", "E&M Services", "Ofc Vst, Est Level III", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Ofc Vst, New Level III*/
fn fn3058_1303315981_781(){
probcheck()
MEL_ADD_ORDER("S", "E&M Services", "Ofc Vst, New Level III", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Ofc Vst, Est Level IV*/
fn fn3058_1303315981_783(){
probcheck()
MEL_ADD_ORDER("S", "E&M Services", "Ofc Vst, Est Level IV", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Ofc Vst, New Level IV*/
fn fn3058_1303315981_784(){
probcheck()
MEL_ADD_ORDER("S", "E&M Services", "Ofc Vst, New Level IV", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Ofc Vst, Est Level V*/
fn fn3058_1303315981_786(){
probcheck()
MEL_ADD_ORDER("S", "E&M Services", "Ofc Vst, Est Level V", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Ofc Vst, New Level V*/
fn fn3058_1303315981_787(){
probcheck()
MEL_ADD_ORDER("S", "E&M Services", "Ofc Vst, New Level V", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Nurse Visit*/
fn fn3058_1303315981_789(){
probcheck()
MEL_ADD_ORDER("S", "Office Visits", "Nurse Visit", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Wellness Est - age 5-11*/
fn fn3058_1303315981_796(){
ProblWLNS()
MEL_ADD_ORDER("S", "Office Visits", "99393 Prev Med EST 5-11", "", "ICD-V70.0", "Examination, routine medical", "", "", "", "", "")
}
/*Function for RUNPROCESS Button Wellness Est - age 12-17*/
fn fn3058_1303315981_799(){
ProblWLNS()
MEL_ADD_ORDER("S", "Office Visits", "99394 Prev Med EST 12-17", "", "ICD-V70.0", "Examination, routine medical", "", "", "", "", "")
}
/*Function for RUNPROCESS Button Wellness New - age 12-17*/
fn fn3058_1303315981_800(){
ProblWLNS()
MEL_ADD_ORDER("S", "Office Visits", "Prev Med New 12-17 99384", "", "ICD-V70.0", "Examination, routine medical", "", "", "", "", "")
}
/*Function for RUNPROCESS Button Wellness Est - age 18-39*/
fn fn3058_1303315981_802(){
ProblWLNS()
MEL_ADD_ORDER("S", "Office Visits", "99395 Prev Med EST 18-39", "", "ICD-V70.0", "Examination, routine medical", "", "", "", "", "")
}
/*Function for RUNPROCESS Button Wellness New - age 18-39*/
fn fn3058_1303315981_803(){
ProblWLNS()
MEL_ADD_ORDER("S", "Office Visits", "Prev Med New 18-39 99385", "", "ICD-V70.0", "Examination, routine medical", "", "", "", "", "")
}
/*Function for RUNPROCESS Button Wellness Est - age 40-64*/
fn fn3058_1303315981_805(){
ProblWLNS()
MEL_ADD_ORDER("S", "Office Visits", "99396 Prev Med EST 40-64", "", "ICD-V70.0", "Examination, routine medical", "", "", "", "", "")
}
/*Function for RUNPROCESS Button Wellness New - age 40-64*/
fn fn3058_1303315981_806(){
ProblWLNS()
MEL_ADD_ORDER("S", "Office Visits", "Prev Med New 40-64 99386", "", "ICD-V70.0", "Examination, routine medical", "", "", "", "", "")
}
/*Function for RUNPROCESS Button Destruct Lesion 1-14*/
fn fn3058_1303315981_812(){
probcheck() MEL_ADD_ORDER("S", "Excision/Shaving/Destruction/Biopsy", "Destruction skin lesion upto 14", "",fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button EKG order w/interp*/
fn fn3058_1303315981_813(){
probcheck() MEL_ADD_ORDER("S", "Diag and Labs", "EKG order and interp", "",fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Removal Impacted Cerumen*/
fn fn3058_1303315981_815(){
probcheck() MEL_ADD_ORDER("S", "+Procedures", "Removal Impacted Cerumen", "",fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Pulse Ox - Single*/
fn fn3058_1303315981_816(){
probcheck() MEL_ADD_ORDER("S", "+Procedures", "Pulse OX - Single", "",fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button I + D Simple Abscess*/
fn fn3058_1303315981_818(){
probcheck() MEL_ADD_ORDER("S", "+Procedures", "I & D Abscess - Simple", "",fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Nebulizer TX*/
fn fn3058_1303315981_819(){
probcheck() MEL_ADD_ORDER("S", "+Procedures", "Nebulizer TX", "",fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Sinusitis / Bronchitis*/
fn fn3058_1303315981_824(){
ProblChk()
ProblBRCH()
MEL_ADD_ORDER("S", "+E&M Services", "Ofc Vst, Est Level III", "25", "ICD-466.0", "Bronchitis, acute", "", "", "", "", "")
MEL_ADD_ORDER("S", "+Injections", "Decadron 2 units", "", "ICD-461.9", "Sinusitis, acute", "", "2", "", "", "")
MEL_ADD_ORDER("S", "Injections & Vaccines", "Kenalog 2 units", "", "ICD-461.9", "Sinusitis, acute", "", "2", "", "", "")
MEL_ADD_ORDER("S", "Injections & Vaccines", "Injection of Med", "", "ICD-461.9", "Sinusitis, acute", "", "", "", "", "")
}
/*Function for RUNPROCESS Button Pharyngitis*/
fn fn3058_1303315981_825(){
ProblChk()
ProblPHTIS()
MEL_ADD_ORDER("S", "+E&M Services", "Ofc Vst, Est Level III", "25", "ICD-462|ICD-461.9", "Pharyngitis|Sinusitis, acute", "", "1", "", "", "")
MEL_ADD_ORDER("S", "+Injections", "Decadron 2 units", "", "ICD-461.9", "Sinusitis, acute", "", "2", "", "", "")
MEL_ADD_ORDER("S", "Injections & Vaccines", "Kenalog 2 units", "", "ICD-461.9", "Sinusitis, acute", "", "2", "", "", "")
MEL_ADD_ORDER("S", "Injections & Vaccines", "Injection of Med", "", "ICD-461.9", "Sinusitis, acute", "", "", "", "", "")
}
/*Function for RUNPROCESS Button Sciatica / Limb Pain*/
fn fn3058_1303315981_827(){
ProblSCTCA()
ProblLBPN()
MEL_ADD_ORDER("S", "+E&M Services", "Ofc Vst, Est Level III", "25", "ICD-724.3|ICD-729.5", "Sciatica|Pain in limb", "", "1", "", "", "")
MEL_ADD_ORDER("S", "+Injections", "Decadron 2 units", "", "ICD-724.3", "Sciatica", "", "2", "", "", "")
MEL_ADD_ORDER("S", "Injections & Vaccines", "Kenalog 2 units", "", "ICD-724.3", "Sciatica", "2", "", "", "", "")
MEL_ADD_ORDER("S", "Injections & Vaccines", "Injection of Med", "", "ICD-724.3", "Sciatica", "", "", "", "", "")
}
/*Function for RUNPROCESS Button OPSB DOT Physical*/
fn fn3058_1303315981_828(){
MEL_ADD_ORDER("S", "+E&M Services", "Ofc Vst, Est Level I", "", "ICD-V70.3", "Examination, medical NEC, admn purposes", "", "", "", "", "")
}
/*Function for RUNPROCESS Button Flu Syndrome w/ Level III*/
fn fn3058_1303315981_830(){
ProblFLU()
MEL_ADD_ORDER("S", "+E&M Services", "Ofc Vst, Est Level III", "", "ICD-487.1", "Flu syndrome", "", "", "", "", "")
}
/*Function for RUNPROCESS Button DOT/School Physical*/
fn fn3058_1303315981_831(){
MEL_ADD_ORDER("S", "+E&M Services", "OFFICE CONSLTJ 15 MIN", "", "ICD-V70.3", "Examination, medical NEC, admn purposes", "", "", "", "", "")
}
/*Function for RUNPROCESS Button Abdominal Pain*/
fn fn3058_1303315981_836(){
Problabdpain()
}
/*Function for RUNPROCESS Button Edema, Localized*/
fn fn3058_1303315981_837(){
ProblEDLC()
}
/*Function for RUNPROCESS Button Acute Pain*/
fn fn3058_1303315981_839(){
Problactpain()
}
/*Function for RUNPROCESS Button Low Back Pain */
fn fn3058_1303315981_840(){
ProblLWBKPNSN()
}
/*Function for RUNPROCESS Button Arthralgia*/
fn fn3058_1303315981_842(){
ProblArthralgia()
}
/*Function for RUNPROCESS Button Nausea /w Vomiting*/
fn fn3058_1303315981_843(){
ProblNSVM()
}
/*Function for RUNPROCESS Button Chest Pain*/
fn fn3058_1303315981_845(){
ProblChestPain()
}
/*Function for RUNPROCESS Button Nausea alone*/
fn fn3058_1303315981_846(){
ProblNS()
}
/*Function for RUNPROCESS Button Asthma*/
fn fn3058_1303315981_852(){
ProblAsthma()
}
/*Function for RUNPROCESS Button CAD*/
fn fn3058_1303315981_853(){
ProblCAD()
}
/*Function for RUNPROCESS Button Bronchitis, acute*/
fn fn3058_1303315981_855(){
ProblBRCH()
}
/*Function for RUNPROCESS Button Diabetes I*/
fn fn3058_1303315981_856(){
ProblDIAB1()
}
/*Function for RUNPROCESS Button COPD*/
fn fn3058_1303315981_858(){
ProblCOPD()
}
/*Function for RUNPROCESS Button Diabetes II*/
fn fn3058_1303315981_859(){
ProblDIAB2()
}
/*Function for RUNPROCESS Button Flu Syndrome*/
fn fn3058_1303315981_861(){
ProblFLU()
}
/*Function for RUNPROCESS Button Gout*/
fn fn3058_1303315981_862(){
ProblGOUT()
}
/*Function for RUNPROCESS Button Cough*/
fn fn3058_1303315981_866(){
ProblCough()
}
/*Function for RUNPROCESS Button Diarrhea*/
fn fn3058_1303315981_869(){
ProblDiarrhea()
}
/*Function for RUNPROCESS Button Palpitations*/
fn fn3058_1303315981_870(){
ProblPalpitations()
}
/*Function for RUNPROCESS Button Fatigue and Malaise*/
fn fn3058_1303315981_872(){
ProblFGML()
}
/*Function for RUNPROCESS Button Shortness of Breath*/
fn fn3058_1303315981_873(){
ProblSOB()
}
/*Function for RUNPROCESS Button Fever*/
fn fn3058_1303315981_875(){
ProblFEVER()
}
/*Function for RUNPROCESS Button Vertigo*/
fn fn3058_1303315981_876(){
ProblVertigo()
}
/*Function for RUNPROCESS Button Inf. Mono*/
fn fn3058_1303315981_879(){
ProblInfMono()
}
/*Function for RUNPROCESS Button Hypertension*/
fn fn3058_1303315981_880(){
ProblHTN1()
}
/*Function for RUNPROCESS Button Pharyngitis*/
fn fn3058_1303315981_882(){
ProblPHTIS()
}
/*Function for RUNPROCESS Button Hyperlipidemia*/
fn fn3058_1303315981_883(){
ProblHLDM()
}
/*Function for RUNPROCESS Button Pneumonia*/
fn fn3058_1303315981_885(){
ProbPneumonia()
}
/*Function for RUNPROCESS Button Hypothyroidism*/
fn fn3058_1303315981_886(){
ProbHypothyroidism()
}
/*Function for RUNPROCESS Button Sinusitis */
fn fn3058_1303315981_888(){
ProblSinusitis()
}
/*Function for RUNPROCESS Button Reflux*/
fn fn3058_1303315981_889(){
ProblREFLUX()
}
/*Function for RUNPROCESS Button gNavOpenFormName1*/
fn fn3058_1303315981_892(){
fnNavLaunchOpenForm(1)
}
/*Function for RUNPROCESS Button gNavOpenFormName2*/
fn fn3058_1303315981_893(){
fnNavLaunchOpenForm(2)
}
/*Function for RUNPROCESS Button gNavOpenFormName3*/
fn fn3058_1303315981_894(){
fnNavLaunchOpenForm(3)
}
/*Function for RUNPROCESS Button gNavOpenFormName4*/
fn fn3058_1303315981_895(){
fnNavLaunchOpenForm(4)
}
/*Function for RUNPROCESS Button gNavOpenFormName5*/
fn fn3058_1303315981_896(){
fnNavLaunchOpenForm(5)
}
/*Function for RUNPROCESS Button gNavOpenFormName6*/
fn fn3058_1303315981_897(){
fnNavLaunchOpenForm(6)
}
/*Function for RUNPROCESS Button gNavOpenFormName7*/
fn fn3058_1303315981_905(){
fnNavLaunchOpenForm(7)
}
/*Function for RUNPROCESS Button gNavOpenFormName8*/
fn fn3058_1303315981_906(){
fnNavLaunchOpenForm(8)
}
/*Function for RUNPROCESS Button gNavOpenFormName9*/
fn fn3058_1303315981_907(){
fnNavLaunchOpenForm(9)
}
/*Function for RUNPROCESS Button gNavOpenFormName10*/
fn fn3058_1303315981_908(){
fnNavLaunchOpenForm(10)
}
/*Function for RUNPROCESS Button gNavOpenFormName11*/
fn fn3058_1303315981_909(){
fnNavLaunchOpenForm(11)
}
/*Function for RUNPROCESS Button gNavOpenFormName12*/
fn fn3058_1303315981_910(){
fnNavLaunchOpenForm(12)
}
/*Function for RUNPROCESS Button Sign Orders*/
fn fn3058_1303315981_918(){
MEL_SIGN_ORDERS()
}
/*Function for RUNPROCESS Button Ofc Vst, Est Level II*/
fn fn3058_1303315981_928(){
probcheck()
MEL_ADD_ORDER("S", "+E&M Services", "Ofc Vst, Est Level II", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Ofc Vst, New Level II*/
fn fn3058_1303315981_929(){
probcheck()
MEL_ADD_ORDER("S", "+E&M Services", "Ofc Vst, New Level II", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Ofc Vst, Est Level III*/
fn fn3058_1303315981_931(){
probcheck()
MEL_ADD_ORDER("S", "+E&M Services", "Ofc Vst, Est Level III", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Ofc Vst, New Level III*/
fn fn3058_1303315981_932(){
probcheck()
MEL_ADD_ORDER("S", "+E&M Services", "Ofc Vst, New Level III", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Ofc Vst, Est Level IV*/
fn fn3058_1303315981_934(){
probcheck()
MEL_ADD_ORDER("S", "+E&M Services", "Ofc Vst, Est Level IV", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Ofc Vst, New Level V*/
fn fn3058_1303315981_935(){
probcheck()
MEL_ADD_ORDER("S", "+E&M Services", "Ofc Vst, New Level V", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Ofc Vst, Est Level V*/
fn fn3058_1303315981_937(){
probcheck()
MEL_ADD_ORDER("S", "+E&M Services", "Ofc Vst, Est Level V", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Ofc Vst, New Level IV*/
fn fn3058_1303315981_938(){
probcheck()
MEL_ADD_ORDER("S", "+E&M Services", "Ofc Vst, New Level IV", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Nurse Visit*/
fn fn3058_1303315981_940(){
probcheck()
MEL_ADD_ORDER("S", "+E&M Services", "Nurse Visit", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Acne*/
fn fn3058_1303315981_947(){
Acne()
}
/*Function for RUNPROCESS Button Pruritis*/
fn fn3058_1303315981_948(){
Pruritis()
}
/*Function for RUNPROCESS Button Cellulitis/abcess,unspec*/
fn fn3058_1303315981_950(){
Cellulitisabcess()
}
/*Function for RUNPROCESS Button Rash, unspec, non-vesicular*/
fn fn3058_1303315981_951(){
Rash()
}
/*Function for RUNPROCESS Button Contact Dermatitis*/
fn fn3058_1303315981_953(){
ProblCNDM()
}
/*Function for RUNPROCESS Button Urticaria */
fn fn3058_1303315981_954(){
Urticaria()
}
/*Function for RUNPROCESS Button Eczema, atopic derm*/
fn fn3058_1303315981_956(){
Eczema()
}
/*Function for RUNPROCESS Button Warts, all sites */
fn fn3058_1303315981_957(){
Warts()
}
/*Function for RUNPROCESS Button Artial Fib*/
fn fn3058_1303315981_962(){
ProblAF()
}
/*Function for RUNPROCESS Button CHF*/
fn fn3058_1303315981_963(){
ProbCHF()
}
/*Function for RUNPROCESS Button Angina*/
fn fn3058_1303315981_965(){
ProbAngina()
}
/*Function for RUNPROCESS Button PVCs*/
fn fn3058_1303315981_966(){
ProbPVCs()
}
/*Function for RUNPROCESS Button Bradycardia*/
fn fn3058_1303315981_968(){
ProbBradyc()
}
/*Function for RUNPROCESS Button Tachycardia*/
fn fn3058_1303315981_969(){
ProbTach()
}
/*Function for RUNPROCESS Button Coumadin therapy */
fn fn3058_1303315981_973(){
Coumadin()
}
/*Function for RUNPROCESS Button Preop exam*/
fn fn3058_1303315981_974(){
Preop()
}
/*Function for RUNPROCESS Button Follow High Risk Med*/
fn fn3058_1303315981_976(){
FHRM()
}
/*Function for RUNPROCESS Button Routine GYN exam */
fn fn3058_1303315981_977(){
RoutineGYN()
}
/*Function for RUNPROCESS Button Long term HR med use*/
fn fn3058_1303315981_979(){
LTFHRM()
}
/*Function for RUNPROCESS Button Screening Neoplasm Prostate*/
fn fn3058_1303315981_980(){
NeoplasmProstate()
}
/*Function for RUNPROCESS Button Cystitis, acute*/
fn fn3058_1303315981_987(){
ProbCystitis()
}
/*Function for RUNPROCESS Button Abn. PAP*/
fn fn3058_1303315981_988(){
AbnPAP()
}
/*Function for RUNPROCESS Button BPH w/o obstruct*/
fn fn3058_1303315981_990(){
bph()
}
/*Function for RUNPROCESS Button Amenorrhea */
fn fn3058_1303315981_991(){
Amenorrhea()
}
/*Function for RUNPROCESS Button Hematuria*/
fn fn3058_1303315981_993(){
Hematuria()
}
/*Function for RUNPROCESS Button Dys. Uterine Bleeding */
fn fn3058_1303315981_994(){
DysUterineBleeding()
}
/*Function for RUNPROCESS Button Kidney Stone*/
fn fn3058_1303315981_996(){
KidneyStone()
}
/*Function for RUNPROCESS Button Menapause, unspec */
fn fn3058_1303315981_997(){
Menapause()
}
/*Function for RUNPROCESS Button Bursitis, Shoulder */
fn fn3058_1303315982_1(){
BursitisShoulder()
}
/*Function for RUNPROCESS Button Osteoporosis */
fn fn3058_1303315982_2(){
Osteoporosis()
}
/*Function for RUNPROCESS Button Carpal tunnel */
fn fn3058_1303315982_4(){
Carpaltunnel()
}
/*Function for RUNPROCESS Button Plantar fasciitis */
fn fn3058_1303315982_5(){
Plantarfasciitis()
}
/*Function for RUNPROCESS Button Contusion, nonspec*/
fn fn3058_1303315982_7(){
Contusion()
}
/*Function for RUNPROCESS Button Sciatica */
fn fn3058_1303315982_8(){
ProblSCTCA()
}
/*Function for RUNPROCESS Button Deg./Osteo Arthritis */
fn fn3058_1303315982_10(){
DegOsteoArthritis()
}
/*Function for RUNPROCESS Button Sprain, ankle */
fn fn3058_1303315982_11(){
Sprainankle()
}
/*Function for RUNPROCESS Button Prostatitis*/
fn fn3058_1303315982_15(){
Prostatitis()
}
/*Function for RUNPROCESS Button Pelvic pain, unspec*/
fn fn3058_1303315982_16(){
Pelvicpain()
}
/*Function for RUNPROCESS Button Urethral syndrome (non-VD)*/
fn fn3058_1303315982_18(){
Urethralsyndrome()
}
/*Function for RUNPROCESS Button PMS */
fn fn3058_1303315982_19(){
PMS()
}
/*Function for RUNPROCESS Button UTI*/
fn fn3058_1303315982_21(){
UTI()
}
/*Function for RUNPROCESS Button Postmenopause HRT*/
fn fn3058_1303315982_22(){
Postmenopause()
}
/*Function for RUNPROCESS Button Urinary frequency*/
fn fn3058_1303315982_24(){
Urinaryfrequency()
}
/*Function for RUNPROCESS Button Vaginitis*/
fn fn3058_1303315982_25(){
Vaginitis()
}
/*Function for RUNPROCESS Button Deg. Disc , C-spine */
fn fn3058_1303315982_28(){
DegDiscCspine()
}
/*Function for RUNPROCESS Button Sprain, knee/leg */
fn fn3058_1303315982_29(){
Sprainkneeleg()
}
/*Function for RUNPROCESS Button Deg. Disc, L-spine */
fn fn3058_1303315982_31(){
DegDiscLspine()
}
/*Function for RUNPROCESS Button Sprain, neck */
fn fn3058_1303315982_32(){
Sprainneck()
}
/*Function for RUNPROCESS Button Fibromyalgia */
fn fn3058_1303315982_34(){
Fibromyalgia()
}
/*Function for RUNPROCESS Button Sprain, shoulder*/
fn fn3058_1303315982_35(){
Sprainshoulder()
}
/*Function for RUNPROCESS Button Ganglion cyst */
fn fn3058_1303315982_37(){
Ganglion()
}
/*Function for RUNPROCESS Button Tendonitis,elbow */
fn fn3058_1303315982_38(){
Tendonitiselbow()
}
/*Function for RUNPROCESS Button gNavOpenFormName1*/
fn fn3058_1303315982_41(){
fnNavLaunchOpenForm(1)
}
/*Function for RUNPROCESS Button gNavOpenFormName2*/
fn fn3058_1303315982_42(){
fnNavLaunchOpenForm(2)
}
/*Function for RUNPROCESS Button gNavOpenFormName3*/
fn fn3058_1303315982_43(){
fnNavLaunchOpenForm(3)
}
/*Function for RUNPROCESS Button gNavOpenFormName4*/
fn fn3058_1303315982_44(){
fnNavLaunchOpenForm(4)
}
/*Function for RUNPROCESS Button gNavOpenFormName5*/
fn fn3058_1303315982_45(){
fnNavLaunchOpenForm(5)
}
/*Function for RUNPROCESS Button gNavOpenFormName6*/
fn fn3058_1303315982_46(){
fnNavLaunchOpenForm(6)
}
/*Function for RUNPROCESS Button gNavOpenFormName7*/
fn fn3058_1303315982_54(){
fnNavLaunchOpenForm(7)
}
/*Function for RUNPROCESS Button gNavOpenFormName8*/
fn fn3058_1303315982_55(){
fnNavLaunchOpenForm(8)
}
/*Function for RUNPROCESS Button gNavOpenFormName9*/
fn fn3058_1303315982_56(){
fnNavLaunchOpenForm(9)
}
/*Function for RUNPROCESS Button gNavOpenFormName10*/
fn fn3058_1303315982_57(){
fnNavLaunchOpenForm(10)
}
/*Function for RUNPROCESS Button gNavOpenFormName11*/
fn fn3058_1303315982_58(){
fnNavLaunchOpenForm(11)
}
/*Function for RUNPROCESS Button gNavOpenFormName12*/
fn fn3058_1303315982_59(){
fnNavLaunchOpenForm(12)
}
/*Function for RUNPROCESS Button Sign Orders*/
fn fn3058_1303315982_67(){
MEL_SIGN_ORDERS()
}
/*Function for RUNPROCESS Button Ofc Vst, Est Level II*/
fn fn3058_1303315982_77(){
probcheck()
MEL_ADD_ORDER("S", "+E&M Services", "Ofc Vst, Est Level II", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Ofc Vst, New Level II*/
fn fn3058_1303315982_78(){
probcheck()
MEL_ADD_ORDER("S", "+E&M Services", "Ofc Vst, New Level II", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Ofc Vst, Est Level III*/
fn fn3058_1303315982_80(){
probcheck()
MEL_ADD_ORDER("S", "+E&M Services", "Ofc Vst, Est Level III", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Ofc Vst, New Level III*/
fn fn3058_1303315982_81(){
probcheck()
MEL_ADD_ORDER("S", "+E&M Services", "Ofc Vst, New Level III", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Ofc Vst, Est Level IV*/
fn fn3058_1303315982_83(){
probcheck()
MEL_ADD_ORDER("S", "+E&M Services", "Ofc Vst, Est Level IV", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Ofc Vst, New Level V*/
fn fn3058_1303315982_84(){
probcheck()
MEL_ADD_ORDER("S", "+E&M Services", "Ofc Vst, New Level V", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Ofc Vst, Est Level V*/
fn fn3058_1303315982_86(){
probcheck()
MEL_ADD_ORDER("S", "+E&M Services", "Ofc Vst, Est Level V", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Ofc Vst, New Level IV*/
fn fn3058_1303315982_87(){
probcheck()
MEL_ADD_ORDER("S", "+E&M Services", "Ofc Vst, New Level IV", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Nurse Visit*/
fn fn3058_1303315982_89(){
probcheck()
MEL_ADD_ORDER("S", "+E&M Services", "Nurse Visit", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Asthma w acute exacer*/
fn fn3058_1303315982_96(){
Asthmawacuteexacer()
}
/*Function for RUNPROCESS Button Pleurisy */
fn fn3058_1303315982_97(){
Pleurisy()
}
/*Function for RUNPROCESS Button Bronchitis, chronic */
fn fn3058_1303315982_99(){
Bronchitischronic()
}
/*Function for RUNPROCESS Button Rhinitis, allergic */
fn fn3058_1303315982_100(){
Rhinitisallergic()
}
/*Function for RUNPROCESS Button Bronchospasm, acute */
fn fn3058_1303315982_102(){
Bronchospasm()
}
/*Function for RUNPROCESS Button Strep throat */
fn fn3058_1303315982_103(){
Strepthroat()
}
/*Function for RUNPROCESS Button Croup*/
fn fn3058_1303315982_105(){
Croup()
}
/*Function for RUNPROCESS Button URI, acute*/
fn fn3058_1303315982_106(){
URIacute()
}
/*Function for RUNPROCESS Button Abnormal EKG */
fn fn3058_1303315982_111(){
AbnormalEKG()
}
/*Function for RUNPROCESS Button Hypertension, unspec*/
fn fn3058_1303315982_112(){
ElevatedBPwoHypertension()
}
/*Function for RUNPROCESS Button Chronic ischemic Hrt.D*/
fn fn3058_1303315982_114(){
ChronicischemicHrtD()
}
/*Function for RUNPROCESS Button Hypercholesterolemia */
fn fn3058_1303315982_115(){
Hypercholesterolemia()
}
/*Function for RUNPROCESS Button Elevated BP w/o Hypertension */
fn fn3058_1303315982_117(){
ElevatedBPwoHypertension()
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_118(){
}
/*Function for RUNPROCESS Button Conjunctivitis*/
fn fn3058_1303315982_122(){
conjunctivitis()
}
/*Function for RUNPROCESS Button Eustation tube dysfunc*/
fn fn3058_1303315982_123(){
Eustationtubedysfunc()
}
/*Function for RUNPROCESS Button corneal abrasion*/
fn fn3058_1303315982_125(){
cornealabrasion()
}
/*Function for RUNPROCESS Button Otitis externa*/
fn fn3058_1303315982_126(){
Otitisexterna()
}
/*Function for RUNPROCESS Button cerumen impaction*/
fn fn3058_1303315982_128(){
cerumenimpaction()
}
/*Function for RUNPROCESS Button Otitis media*/
fn fn3058_1303315982_129(){
Otitisexterna()
}
/*Function for RUNPROCESS Button Anxiety*/
fn fn3058_1303315982_136(){
Anxiety()
}
/*Function for RUNPROCESS Button Chronic pain syndrome*/
fn fn3058_1303315982_137(){
Chronicpainsyndrome()
}
/*Function for RUNPROCESS Button ADD*/
fn fn3058_1303315982_139(){
ADD()
}
/*Function for RUNPROCESS Button CVA*/
fn fn3058_1303315982_140(){
CVA()
}
/*Function for RUNPROCESS Button Alzheimer’s*/
fn fn3058_1303315982_142(){
Alzheimers()
}
/*Function for RUNPROCESS Button Neuralgia*/
fn fn3058_1303315982_143(){
Neuralgia()
}
/*Function for RUNPROCESS Button Depression*/
fn fn3058_1303315982_145(){
Depression()
}
/*Function for RUNPROCESS Button Neuropathy, poly*/
fn fn3058_1303315982_146(){
Neuropathypoly()
}
/*Function for RUNPROCESS Button Chronic Kidney disease*/
fn fn3058_1303315982_152(){
ChronicKidneydisease()
}
/*Function for RUNPROCESS Button Dehydration*/
fn fn3058_1303315982_153(){
Dehydration()
}
/*Function for RUNPROCESS Button Glomerulonephritis, acute*/
fn fn3058_1303315982_155(){
Glomerulonephritisacute()
}
/*Function for RUNPROCESS Button Diabetes I w/ complications*/
fn fn3058_1303315982_156(){
DiabetesIwcomplications()
}
/*Function for RUNPROCESS Button Hypertension, malignant */
fn fn3058_1303315982_158(){
Hypertensionmalignant()
}
/*Function for RUNPROCESS Button Diabetes II w/ complications*/
fn fn3058_1303315982_159(){
DiabetesIIwcomplications()
}
/*Function for RUNPROCESS Button Hypertensive end stage renal dis*/
fn fn3058_1303315982_161(){
Hypertensiveendstagerenaldis()
}
/*Function for RUNPROCESS Button Glucose intolerance*/
fn fn3058_1303315982_162(){
Glucoseintolerance()
}
/*Function for RUNPROCESS Button Headache, unspec*/
fn fn3058_1303315982_166(){
Headacheunspec()
}
/*Function for RUNPROCESS Button Parkinson’s disease*/
fn fn3058_1303315982_167(){
Parkinsonsdisease()
}
/*Function for RUNPROCESS Button Headache, Migraine*/
fn fn3058_1303315982_169(){
HeadacheMigraine()
}
/*Function for RUNPROCESS Button Seizure disorder*/
fn fn3058_1303315982_170(){
Seizuredisorder()
}
/*Function for RUNPROCESS Button Situational stress*/
fn fn3058_1303315982_172(){
ProblSTSTR()
}
/*Function for RUNPROCESS Button Sleep apnea, obstruct*/
fn fn3058_1303315982_173(){
Sleepapneaobstruct()
}
/*Function for RUNPROCESS Button Bell’s Palsy*/
fn fn3058_1303315982_175(){
BellsPalsy()
}
/*Function for RUNPROCESS Button TIA*/
fn fn3058_1303315982_176(){
TIA()
}
/*Function for RUNPROCESS Button Nephrotic syndrome*/
fn fn3058_1303315982_179(){
Nephroticsyndrome()
}
/*Function for RUNPROCESS Button Goiter */
fn fn3058_1303315982_180(){
Goiter()
}
/*Function for RUNPROCESS Button Proteinuria, nonpostural*/
fn fn3058_1303315982_182(){
Proteinurianonpostural()
}
/*Function for RUNPROCESS Button Hypokalemia*/
fn fn3058_1303315982_183(){
Hypokalemia()
}
/*Function for RUNPROCESS Button Renal disease, end stage*/
fn fn3058_1303315982_185(){
Renaldiseaseendstage()
}
/*Function for RUNPROCESS Button Hyponatremia*/
fn fn3058_1303315982_186(){
Hyponatremia()
}
/*Function for RUNPROCESS Button Renal insuff.,chronic*/
fn fn3058_1303315982_188(){
Renalinsuffchronic()
}
/*Function for RUNPROCESS Button Thyroid nodule*/
fn fn3058_1303315982_189(){
Thyroidnodule()
}
/*Function for RUNPROCESS Button gNavOpenFormName1*/
fn fn3058_1303315982_192(){
fnNavLaunchOpenForm(1)
}
/*Function for RUNPROCESS Button gNavOpenFormName2*/
fn fn3058_1303315982_193(){
fnNavLaunchOpenForm(2)
}
/*Function for RUNPROCESS Button gNavOpenFormName3*/
fn fn3058_1303315982_194(){
fnNavLaunchOpenForm(3)
}
/*Function for RUNPROCESS Button gNavOpenFormName4*/
fn fn3058_1303315982_195(){
fnNavLaunchOpenForm(4)
}
/*Function for RUNPROCESS Button gNavOpenFormName5*/
fn fn3058_1303315982_196(){
fnNavLaunchOpenForm(5)
}
/*Function for RUNPROCESS Button gNavOpenFormName6*/
fn fn3058_1303315982_197(){
fnNavLaunchOpenForm(6)
}
/*Function for RUNPROCESS Button gNavOpenFormName7*/
fn fn3058_1303315982_205(){
fnNavLaunchOpenForm(7)
}
/*Function for RUNPROCESS Button gNavOpenFormName8*/
fn fn3058_1303315982_206(){
fnNavLaunchOpenForm(8)
}
/*Function for RUNPROCESS Button gNavOpenFormName9*/
fn fn3058_1303315982_207(){
fnNavLaunchOpenForm(9)
}
/*Function for RUNPROCESS Button gNavOpenFormName10*/
fn fn3058_1303315982_208(){
fnNavLaunchOpenForm(10)
}
/*Function for RUNPROCESS Button gNavOpenFormName11*/
fn fn3058_1303315982_209(){
fnNavLaunchOpenForm(11)
}
/*Function for RUNPROCESS Button gNavOpenFormName12*/
fn fn3058_1303315982_210(){
fnNavLaunchOpenForm(12)
}
/*Function for RUNPROCESS Button Sign Orders*/
fn fn3058_1303315982_218(){
MEL_SIGN_ORDERS()
}
/*Function for RUNPROCESS Button Ofc Vst, Est Level II*/
fn fn3058_1303315982_228(){
probcheck()
MEL_ADD_ORDER("S", "+E&M Services", "Ofc Vst, Est Level II", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Ofc Vst, New Level II*/
fn fn3058_1303315982_229(){
probcheck()
MEL_ADD_ORDER("S", "+E&M Services", "Ofc Vst, New Level II", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Ofc Vst, Est Level III*/
fn fn3058_1303315982_231(){
probcheck()
MEL_ADD_ORDER("S", "+E&M Services", "Ofc Vst, Est Level III", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Ofc Vst, New Level III*/
fn fn3058_1303315982_232(){
probcheck()
MEL_ADD_ORDER("S", "+E&M Services", "Ofc Vst, New Level III", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Ofc Vst, Est Level IV*/
fn fn3058_1303315982_234(){
probcheck()
MEL_ADD_ORDER("S", "+E&M Services", "Ofc Vst, Est Level IV", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Ofc Vst, New Level V*/
fn fn3058_1303315982_235(){
probcheck()
MEL_ADD_ORDER("S", "+E&M Services", "Ofc Vst, New Level V", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Ofc Vst, Est Level V*/
fn fn3058_1303315982_237(){
probcheck()
MEL_ADD_ORDER("S", "+E&M Services", "Ofc Vst, Est Level V", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Ofc Vst, New Level IV*/
fn fn3058_1303315982_238(){
probcheck()
MEL_ADD_ORDER("S", "+E&M Services", "Ofc Vst, New Level IV", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Nurse Visit*/
fn fn3058_1303315982_240(){
probcheck()
MEL_ADD_ORDER("S", "+E&M Services", "Nurse Visit", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Actinic keratosis*/
fn fn3058_1303315982_247(){
Actinickeratosis()
}
/*Function for RUNPROCESS Button Pityriasis rosea*/
fn fn3058_1303315982_248(){
Pityriasisrosea()
}
/*Function for RUNPROCESS Button Boil, buttocks*/
fn fn3058_1303315982_250(){
Boilbuttocks()
}
/*Function for RUNPROCESS Button Psoriasis*/
fn fn3058_1303315982_251(){
Psoriasis()
}
/*Function for RUNPROCESS Button Boil, trunk*/
fn fn3058_1303315982_253(){
Boiltrunk()
}
/*Function for RUNPROCESS Button Strep throat */
fn fn3058_1303315982_254(){
Strepthroat()
}
/*Function for RUNPROCESS Button Cellulitis/abcess leg*/
fn fn3058_1303315982_256(){
Cellulitisabcessleg()
}
/*Function for RUNPROCESS Button Rosacea*/
fn fn3058_1303315982_257(){
Rosacea()
}
/*Function for RUNPROCESS Button Diaper rash*/
fn fn3058_1303315982_259(){
Diaperrash()
}
/*Function for RUNPROCESS Button Sebaceous cyst*/
fn fn3058_1303315982_260(){
Sebaceouscyst()
}
/*Function for RUNPROCESS Button Anal Fissure*/
fn fn3058_1303315982_267(){
AnalFissure()
}
/*Function for RUNPROCESS Button Aortic aneurysm, abdom*/
fn fn3058_1303315982_268(){
Aorticaneurysmabdom()
}
/*Function for RUNPROCESS Button Constipation */
fn fn3058_1303315982_270(){
Constipation()
}
/*Function for RUNPROCESS Button Aortic aneurysm,unspec*/
fn fn3058_1303315982_271(){
Aorticaneurysmunspec()
}
/*Function for RUNPROCESS Button Diverticulitis*/
fn fn3058_1303315982_273(){
Diverticulitis()
}
/*Function for RUNPROCESS Button Claudication*/
fn fn3058_1303315982_274(){
Claudication()
}
/*Function for RUNPROCESS Button Ingrown nail*/
fn fn3058_1303315982_277(){
Ingrownnail()
}
/*Function for RUNPROCESS Button Seborrheic keratosis*/
fn fn3058_1303315982_278(){
Seborrheickeratosis()
}
/*Function for RUNPROCESS Button Lipoma*/
fn fn3058_1303315982_280(){
Lipoma()
}
/*Function for RUNPROCESS Button Shingles*/
fn fn3058_1303315982_281(){
Shingles()
}
/*Function for RUNPROCESS Button Other skin disease, unspec*/
fn fn3058_1303315982_283(){
Otherskindiseaseunspec()
}
/*Function for RUNPROCESS Button Tinea versicolor*/
fn fn3058_1303315982_284(){
Tineaversicolor()
}
/*Function for RUNPROCESS Button Onychomycosis*/
fn fn3058_1303315982_286(){
Onychomycosis()
}
/*Function for RUNPROCESS Button Yeast Dermatitis*/
fn fn3058_1303315982_287(){
YeastDermatitis()
}
/*Function for RUNPROCESS Button Gastroenteritis*/
fn fn3058_1303315982_291(){
Gastroenteritis()
}
/*Function for RUNPROCESS Button DVT, distal*/
fn fn3058_1303315982_292(){
DVTdistal()
}
/*Function for RUNPROCESS Button Hemorrhoids, NOS*/
fn fn3058_1303315982_294(){
HemorrhoidsNOS()
}
/*Function for RUNPROCESS Button DVT, proximal*/
fn fn3058_1303315982_295(){
DVTproximal()
}
/*Function for RUNPROCESS Button Hepatitis*/
fn fn3058_1303315982_297(){
Hepatitis()
}
/*Function for RUNPROCESS Button Peripheral vascular dis*/
fn fn3058_1303315982_298(){
Peripheralvasculardis()
}
/*Function for RUNPROCESS Button Hernia, Hiatal*/
fn fn3058_1303315982_300(){
HerniaHiatal()
}
/*Function for RUNPROCESS Button Pulmonary embolism*/
fn fn3058_1303315982_301(){
Pulmonaryembolism()
}
/*Function for RUNPROCESS Button Hernia, Ing*/
fn fn3058_1303315982_303(){
HerniaIng()
}
/*Function for RUNPROCESS Button Thrombophlebitis, unspec*/
fn fn3058_1303315982_304(){
Thrombophlebitisunspec()
}
/*Function for RUNPROCESS Button Anemia, chronic dis*/
fn fn3058_1303315982_310(){
Anemiachronicdis()
}
/*Function for RUNPROCESS Button Leukocytosis*/
fn fn3058_1303315982_311(){
Leukocytosis()
}
/*Function for RUNPROCESS Button Anemia, kidney dis*/
fn fn3058_1303315982_313(){
Anemiakidneydis()
}
/*Function for RUNPROCESS Button Polycythemia vera*/
fn fn3058_1303315982_314(){
Polycythemiavera()
}
/*Function for RUNPROCESS Button Anemia, iron def */
fn fn3058_1303315982_316(){
Anemiairondef()
}
/*Function for RUNPROCESS Button Sickle-cell trait*/
fn fn3058_1303315982_317(){
Sicklecelltrait()
}
/*Function for RUNPROCESS Button Anemia, other unspec*/
fn fn3058_1303315982_319(){
Anemiaotherunspec()
}
/*Function for RUNPROCESS Button Sickle-cell w/o crisis*/
fn fn3058_1303315982_320(){
Sicklecellwocrisis()
}
/*Function for RUNPROCESS Button IBS*/
fn fn3058_1303315982_324(){
IBS()
}
/*Function for RUNPROCESS Button Varicose veins, asymptomatic*/
fn fn3058_1303315982_325(){
Varicoseveinsasymptomatic()
}
/*Function for RUNPROCESS Button PUD*/
fn fn3058_1303315982_327(){
PUD()
}
/*Function for RUNPROCESS Button Varicose veins w/ inflam*/
fn fn3058_1303315982_328(){
Varicoseveinswinflam()
}
/*Function for RUNPROCESS Button Rectal bleeding*/
fn fn3058_1303315982_330(){
Rectalbleeding()
}
/*Function for RUNPROCESS Button Venous insuff. unspec.*/
fn fn3058_1303315982_331(){
Venousinsuffunspec()
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_333(){
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_334(){
}
/*Function for RUNPROCESS Button ITP*/
fn fn3058_1303315982_337(){
ITP()
}
/*Function for RUNPROCESS Button Thromocytopenia*/
fn fn3058_1303315982_338(){
Thromocytopenia()
}
/*Function for RUNPROCESS Button Anemia, pernicious*/
fn fn3058_1303315982_340(){
Anemiapernicious()
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_341(){
}
/*Function for RUNPROCESS Button B12 deficiency*/
fn fn3058_1303315982_343(){
B12deficiency()
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_344(){
}
/*Function for RUNPROCESS Button Leukocytopenia*/
fn fn3058_1303315982_346(){
Leukocytopenia()
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_347(){
}
/*Function for RUNPROCESS Button gNavOpenFormName1*/
fn fn3058_1303315982_350(){
fnNavLaunchOpenForm(1)
}
/*Function for RUNPROCESS Button gNavOpenFormName2*/
fn fn3058_1303315982_351(){
fnNavLaunchOpenForm(2)
}
/*Function for RUNPROCESS Button gNavOpenFormName3*/
fn fn3058_1303315982_352(){
fnNavLaunchOpenForm(3)
}
/*Function for RUNPROCESS Button gNavOpenFormName4*/
fn fn3058_1303315982_353(){
fnNavLaunchOpenForm(4)
}
/*Function for RUNPROCESS Button gNavOpenFormName5*/
fn fn3058_1303315982_354(){
fnNavLaunchOpenForm(5)
}
/*Function for RUNPROCESS Button gNavOpenFormName6*/
fn fn3058_1303315982_355(){
fnNavLaunchOpenForm(6)
}
/*Function for RUNPROCESS Button gNavOpenFormName7*/
fn fn3058_1303315982_363(){
fnNavLaunchOpenForm(7)
}
/*Function for RUNPROCESS Button gNavOpenFormName8*/
fn fn3058_1303315982_364(){
fnNavLaunchOpenForm(8)
}
/*Function for RUNPROCESS Button gNavOpenFormName9*/
fn fn3058_1303315982_365(){
fnNavLaunchOpenForm(9)
}
/*Function for RUNPROCESS Button gNavOpenFormName10*/
fn fn3058_1303315982_366(){
fnNavLaunchOpenForm(10)
}
/*Function for RUNPROCESS Button gNavOpenFormName11*/
fn fn3058_1303315982_367(){
fnNavLaunchOpenForm(11)
}
/*Function for RUNPROCESS Button gNavOpenFormName12*/
fn fn3058_1303315982_368(){
fnNavLaunchOpenForm(12)
}
/*Function for RUNPROCESS Button Sign Orders*/
fn fn3058_1303315982_376(){
MEL_SIGN_ORDERS()
}
/*Function for RUNPROCESS Button Ofc Vst, Est Level II*/
fn fn3058_1303315982_386(){
probcheck()
MEL_ADD_ORDER("S", "+E&M Services", "Ofc Vst, Est Level II", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Ofc Vst, New Level II*/
fn fn3058_1303315982_387(){
probcheck()
MEL_ADD_ORDER("S", "+E&M Services", "Ofc Vst, New Level II", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Ofc Vst, Est Level III*/
fn fn3058_1303315982_389(){
probcheck()
MEL_ADD_ORDER("S", "+E&M Services", "Ofc Vst, Est Level III", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Ofc Vst, New Level III*/
fn fn3058_1303315982_390(){
probcheck()
MEL_ADD_ORDER("S", "+E&M Services", "Ofc Vst, New Level III", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Ofc Vst, Est Level IV*/
fn fn3058_1303315982_392(){
probcheck()
MEL_ADD_ORDER("S", "+E&M Services", "Ofc Vst, Est Level IV", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Ofc Vst, New Level V*/
fn fn3058_1303315982_393(){
probcheck()
MEL_ADD_ORDER("S", "+E&M Services", "Ofc Vst, New Level V", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Ofc Vst, Est Level V*/
fn fn3058_1303315982_395(){
probcheck()
MEL_ADD_ORDER("S", "+E&M Services", "Ofc Vst, Est Level V", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Ofc Vst, New Level IV*/
fn fn3058_1303315982_396(){
probcheck()
MEL_ADD_ORDER("S", "+E&M Services", "Ofc Vst, New Level IV", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Nurse Visit*/
fn fn3058_1303315982_398(){
probcheck()
MEL_ADD_ORDER("S", "+E&M Services", "Nurse Visit", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_405(){
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_406(){
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_408(){
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_409(){
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_411(){
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_412(){
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_414(){
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_415(){
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_417(){
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_418(){
}
/*Function for RUNPROCESS Button Bladder, unspec*/
fn fn3058_1303315982_425(){
Bladderunspec()
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_426(){
}
/*Function for RUNPROCESS Button Breast, female unspec*/
fn fn3058_1303315982_428(){
Breastfemaleunspec()
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_429(){
}
/*Function for RUNPROCESS Button Colon, unspec*/
fn fn3058_1303315982_431(){
Colonunspec()
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_432(){
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_435(){
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_436(){
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_438(){
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_439(){
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_441(){
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_442(){
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_444(){
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_445(){
}
/*Function for RUNPROCESS Button GI Tract, unspec*/
fn fn3058_1303315982_449(){
GITractunspec()
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_450(){
}
/*Function for RUNPROCESS Button Hodgkins*/
fn fn3058_1303315982_452(){
Hodgkins()
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_453(){
}
/*Function for RUNPROCESS Button Leukemia, unspec*/
fn fn3058_1303315982_455(){
Leukemiaunspec()
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_456(){
}
/*Function for RUNPROCESS Button Lung, unspec*/
fn fn3058_1303315982_458(){
Lungunspec()
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_459(){
}
/*Function for RUNPROCESS Button Prostate*/
fn fn3058_1303315982_461(){
Prostate()
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_462(){
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_468(){
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_469(){
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_471(){
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_472(){
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_474(){
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_475(){
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_477(){
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_478(){
}
/*Function for RUNPROCESS Button Respiratory Tract*/
fn fn3058_1303315982_482(){
RespiratoryTract()
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_483(){
}
/*Function for RUNPROCESS Button Skin, unspec*/
fn fn3058_1303315982_485(){
Skinunspec()
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_486(){
}
/*Function for RUNPROCESS Button Urinary, unspec*/
fn fn3058_1303315982_488(){
Urinaryunspec()
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_489(){
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_491(){
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_492(){
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_495(){
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_496(){
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_498(){
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_499(){
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_501(){
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_502(){
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_504(){
}
/*Function for RUNPROCESS Button */
fn fn3058_1303315982_505(){
}
/*Function for RUNPROCESS Button gNavOpenFormName1*/
fn fn3058_1303315982_508(){
fnNavLaunchOpenForm(1)
}
/*Function for RUNPROCESS Button gNavOpenFormName2*/
fn fn3058_1303315982_509(){
fnNavLaunchOpenForm(2)
}
/*Function for RUNPROCESS Button gNavOpenFormName3*/
fn fn3058_1303315982_510(){
fnNavLaunchOpenForm(3)
}
/*Function for RUNPROCESS Button gNavOpenFormName4*/
fn fn3058_1303315982_511(){
fnNavLaunchOpenForm(4)
}
/*Function for RUNPROCESS Button gNavOpenFormName5*/
fn fn3058_1303315982_512(){
fnNavLaunchOpenForm(5)
}
/*Function for RUNPROCESS Button gNavOpenFormName6*/
fn fn3058_1303315982_513(){
fnNavLaunchOpenForm(6)
}
/*Function for RUNPROCESS Button gNavOpenFormName7*/
fn fn3058_1303315982_521(){
fnNavLaunchOpenForm(7)
}
/*Function for RUNPROCESS Button gNavOpenFormName8*/
fn fn3058_1303315982_522(){
fnNavLaunchOpenForm(8)
}
/*Function for RUNPROCESS Button gNavOpenFormName9*/
fn fn3058_1303315982_523(){
fnNavLaunchOpenForm(9)
}
/*Function for RUNPROCESS Button gNavOpenFormName10*/
fn fn3058_1303315982_524(){
fnNavLaunchOpenForm(10)
}
/*Function for RUNPROCESS Button gNavOpenFormName11*/
fn fn3058_1303315982_525(){
fnNavLaunchOpenForm(11)
}
/*Function for RUNPROCESS Button gNavOpenFormName12*/
fn fn3058_1303315982_526(){
fnNavLaunchOpenForm(12)
}
/*Function for RUNPROCESS Button Sign Orders*/
fn fn3058_1303315982_534(){
MEL_SIGN_ORDERS()
}
/*Function for RUNPROCESS Button Urinalysis **/
fn fn3058_1303315982_541(){
probcheck() MEL_ADD_ORDER("S", "Labs", "Urinalysis", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Glucose **/
fn fn3058_1303315982_542(){
probcheck() MEL_ADD_ORDER("S", "Labs", "Glucose", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Urine Pregnancy*/
fn fn3058_1303315982_543(){
probcheck() MEL_ADD_ORDER("S", "Labs", "Urine Pregnancy", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Strep Screen*/
fn fn3058_1303315982_544(){
probcheck() MEL_ADD_ORDER("S", "Labs", "Strep Screen", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Hemoccult x 3*/
fn fn3058_1303315982_545(){
probcheck() MEL_ADD_ORDER("S", "Labs", "Hemoccult x 3", "",fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Flu Swab*/
fn fn3058_1303315982_546(){
MEL_ADD_ORDER("S", "Labs", "Flu Swab", "QW","ICD-079.99", "Infection, viral NOS", "", "", "", "", "")
MEL_ADD_ORDER("S", "Labs", "Flu Swab", "59", "ICD-079.99", "Infection, viral NOS", "", "", "", "", "")
}
/*Function for RUNPROCESS Button UA/Dip*/
fn fn3058_1303315982_547(){
probcheck() MEL_ADD_ORDER("S", "Labs", "UA/Dip" , "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button CBC w/differential*/
fn fn3058_1303315982_553(){
probcheck() MEL_ADD_ORDER("S", "In House Lab", "CBC w/differential", "",fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp Test Code: 005009", "", "", "", "")
}
/*Function for RUNPROCESS Button Hep A B C*/
fn fn3058_1303315982_554(){
probcheck() MEL_ADD_ORDER("S", "In House Lab", "Hep A B C", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp Test Code: 322744", "", "", "", "")
}
/*Function for RUNPROCESS Button Pap Smear*/
fn fn3058_1303315982_555(){
probcheck() MEL_ADD_ORDER("S", "In House Lab", "Pap Smear", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp Test Code: 196250", "", "", "", "")
}
/*Function for RUNPROCESS Button ESR*/
fn fn3058_1303315982_556(){
probcheck() MEL_ADD_ORDER("S", "In House Lab", "ESR", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp Test Code: 005215", "", "", "", "")
}
/*Function for RUNPROCESS Button TSH*/
fn fn3058_1303315982_558(){
probcheck() MEL_ADD_ORDER("S", "In House Lab", "TSH", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp Test Code: 004259", "", "", "", "")
}
/*Function for RUNPROCESS Button Potassium*/
fn fn3058_1303315982_559(){
probcheck() MEL_ADD_ORDER("S", "In House Lab", "Potassium", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Digoxin Level*/
fn fn3058_1303315982_560(){
probcheck() MEL_ADD_ORDER("S", "In House Lab", "Digoxin Level", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp Test Code: 007385", "", "", "", "")
}
/*Function for RUNPROCESS Button Uric Acid*/
fn fn3058_1303315982_561(){
probcheck() MEL_ADD_ORDER("S", "In House Lab", "Uric Acid", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp Test Code: 001057", "", "", "", "")
}
/*Function for RUNPROCESS Button Lipid Profile*/
fn fn3058_1303315982_563(){
probcheck() MEL_ADD_ORDER("S", "In House Lab", "Lipid panel", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp Test Code: 303756", "", "", "", "")
}
/*Function for RUNPROCESS Button Met. Panel*/
fn fn3058_1303315982_564(){
probcheck() MEL_ADD_ORDER("S", "In House Lab", "Met. Panel", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Creatinine*/
fn fn3058_1303315982_565(){
probcheck() MEL_ADD_ORDER("S", "In House Lab", "Creatinine", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp Test Code: 001370", "", "", "", "")
}
/*Function for RUNPROCESS Button T4 Total*/
fn fn3058_1303315982_566(){
probcheck() MEL_ADD_ORDER("S", "In House Lab", "T4 Total", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp Test Code: 001149", "", "", "", "")
}
/*Function for RUNPROCESS Button Com Met PA*/
fn fn3058_1303315982_568(){
probcheck() MEL_ADD_ORDER("S", "In House Lab", "Com Met Panel", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp Test Code: 322000", "", "", "", "")
}
/*Function for RUNPROCESS Button Glucose, Random*/
fn fn3058_1303315982_569(){
probcheck() MEL_ADD_ORDER("S", "In House Lab", "Glucose, Random", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp Test Code: 001032", "", "", "", "")
}
/*Function for RUNPROCESS Button ANA*/
fn fn3058_1303315982_570(){
probcheck() MEL_ADD_ORDER("S", "In House Lab", "ANA", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp Test Code: 164855", "", "", "", "")
}
/*Function for RUNPROCESS Button T3 Uptake*/
fn fn3058_1303315982_571(){
probcheck() MEL_ADD_ORDER("S", "In House Lab", "T3 Uptake", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp Test Code: 001156", "", "", "", "")
}
/*Function for RUNPROCESS Button GHP*/
fn fn3058_1303315982_573(){
probcheck() MEL_ADD_ORDER("S", "In House Lab", "GHP", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp Test Code: 324428", "", "", "", "")
}
/*Function for RUNPROCESS Button Liver Panel*/
fn fn3058_1303315982_574(){
probcheck() MEL_ADD_ORDER("S", "In House Lab", "Liver Panel", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button SGOT*/
fn fn3058_1303315982_575(){
probcheck() MEL_ADD_ORDER("S", "In House Lab", "SGOT", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp Test Code: 001123", "", "", "", "")
}
/*Function for RUNPROCESS Button RPR*/
fn fn3058_1303315982_576(){
probcheck() MEL_ADD_ORDER("S", "In House Lab", "RPR", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp Test Code: 006072", "", "", "", "")
}
/*Function for RUNPROCESS Button PSA*/
fn fn3058_1303315982_578(){
probcheck() MEL_ADD_ORDER("S", "In House Lab", "PSA", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp Test Code: 010322", "", "", "", "")
}
/*Function for RUNPROCESS Button Ferritin*/
fn fn3058_1303315982_579(){
probcheck() MEL_ADD_ORDER("S", "In House Lab", "Ferritin", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp Test Code: 004598", "", "", "", "")
}
/*Function for RUNPROCESS Button SGPT*/
fn fn3058_1303315982_580(){
probcheck() MEL_ADD_ORDER("S", "In House Lab", "SGPT", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp Test Code: 001545", "", "", "", "")
}
/*Function for RUNPROCESS Button HIV Panel*/
fn fn3058_1303315982_581(){
probcheck() MEL_ADD_ORDER("S", "In House Lab", "HIV Panel", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button HgA1C*/
fn fn3058_1303315982_583(){
probcheck() MEL_ADD_ORDER("S", "In House Lab", "HgA1C", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp Test Code: 001453", "", "", "", "")
}
/*Function for RUNPROCESS Button Mono*/
fn fn3058_1303315982_584(){
probcheck() MEL_ADD_ORDER("S", "In House Lab", "Mono", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp Test Code: 006189", "", "", "", "")
}
/*Function for RUNPROCESS Button Dilantin Level*/
fn fn3058_1303315982_585(){
probcheck() MEL_ADD_ORDER("S", "In House Lab", "Dilantin Level ", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp Test Code: 007401", "", "", "", "")
}
/*Function for RUNPROCESS Button D-Dimer*/
fn fn3058_1303315982_586(){
probcheck() MEL_ADD_ORDER("S", "In House Lab", "D-Dimer", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button PT/INR*/
fn fn3058_1303315982_588(){
probcheck() MEL_ADD_ORDER("S", "In House Lab", "PT/INR", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp Test Code: 005199", "", "", "", "")
}
/*Function for RUNPROCESS Button Depokate Level*/
fn fn3058_1303315982_589(){
probcheck() MEL_ADD_ORDER("S", "In House Lab", "Depakote Level", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp test code 007260", "", "", "", "")
}
/*Function for RUNPROCESS Button Vitamin D, Dihydroxy*/
fn fn3058_1303315982_590(){
probcheck() MEL_ADD_ORDER("T", "Laboratory", "Vitamin D, Dihydroxy", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp Test Code: 81091 LabCorp to Bill Patients Insurance", "", "", "", "")
}
/*Function for RUNPROCESS Button Vitamin D, Hydroxy*/
fn fn3058_1303315982_591(){
probcheck() MEL_ADD_ORDER("T", "Laboratory", "Vitamin D, Hydroxy", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp Test Code: 81950 LabCorp to Bill Patients Insurance", "", "", "", "")
}
/*Function for RUNPROCESS Button Hep B Surface Antigen*/
fn fn3058_1303315982_593(){
probcheck()
MEL_ADD_ORDER("S", "In House Lab", "Hep B Surface Antigen", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp Test Code: 006510", "", "", "", "")
}
/*Function for RUNPROCESS Button Hep B Surface Antibody*/
fn fn3058_1303315982_594(){
probcheck()
MEL_ADD_ORDER("S", "In House Lab", "Hep B Surface Antibody", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp Test Code: 006395", "", "", "", "")
}
/*Function for RUNPROCESS Button Rubella titer*/
fn fn3058_1303315982_595(){
probcheck()
MEL_ADD_ORDER("S", "In House Lab", "Rubella titer", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp Test Code: 006197", "", "", "", "")
}
/*Function for RUNPROCESS Button Varicella titer*/
fn fn3058_1303315982_596(){
probcheck()
MEL_ADD_ORDER("S", "In House Lab", "Varicella titer", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp Test Code: 096206", "", "", "", "")
}
/*Function for RUNPROCESS Button Urine C + S*/
fn fn3058_1303315982_598(){
probcheck() MEL_ADD_ORDER("S", "In House Lab", "Urine C&S", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Urinalysis*/
fn fn3058_1303315982_599(){
probcheck() MEL_ADD_ORDER("S", "In House Lab", "Urinalysis, Complete", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button hCG, Beta Subunit, Qual Serum*/
fn fn3058_1303315982_600(){
probcheck() MEL_ADD_ORDER("S", "In House Lab", "hCG, Beta Subunit, Qual Serum", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp Test Code: 004556", "", "", "", "")
}
/*Function for RUNPROCESS Button Free T4*/
fn fn3058_1303315982_601(){
probcheck()
MEL_ADD_ORDER("S", "In House Lab", "Free T4", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp Test Code: 001974", "", "", "", "")
}
/*Function for RUNPROCESS Button Exec 1*/
fn fn3058_1303315982_603(){
probcheck() MEL_ADD_ORDER("S", "In House Lab", "Exec 1", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Exec 2*/
fn fn3058_1303315982_604(){
probcheck()
MEL_ADD_ORDER("S", "In House Lab", "Exec 2", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Iron and TIBC*/
fn fn3058_1303315982_609(){
probcheck() MEL_ADD_ORDER("S", "In House Lab", "Iron", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp Test Code: 001321", "", "", "", "")
MEL_ADD_ORDER("S", "In House Lab", "TIBC", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp Test Code: 001321", "", "", "", "")
}
/*Function for RUNPROCESS Button FSH and LH*/
fn fn3058_1303315982_610(){
probcheck() MEL_ADD_ORDER("S", "In House Lab", "FSH", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp Test Code: 028480", "", "", "", "")
MEL_ADD_ORDER("S", "In House Lab", "LH", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp Test Code: 028480", "", "", "", "")
}
/*Function for RUNPROCESS Button Thyroid Panel w/ TSH*/
fn fn3058_1303315982_611(){
probcheck() MEL_ADD_ORDER("S", "In House Lab", "T4 Total", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp Test Code: 000620", "", "", "", "")
MEL_ADD_ORDER("S", "In House Lab", "TSH", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
MEL_ADD_ORDER("S", "In House Lab", "T3 Uptake", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Rheumatoid Panel*/
fn fn3058_1303315982_613(){
probcheck() MEL_ADD_ORDER("S", "In House Lab", "Uric Acid", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp Test Code: 097279", "", "", "", "")
MEL_ADD_ORDER("S", "In House Lab", "Assay, antinuclear antibodies", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")MEL_ADD_ORDER("S", "In House Lab", "antistreptolysin 0 titer", "", "", "", "", "", "", "", "")
MEL_ADD_ORDER("S", "In House Lab", "C-Rective Protien, Quant", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
MEL_ADD_ORDER("S", "In House Lab", "Rheumatoid Factor (qual)", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Vit B12 and Folate*/
fn fn3058_1303315982_614(){
probcheck() MEL_ADD_ORDER("S", "In House Lab", "Vitamin B12", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp Test Code: 000810", "", "", "", "")
MEL_ADD_ORDER("S", "In House Lab", "folic acid serum", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button PT and PTT*/
fn fn3058_1303315982_615(){
probcheck() MEL_ADD_ORDER("S", "In House Lab", "PT", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp Test Code: 020321", "", "", "", "")
MEL_ADD_ORDER("S", "In House Lab", "PTT", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Factor V Leiden Mutation*/
fn fn3058_1303315982_617(){
probcheck() MEL_ADD_ORDER("T", "Laboratory", "molec molec isol/xtrj", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "LabCorp Test Code: 511154", "", "", "", "")
MEL_ADD_ORDER("T", "Laboratory", "molec isol/xtrj hp nucleic acid", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
MEL_ADD_ORDER("T", "Laboratory", "molec sep gel electrophoresis", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
MEL_ADD_ORDER("T", "Laboratory", "molec amp nucleic acid e
I think the issue is none of the function names are actaul names, just numbers. Not sure how to fix that.
hmm...not sure why it would be erroring out after you added the library.
Here is one that has the navigation library removed from it. It was only used to navigate to other forms.
Let me know if you have any problems with it.
I tried the new form but I get the same thing. I am thinking the function names aren't coming over correctly because they are all listed with a bunch of numbers like:
/*Function for RUNPROCESS Button Sign Orders*/
fn fn5025_24_1359472480(){
MEL_SIGN_ORDERS()
}
/*Function for RUNPROCESS Button Ofc Vst, Est Level II*/
fn fn5025_34_1359472480(){
probcheck()
MEL_ADD_ORDER("S", "+E&M Services", "Ofc Vst, Est Level II", "", fnGetProblemCodes(), fnGetProblemDescriptions(), "", "", "", "", "")
}
/*Function for RUNPROCESS Button Ofc Vst, New Level II*/
fn fn5025_35_1359472480(){
probcheck()