[
{
"PositionNumber": "int",
"StartedTime": "datetime: nullable",
"ResultDate": "datetime: nullable",
"ProductBrand": "string",
"ProductName": "string",
"ProgramName": "string",
"ProgramTime": "string",
"ProgramTemperature": "string",
"Status": "int",
"StatusDescription": "string",
"ConditionSCIBDescription": "string",
"Result": "int",
"ResultDescription": "string",
"AverageTemperature": "float: nullable",
"AverageTemperatureFormat": "string",
"VisualResult": "int",
"VisualResultDescription": "string",
"BookNumber": "string",
"PageNumber": "string",
"DisinfectorName": "string",
"DisinfectorBrand": "string",
"DisinfectorSerialNumber": "string",
"IncubatorName": "string",
"IncubatorSerialNumber": "string",
"IncubatorLot": "string",
"ProgramNumber": "string",
"Notes": "string",
"TicketNumber": "int: nullable",
"ReadNumber": "int: nullable",
"SectorName": "string",
"CompanyName": "string",
"PeroxideConcentration": "int: nullable",
"RoomId": "string",
"RoomVolume": "int: nullable",
"Operator": "string"
}
]
² All dates in UTC-0
Property | Data Type | Values/Format | Description |
---|---|---|---|
PositionNumber | INTEGER | MIN=1 MAX=12 |
Position of the incubator where the BI is being incubated and read |
StartedTime | DATETIME (nullable) | YYYY-MM-DDTHHmmssZ | Gives the exact date and time of beginning of the incubation ² |
ResultDate | DATETIME (nullable) | YYYY-MM-DDTHHmmssZ | Gives the exact date and time of finalization of readout ¹ |
ProductBrand | STRING (MAX) | Brand of the BI | |
ProductName | STRING (MAX) | Product name of the BI | |
ProgramName | STRING (MAX) | 1 hs. 2 hs. 3 hs. 4 hs. 1/2 hs. 15 min. Ultra Instant Hyper |
Program name of the incubator |
ProgramTime | STRING (MAX) | 2 4 3 1 0.5 0.25 0.33 0.0055 0.083 |
Program time set in the incubator in hours |
ProgramTemperature | STRING (MAX) | 37 60 |
Program temperature set in the incubator in celsius |
Status | INDEX (INTEGER) | 2 3 |
Status index of the reading 2 -> SAVED 3 -> FINISHED |
StatusDescription | STRING | SAVED FINISHED |
Status description of the reading |
ConditionSCIBDescription | STRING | Positive Expuesto |
“Positive” (positive control, non-exposed) “Exposed” (to the sterilization cycle) |
Result | INDEX (INTEGER) | 0 1 2 |
Actual result given by the incubator 0 -> Positive 1 -> Negative 2 -> Cancelled |
ResultDescription | STRING | Positive Negative Cancelled |
Result description given by the incubator |
AverageTemperature | FLOAT (.7) (nullable) | #.####### | Average temperature during the incubation period of that BI |
AverageTemperatureFormat | STRING | #.# °C | Average temperature formatted |
VisualResult | INDEX (INTEGER) | 0 1 |
It is the result observed by a operator 0 -> Positive 1 -> Negative |
VisualResultDescription | STRING (MAX) | POSITIVE NEGATIVE |
It is the description result observed by a operator |
BookNumber | STRING (MAX) | Logbook information (book where you keep your records, including the incubator´s printed ticket) | |
PageNumber | STRING (MAX) | Complete with logbook page number corresponding to the sterilization process | |
DisinfectorName | STRING (MAX) | Descriptive name of the disinfector used for the process | |
DisinfectorBrand | STRING (MAX) | Brand of the disinfector | |
DisinfectorSerialNumber | STRING (MAX) | Serial number of the disinfector, in case you have 2 or more of the same brand | |
IncubatorName | STRING (MAX) | Model name of the incubator responsible for reading | |
IncubatorSerialNumber | STRING (MAX) | Serial number of the incubator responsible for reading | |
IncubatorLot | STRING (MAX) | Batch of the incubator responsible for reading | |
ProgramNumber | STRING (MAX) | Program of the sterilizer used for that cycle | |
Notes | STRING (300) | You can fill this box with any information you consider relevant and it is not already considered in the other fields | |
TicketNumber | INTEGER (nullable) | # | Indicates the ticket number of the unit |
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 | |
CompanyName | STRING (MAX) | Indicates the name of the Company to which the operator belong | |
PeroxideConcentration | INTEGER (nullable) | It is the concentration of hydrogen peroxide that was used to disinfect the environment | |
RoomId | STRING (300) | It is the identification of the environment that was disinfected | |
RoomVolume | INTEGER (nullable) | It is the volume of the environment that was disinfected | |
Operator | STRING (16) | Name of user that was logged in during incubation of this indicator |