"parasitology",
"pathology",
"ictc",
+ "suraksha_clinic",
"ccu_lab",
"other_govt_hospital",
"outside_lab"
+++ /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"
- },
- "sample": {
- "description": "Sample",
- "type": "string"
- },
- "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"]
-}
--- /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"
+ },
+ "sample": {
+ "description": "Sample",
+ "type": "string"
+ },
+ "cellCount": {
+ "description": "Cell Count",
+ "type": "integer"
+ },
+ "cellType": {
+ "description": "Cell Type",
+ "type": "string"
+ },
+ "protein": {
+ "description": "Protein",
+ "type": "integer"
+ },
+ "sugar": {
+ "description": "Sugar",
+ "type": "integer"
+ },
+ "ada": {
+ "description": "ADA",
+ "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"]
+}
--- /dev/null
+{
+ "$schema": "http://json-schema.org/draft/2020-12/schema",
+ "title": "vdrl",
+ "description": "VDRL",
+ "type": "object",
+
+ "properties": {
+ "date": {
+ "description": "Date",
+ "type": "string",
+ "format": "date"
+ },
+ "time": {
+ "description": "Time",
+ "type": "string",
+ "format": "time"
+ },
+ "sample": {
+ "description": "Sample",
+ "type": "string"
+ },
+ "report": {
+ "description": "Report",
+ "type": "string",
+ "format": "textarea"
+ }
+ },
+ "required": ["date"]
+}