POST api/InternacionMapa/GetInternaciones
Request Information
URI Parameters
None.
Body Parameters
InternacionMapaRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Fecha | date |
None. |
|
| InstitucionMedicaID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Fecha": "2026-01-09T23:22:45.992918-03:00",
"InstitucionMedicaID": "sample string 2"
}
Response Information
Resource Description
Collection of InternacionMapa| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| InternacionID | integer |
None. |
|
| PacienteID | integer |
None. |
|
| InternacionDomicilio | string |
None. |
|
| InternacionFechaIngreso | date |
None. |
|
| PacienteApeNom | string |
None. |
|
| PacienteDocumento | integer |
None. |
|
| PacienteNroCuit | integer |
None. |
|
| TipoTelefono | string |
None. |
|
| PrefijoTelLocal | string |
None. |
|
| Telefono | string |
None. |
|
| InstitucionMedicaSigla | string |
None. |
|
| InstitucionMedicaRazonSocial | string |
None. |
|
| InternacionGpsLatitud | string |
None. |
|
| InternacionGpsLongitud | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ID": 1,
"InternacionID": 2,
"PacienteID": 3,
"InternacionDomicilio": "sample string 4",
"InternacionFechaIngreso": "2026-01-09T23:22:45.9958524-03:00",
"PacienteApeNom": "sample string 6",
"PacienteDocumento": 7,
"PacienteNroCuit": 8,
"TipoTelefono": "sample string 9",
"PrefijoTelLocal": "sample string 10",
"Telefono": "sample string 11",
"InstitucionMedicaSigla": "sample string 12",
"InstitucionMedicaRazonSocial": "sample string 13",
"InternacionGpsLatitud": "sample string 14",
"InternacionGpsLongitud": "sample string 15"
},
{
"ID": 1,
"InternacionID": 2,
"PacienteID": 3,
"InternacionDomicilio": "sample string 4",
"InternacionFechaIngreso": "2026-01-09T23:22:45.9958524-03:00",
"PacienteApeNom": "sample string 6",
"PacienteDocumento": 7,
"PacienteNroCuit": 8,
"TipoTelefono": "sample string 9",
"PrefijoTelLocal": "sample string 10",
"Telefono": "sample string 11",
"InstitucionMedicaSigla": "sample string 12",
"InstitucionMedicaRazonSocial": "sample string 13",
"InternacionGpsLatitud": "sample string 14",
"InternacionGpsLongitud": "sample string 15"
}
]