|
[x]
Posted via EE Mobile
|
||
Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again. |
||
| Question |
|
[x]
Attachment Details
|
||
|
[x]
The Solution Rating System
|
||
With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.
Your Input Matters If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support. Thank you! |
||
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: |
select e.clda_evn_id, upper(rtrim(ltrim(e.ptnt_last_nm))), upper(rtrim(ltrim(e.ptnt_1st_nm))), e.ptnt_bth_dt, e.dacl_img_typ_cd, e.clda_stor_locn_id, e.dacl_ptnt_gndr_cd, e.cnsr_id, e.solc_in, e.clda_req_dt, c.dacl_inpl_alpp_cd, c.ctc_nb, c.ctc_mbr_seq_nb, c.clm_nb, c.ogrl_mdsv_from_dt, c.ogrl_mdsv_to_dt, c.dacl_sens_cd, p.pvdr_bcbsf_nb, p.pvdr_npi_nb, rd.dacl_loinc_cd req_dacl_loinc_cd, se.atct_rcv_dt, e.dacl_req_stat_cd, se.dacl_form_typ_cd, sd.dacl_loinc_cd, sd.loinc_bkmk_id from TEST.ais_clda_evn e , TEST.ais_clda_evn_clm c, TEST.ais_clda_clm_pvdr p, TEST.ais_clda_rsps rs, TEST.ais_clda_stor_evn se, TEST.ais_clda_stor_doc sd, TEST.ais_clda_req_doc rd where e.clda_evn_id = c.clda_evn_id and c.clda_evn_id = p.clda_evn_id and c.clm_seq_nb = p.clm_seq_nb and e.clda_evn_id = rs.clda_evn_id and rs.dacl_img_typ_cd = se.dacl_img_typ_cd and rs.clda_stor_locn_id = se.clda_stor_locn_id and se.dacl_img_typ_cd = sd.dacl_img_typ_cd and se.clda_stor_locn_id = sd.clda_stor_locn_id and TEST.ais_clda_evn e left outer join TEST.ais_clda_req_doc rd on e.clda_evn_id = rd.clda_evn_id AND c.ctc_nb='123456789' |
Advertisement
| Hall of Fame |