Cambiado el valor estatico de la fecha por la fecha actual en la generación del DocumentReference del Indice de documentos
This commit is contained in:
parent
a5c0a7cb0a
commit
4a6e3f8889
@ -104,7 +104,7 @@ async function createBusDocumentReference(token, localIPSDocument, localPatient)
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
date: "2026-04-28T10:00:00-03:00",
|
date: new Date().toISOString(),
|
||||||
subject: {
|
subject: {
|
||||||
reference: busPatientReference
|
reference: busPatientReference
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user