[
{
"CreationTest": "datetime",
"ManufactureIndicator": "TERRAGENE",
"ManufactureDate": "datetime: nullable",
"ExpirationDate": "datetime",
"Result": "int: nullable",
"ResultDescription": "string",
"Notes": "string",
"SerialNumberScanner": "string",
"Temperature": "float: nullable",
"SterilizerName": "string",
"SterilizerBrand": "string",
"SterilizerSerialNumber": "string",
"PackageNumber": "int: nullable",
"Concentration": "int: nullable",
"RelativeDampness": "float: nullable",
"ExposureTime": "float: nullable",
"VisualResult": "int",
"VisualResultDescription": "string",
"ReadNumber": "int: nullable",
"SectorName": "string",
"ProductName": "string",
"ProductBrand": "string",
"ProductLot": "string",
"Status": "int: nullable",
"StatusDescription": "string",
"BookNumber": "string",
"PageNumber": "string",
"Cycle": "int: nullable",
"ProgramNumber": "string",
"Operator": "string",
"Image": "string"
}
]
Property | Data Type | Values/Format | Description |
---|---|---|---|
CreationTest | DATETIME | YYYY-MM-DDTHHmmssZ | This is the date the scan was performed |
ManufactureIndicator | STRING (MAX) | Manufacturer of the Chemical Indicator | |
ManufactureDate | DATETIME (nullable) | YYYY-MM-DDTHHmmssZ | Manufacture date of the Chemical Indicator |
ExpirationDate | DATETIME | YYYY-MM-DDTHHmmssZ | Expiration date of the Chemical Indicator |
Result | INTEGER (nullable) | 0 1 |
Analysis result according to the reader´s information 0 -> SAFE 1 -> UNSAFE |
ResultDescription | STRING (MAX) | SAFE UNSAFE |
Description of analysis result according to the reader´s information |
Notes | STRING (MAX) | Any relevant information that has not been considered in other fields | |
SerialNumberScanner | STRING (MAX) | Serial Number of the Tracanto reader used | |
Temperature | STRING (MAX) | Temperature of the sterilization cycle | |
SterilizerName | STRING (MAX) | Descriptive name of the sterilizer machine used in the process | |
SterilizerBrand | STRING (MAX) | Brand of the sterilizer machine used in the process | |
SterilizerSerialNumber | STRING (MAX) | Serial number of the sterilizer machine used in the process | |
PackageNumber | INTEGER (nullable) | The number of the packet which contained chemical indicator during the sterilization process | |
Concentration | INTEGER (nullable) | Percentage of concentration of the sterilization agent used in the sterilization processes | |
RelativeDampness | FLOAT (.7) (nullable) | #.####### | Relative humidity condition, given in percentage at the moment the sterilization process was made |
ExposureTime | FLOAT (.7) (nullable) | #.####### | Time that the indicator was exposed to sterilization process |
VisualResult | INDEX (INTEGER) | 0 1 |
User Evaluation of the result suggested by the reader 0 -> AGREED 1 -> DISAGREED |
VisualResultDescription | STRING (MAX) | AGREED DISAGREED |
User Evaluation of the result suggested by the reader |
ReadNumber | INTEGER (nullable) | Indicates the read number given by the incubator | |
SectorName | STRING (MAX) | Indicates the name of the operator’s Sector responsible for the reading | |
ProductName | STRING (MAX) | Product code of the Chemical Indicator | |
ProductBrand | STRING (MAX) | Brand of the Chemical Indicator | |
ProductLot | STRING (MAX) | Batch number of the Chemical Indicator | |
Status | INDEX (INTEGER) | 2 3 |
Status index of the reading 2 -> SAVED 3 -> FINISHED |
StatusDescription | STRING (MAX) | SAVED FINISHED |
Status description of the reading |
BookNumber | STRING (MAX) | Number of the log book corresponding to the process | |
PageNumber | STRING (MAX) | Number of the log page corresponding to the process | |
Cycle | INTEGER (nullable) | Cycle number of the sterilization process | |
ProgramNumber | STRING (MAX) | Program number of the sterilizer for the cycle | |
Operator | STRING (16) | Name of user that was logged in during incubation of this indicator | |
Image | STRING (Base64) | Base64 formatted image of chemical indicator |