Commit 3669cb95 by Leonardo Peña

Se agrega el campo fechaFactura en el objeto imegenes.

parent 0f5ddb86
...@@ -343,6 +343,7 @@ ...@@ -343,6 +343,7 @@
}, },
"fecha": { "fecha": {
"type": "string", "type": "string",
"format": "date-time",
"description": "fecha de muestra" "description": "fecha de muestra"
}, },
"codigo": { "codigo": {
...@@ -409,10 +410,12 @@ ...@@ -409,10 +410,12 @@
}, },
"fechaValidacion": { "fechaValidacion": {
"type": "string", "type": "string",
"format": "date-time",
"description": "fecha de validacion" "description": "fecha de validacion"
}, },
"fechaResultado": { "fechaResultado": {
"type": "string", "type": "string",
"format": "date-time",
"description": "fecha de resultado" "description": "fecha de resultado"
}, },
"usuarioVerificador": { "usuarioVerificador": {
...@@ -432,6 +435,7 @@ ...@@ -432,6 +435,7 @@
}, },
"fechaFactura": { "fechaFactura": {
"type": "string", "type": "string",
"format": "date-time",
"description": "dd/mm/yy" "description": "dd/mm/yy"
} }
} }
...@@ -470,10 +474,17 @@ ...@@ -470,10 +474,17 @@
}, },
"fechaLectura": { "fechaLectura": {
"type": "string", "type": "string",
"format": "date-time",
"description": "fecha lectura" "description": "fecha lectura"
}, },
"fechaFactura": {
"type": "string",
"format": "date-time",
"description": "dd/mm/yy"
},
"fechaTranscripcion": { "fechaTranscripcion": {
"type": "string", "type": "string",
"format": "date-time",
"description": "fecha transcripcion" "description": "fecha transcripcion"
}, },
"nombreLaboratorio": { "nombreLaboratorio": {
......
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