GET api/estadisticas/tubos?fechaDesde={fechaDesde}&fechaHasta={fechaHasta}
Obtiene las estadisticas de los resultados segun el rango de fechas.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| fechaDesde |
Fecha inicial |
string |
Required |
| fechaHasta |
Fecha final |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of EstadisticasTubosModels| Name | Description | Type | Additional information |
|---|---|---|---|
| Protocolo |
El protocolo de la orden. |
string |
None. |
| FechaIngreso |
Fecha de ingreso de la orden. |
date |
None. |
| Rojo |
Tubos rojos. |
integer |
None. |
| Lila |
Tubos lilas. |
integer |
None. |
| Celeste |
Tubos celestes. |
integer |
None. |
| Amarillo |
Tubos amarillos. |
integer |
None. |
| Amarillo2 |
Tubos amarillos 2. |
integer |
None. |
| Plomo |
Tubos plomos. |
integer |
None. |
| Verde |
Tubos verdes. |
integer |
None. |
| Negro |
Tubos negro. |
integer |
None. |
| Orina |
Tubos Orina. |
integer |
None. |
| Stuart1 |
Tubos stuart 1. |
integer |
None. |
| Stuart2 |
Tubos stuart 2. |
integer |
None. |
| EPSD1 |
Tubos epsd1. |
integer |
None. |
| EPSD2 |
Tubos epsd2. |
integer |
None. |
| EPSD3 |
Tubos epsd3. |
integer |
None. |
| Caryblair |
Tubos caryblair. |
integer |
None. |
| Derivacion |
Tubos derivación. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Protocolo": "sample string 1",
"FechaIngreso": "2025-12-10T08:24:21.3214909-03:00",
"Rojo": 3,
"Lila": 4,
"Celeste": 5,
"Amarillo": 6,
"Amarillo2": 7,
"Plomo": 8,
"Verde": 9,
"Negro": 10,
"Orina": 11,
"Stuart1": 12,
"Stuart2": 13,
"EPSD1": 14,
"EPSD2": 15,
"EPSD3": 16,
"Caryblair": 17,
"Derivacion": 18
},
{
"Protocolo": "sample string 1",
"FechaIngreso": "2025-12-10T08:24:21.3214909-03:00",
"Rojo": 3,
"Lila": 4,
"Celeste": 5,
"Amarillo": 6,
"Amarillo2": 7,
"Plomo": 8,
"Verde": 9,
"Negro": 10,
"Orina": 11,
"Stuart1": 12,
"Stuart2": 13,
"EPSD1": 14,
"EPSD2": 15,
"EPSD3": 16,
"Caryblair": 17,
"Derivacion": 18
}
]
application/xml, text/xml
Sample:
<ArrayOfEstadisticasTubosModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API_Biolabs.Models">
<EstadisticasTubosModels>
<Amarillo>6</Amarillo>
<Amarillo2>7</Amarillo2>
<Caryblair>17</Caryblair>
<Celeste>5</Celeste>
<Derivacion>18</Derivacion>
<EPSD1>14</EPSD1>
<EPSD2>15</EPSD2>
<EPSD3>16</EPSD3>
<FechaIngreso>2025-12-10T08:24:21.3214909-03:00</FechaIngreso>
<Lila>4</Lila>
<Negro>10</Negro>
<Orina>11</Orina>
<Plomo>8</Plomo>
<Protocolo>sample string 1</Protocolo>
<Rojo>3</Rojo>
<Stuart1>12</Stuart1>
<Stuart2>13</Stuart2>
<Verde>9</Verde>
</EstadisticasTubosModels>
<EstadisticasTubosModels>
<Amarillo>6</Amarillo>
<Amarillo2>7</Amarillo2>
<Caryblair>17</Caryblair>
<Celeste>5</Celeste>
<Derivacion>18</Derivacion>
<EPSD1>14</EPSD1>
<EPSD2>15</EPSD2>
<EPSD3>16</EPSD3>
<FechaIngreso>2025-12-10T08:24:21.3214909-03:00</FechaIngreso>
<Lila>4</Lila>
<Negro>10</Negro>
<Orina>11</Orina>
<Plomo>8</Plomo>
<Protocolo>sample string 1</Protocolo>
<Rojo>3</Rojo>
<Stuart1>12</Stuart1>
<Stuart2>13</Stuart2>
<Verde>9</Verde>
</EstadisticasTubosModels>
</ArrayOfEstadisticasTubosModels>