BMS-HOSxP Community

HOSxP => นอกเรื่อง => ข้อความที่เริ่มโดย: panus_t ที่ สิงหาคม 01, 2013, 12:10:54 PM

หัวข้อ: ถามเรื่อง unitcost Rawdate
เริ่มหัวข้อโดย: panus_t ที่ สิงหาคม 01, 2013, 12:10:54 PM
ถามเรื่อง unitcost    Rawdate
ตาราง TableOfPatient
ฟิลด์ hosmain  ,  mainhosrightid  ,  mainhosid ดึงมาจากตรงไหนของ hosxp ครับ
หัวข้อ: Re: ถามเรื่อง unitcost Rawdate
เริ่มหัวข้อโดย: Terminator2015 ที่ สิงหาคม 02, 2013, 07:39:24 AM
 ;) จากประสบการณ์จริง แนะนำให้ ส่งเป็น Data ธรรมดาได้คะแนนดีกว่าครับ
หัวข้อ: Re: ถามเรื่อง unitcost Rawdate
เริ่มหัวข้อโดย: supakorn_hos ที่ สิงหาคม 02, 2013, 10:05:06 AM
SELECT '10823' AS `HosMain`,`patient`.`hn` AS `hn`,`patient`.`cid` AS `cid`,`patient`.`pname` AS `pname`,
`patient`.`fname` AS `fname`,`patient`.`lname` AS `lname`,`patient`.`birthday` AS `birthday`,`patient`.`sex` AS `sex`,
`pttypehistory`.`hospmain` AS `MainHosRightID`,`hospcode`.`name` AS `MainHosID`
FROM ((`patient` LEFT JOIN `pttypehistory` ON((`pttypehistory`.`hn` = `patient`.`hn`))) LEFT JOIN `hospcode` ON((`hospcode`.`hospcode` = `pttypehistory`.`hospmain`)))

อันนี้เป็นคำสั่งดึง TableOfPatient ที่ได้มาจากการประชุม ลองดูแล้วกันครับ
หัวข้อ: Re: ถามเรื่อง unitcost Rawdate
เริ่มหัวข้อโดย: vespagointer ที่ สิงหาคม 02, 2013, 10:08:52 AM
;) จากประสบการณ์จริง แนะนำให้ ส่งเป็น Data ธรรมดาได้คะแนนดีกว่าครับ

นั่งยัน นอนยัน ตามนี้เลยครับ
หัวข้อ: Re: ถามเรื่อง unitcost Rawdate
เริ่มหัวข้อโดย: top_banna ที่ กุมภาพันธ์ 26, 2014, 09:54:55 AM
SELECT '10823' AS `HosMain`,`patient`.`hn` AS `hn`,`patient`.`cid` AS `cid`,`patient`.`pname` AS `pname`,
`patient`.`fname` AS `fname`,`patient`.`lname` AS `lname`,`patient`.`birthday` AS `birthday`,`patient`.`sex` AS `sex`,
`pttypehistory`.`hospmain` AS `MainHosRightID`,`hospcode`.`name` AS `MainHosID`
FROM ((`patient` LEFT JOIN `pttypehistory` ON((`pttypehistory`.`hn` = `patient`.`hn`))) LEFT JOIN `hospcode` ON((`hospcode`.`hospcode` = `pttypehistory`.`hospmain`)))

อันนี้เป็นคำสั่งดึง TableOfPatient ที่ได้มาจากการประชุม ลองดูแล้วกันครับ

รบกวนนิดหนึ่งครับ
พอจะมี sql สำหรับเพิ่มข้อมูลในตารางใน data หรือ rawdata ไหมครับ