Commit 3669cb95 by Leonardo Peña

Se agrega el campo fechaFactura en el objeto imegenes.

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