"virology",
"protozoology",
"mycology",
- "pathology",
- "other"
+ "parasitology",
+ "pathology"
]
}
{
"$schema": "http://json-schema.org/draft/2020-12/schema",
- "title": "fluid_study",
- "description": "Fluid Study",
+ "title": "ascitic_fluid_study",
+ "description": "Ascitic Fluid Study",
"type": "object",
"properties": {
{
"$schema": "http://json-schema.org/draft/2020-12/schema",
- "title": "fluid_study",
- "description": "Fluid Study",
+ "title": "csf_fluid_study",
+ "description": "CSF Fluid Study",
"type": "object",
"properties": {
{
"$schema": "http://json-schema.org/draft/2020-12/schema",
- "title": "fluid_study",
- "description": "Fluid Study",
+ "title": "pleural_fluid_study",
+ "description": "Pleural Fluid Study",
"type": "object",
"properties": {
{
"$schema": "http://json-schema.org/draft/2020-12/schema",
- "title": "fluid_study",
- "description": "Fluid Study",
+ "title": "synovial_fluid_study",
+ "description": "Synovial Fluid Study",
"type": "object",
"properties": {
+++ /dev/null
-{
- "$schema": "http://json-schema.org/draft/2020-12/schema",
- "title": "fluid_study",
- "description": "Fluid Study",
- "type": "object",
-
- "properties": {
- "date": {
- "description": "Date",
- "type": "string",
- "format": "date"
- },
- "time": {
- "description": "Time",
- "type": "string",
- "format": "time"
- },
- "cellCount": {
- "description": "Cell Count",
- "type": "integer"
- },
- "cellType": {
- "description": "Cell Type",
- "type": "string"
- },
- "protein": {
- "description": "Protein",
- "type": "integer"
- },
- "sugar": {
- "description": "Sugar",
- "type": "integer"
- },
- "ldh": {
- "description": "LDH",
- "type": "integer"
- },
- "gram": {
- "description": "Gram Stain",
- "type": "string"
- },
- "afb": {
- "description": "AFB Stain",
- "type": "string"
- },
- "fungal": {
- "description": "Fungal Stain",
- "type": "string"
- },
- "cs": {
- "description": "Culture/Sensitivity",
- "type": "string"
- },
- "cbnaat": {
- "description": "CBNAAT",
- "type": "string"
- }
- },
- "required": ["date"]
-}
foreach($inv->rooms as $r){
$roomList=$roomList."<option>".$r."</option>";
}
- $roomList=$roomList."<option selected='selected'>Other</option>";
+ $roomList=$roomList."<option selected='selected'>other</option>";
$reqList=$db->getRequisitions($pid);
$list="";