C

@cheerasak777

Clear DB for newal

SQL
1 year ago
use lab_dbXXX declare @count int declare @max int declare @tsql nvarchar(255) declare @tbl table(rownum int IDENTITY (1, 1) Primary key NOT NULL , cmd nvarchar(255)) insert into @tbl(cmd) select ('delete ' + name) as cmd from sys.tables where nam

Statistics of the number of items ordered for inspectiสถิติการนับจำนวนรายการสั่งตรวจ มากกว่า 1 ครั้ง

SQL
1 year ago
Select view_lab_statistic_Order_List.[HN ] , view_lab_statistic_Order_List.[FULLNAME] as Name , [REQ ITEM NAME] as Test , Count(LN) as Count From view_lab

NI_InstReg_GR5.exe " (Run as administrator)

SQL
1 year ago
(* if you don't have previous installation.) 1. Go to " Crack " Folder -> Run " NI_InstReg_GR5.exe " (Run as administrator) -> Click " Yes " 2. Go to " Setup " Folder -> Install : Guitar Rig 5 Setup PC.exe

ไม่ให้ได้คำตอบออกก่อนก่อนจะมีค่า when case A then B

SQL
1 year ago
SELECT case when (%CH264A% <> "") THEN ((%CH264A%*%CH266V%)/1000) ELSE 0 END

[ TRY_CAST ] เปลี่ยน mALB เป็นช่วง ถ้าตรวจสอบว่า "%CH050A%" ไม่ใช่ตัวเลข

SQL
1 year ago
CASE WHEN TRY_CAST("%CH050A%" AS FLOAT) IS NULL THEN "%CH050A%" ELSE CASE WHEN CAST("%CH050A%" AS FLOAT) < 30 THEN

IF T-LINE is EMPTY SET VALUE NULL

SQL
1 year ago
CASE WHEN "%CC0002%" ="Seen" AND "%TT0002%" ='' THEN '' WHEN "%CC0002%" ="Seen" AND "%TT0002%" ='SEEN' THEN 'POSITIVE' WHEN "%CC0002%" ="Seen" AND "%TT0002%" ='Non seen' THEN 'Negative' ELSE NULL END

TDR

Deno
1 year ago
OBR|17|185168148||^|N|||||99^88||||20250324164017|01-A-10||||||||||||||||||||||||||||||||| OBX|1|NM|Not<SP>available||0.000000||-||||F||0.000000|||RO24GW14SJL||  16:41:47.[685428] >> R: Barcode: 185168148 16:41:47.[687423] >> R: CollectTime: 24/3

WBC corrected NRBC wNULL

SQL
1 year ago
CASE WHEN (%HM020% < 10) THEN NULL WHEN (%HM020% >=10) THEN (%HM003%*100) /(%HM020%+100) ELSE

มหากราบ@UTHONG GRAMs VS HEMO BY TON-AOT

SQL
1 year ago
select * from( SELECT i.[IREQ_PID] as HN ,i.[IRESI_LN] as LN ,r.IREQ_OD_NO as OrderNumber ,CONVERT(varchar, i.IREQ_LAST_CHK_DT, 25) as ReceiveDateTime ,r.IREQ_FULLNAME as Name ,i.[IRESI_RESULT] as [Specimen Type]

NOT NULL ดังหร๋อยinvalid

SQL
1 year ago
CASE WHEN "%CC0001%" = "Seen" THEN CASE WHEN "%TT0001%" IS NOT NULL AND "%TT0001%" = "SEEN" THEN "POSITIVE" WHEN "%TT0001%" IS NOT NULL AND "%TT0001%" = "Non seen" THEN "Negative"

input and convert minutes to seconds Starting shutdown...

Bash
1 year ago
@echo off title Custom Shutdown REM Ask the user for input and convert minutes to seconds set /P minutes="Enter shutdown delay in minutes: " set /A seconds="%minutes%*60" REM Start windows' shutdown command echo Starting shutdown... shutdown -s -f

AC Ratio

SQL
1 year ago
CASE WHEN "%SP536%" = "<=10" AND "%CH129%" = "<=0.9" THEN "11.1" WHEN "%SP536%" = "<=10" AND "%CH129%" = "0.9" THEN "11.1" WHEN "%SP536%" = "<=10" AND "%CH129%" = "4.4" THEN "2.3" WHEN "%SP536%" = "<=10" AND "%CH129%" = "8.8" THEN

AC Ratio

SQL
1 year ago
CASE WHEN "%SP536%" = "<=10" AND "%CH129%" = "<=0.9" THEN "11.1" WHEN "%SP536%" = "<=10" AND "%CH129%" = "0.9" THEN "11.1" WHEN "%SP536%" = "<=10" AND "%CH129%" = "4.4" THEN "2.3" WHEN "%SP536%" = "<=10" AND "%CH129%" = "8.8" THEN

STRIP 2 BAND (IMC) Declare alias

SQL
1 year ago
SELECT t.ST400A, t.ST400B, CASE WHEN t.ST400A = @VisibleLine AND t.ST400B = @VisibleLine THEN @Positive ELSE @Invalid END AS Result FROM YourTableName AS t; -- ใช้ ALIAS ชื่อตารางเป็น t

Barcode2PC FOR MOBILE

Go
1 year ago
https://barcodetopc.com/download/offline

Crea cl

SQL
1 year ago
select CASE WHEN {SEX} = "M" THEN ((140 - {AGEBIRTH}) * {WEIGHT}) / (72 * %CH003%) WHEN {SEX} = "F" THEN (((140 - {AGEBIRTH}) * {WEIGHT}) / (72 * %CH003%)) * 0.85 ELSE 0 END

iCN-HIS Re-setting

Bash
1 year ago
@echo off taskkill /F /IM i-CN-HIS.exe /T D: cd D:\LIS\i-CN-HIS start i-CN-HIS.exe D: cd D:\LIS\RIAICN\i-CN-HIS start i-CN-HIS.exe

AI interpretation hiv results Algalism (HIV3method)

SQL
1 year ago
SELECT test_id, screening_method_1, screening_method_2, screening_method_3, confirmatory_result, CASE -- HIV Positive WHEN screening_method_1 = 'Positive' AND screening_method_2 = 'Positive'

Filter column on mhtml

Java
1 year ago
<input type="text" id="searchInput" placeholder="ค้นหา..."> <script> function filterTable() { const input = document.getElementById("searchInput"); const filter = input.value.toUpperCase(); const table = document.querySelector("table")

Custom Shutdown delay in minutes:

Bash
1 year ago
@echo off title Custom Shutdown REM Ask the user for input and convert minutes to seconds set /P minutes="Enter shutdown delay in minutes: " set /A seconds="%minutes%*60" REM Start windows' shutdown command echo Starting shutdown... shutdown -s -f