C

@cheerasak777

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

GOOGLE SHEET DAILY BACK UP

Java
1 year ago
// ไฟล์ที่จะ Backup const srcGsId = "1Pit4bh5kCeFbY7o2acoZZuSmEh2X1Qqa_DpK5yWqR_I" // แก้ #1 // โฟลเดอร์ปลายทาง const dstFolderId = "1u_K1Ks__YyRMd5JGZZZfKvurpb-ODfpT" // แก้ #2 //==================================================== // //

CASE WHEN ถ้ามีค่าA [>] หรือ [<]ให้A=B

SQL
1 year ago
case when ISNUMERIC("%SP350%")=0 THEN "%SP350%" else "" end ----"<>"----

DXC700 @somrong

Go
1 year ago
<?xml version="1.0" encoding="utf-8"?> <object name="" type="TK0" assembly=""> <!-- Data section : Don't edit any attributes ! --> <properties> <property name="mappings" type="TK1" assembly=""> <items> <item name="0" type="TK2"

alert for flag error

SQL
1 year ago
select case when ISNUMERIC('%TEST%') = 1 then 'pass' else 'not' end

TRASFERIN SATURATION

SQL
1 year ago
(%Serum Iron%/(%Serum Iron%+%UIBC%+0.0))*100