Corrección de reservaconorden

parent bc163c72
...@@ -2361,15 +2361,15 @@ ...@@ -2361,15 +2361,15 @@
"description": "Fecha reserva" "description": "Fecha reserva"
}, },
"especialidadId": { "especialidadId": {
"type": "number", "type": "string",
"description": "Especialidad" "description": "Especialidad"
}, },
"prestadorId": { "prestadorId": {
"type": "number", "type": "string",
"description": "Id Prestador" "description": "Id Prestador"
}, },
"pacienteId": { "pacienteId": {
"type": "number", "type": "string",
"description": "Id paciente" "description": "Id paciente"
}, },
"epsParticular": { "epsParticular": {
...@@ -2381,7 +2381,7 @@ ...@@ -2381,7 +2381,7 @@
"description": "Id tipo planificación" "description": "Id tipo planificación"
}, },
"ordenId": { "ordenId": {
"type": "number", "type": "string",
"description": "Id orden" "description": "Id orden"
}, },
"unidadPlanificada": { "unidadPlanificada": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment