This commit is contained in:
mikael-zakaria 2025-06-09 13:41:31 +08:00
parent 5e2530ff6a
commit 43692c7bca
2 changed files with 4 additions and 3 deletions

View File

@ -126,6 +126,7 @@ class API_TM extends ResourceController {
$sql = "UPDATE cmod.dbo.CM_TM_PATIENTS SET FIRSTNAME='$firstname', LASTNAME='$lastname', BIRTHDATE='$dob', SEX='$sex', PHONE='$phone' where PATID='$patid'"; $sql = "UPDATE cmod.dbo.CM_TM_PATIENTS SET FIRSTNAME='$firstname', LASTNAME='$lastname', BIRTHDATE='$dob', SEX='$sex', PHONE='$phone' where PATID='$patid'";
$db->query($sql); $db->query($sql);
} }
//echo "$reffid";
$sql = "select REQID from cmod.dbo.CM_TM_REQUESTS where REFFID='$reffid'"; $sql = "select REQID from cmod.dbo.CM_TM_REQUESTS where REFFID='$reffid'";
$query = $db->query($sql); $query = $db->query($sql);

View File

@ -15,7 +15,7 @@
a:hover { background-color:white;color:black; } a:hover { background-color:white;color:black; }
/* HIS Messages */ /* HIS Messages */
.text-limit { display: block; max-width: 600px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .text-limit { display: block; max-width: 950px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
</style> </style>
</head> </head>
<body class='bg-secondary'> <body class='bg-secondary'>