Is there any way of determining when a particular study(based on studyid or studyuid) was received by Orthanc either via RestAPI or directly querying g the PostgreSQL DB?
`
~$ curl http://localhost:8044/studies/3bfee0c2-ad7e8903-bebf612d-ceff9c96-3fb14c3d
{
“ID” : “3bfee0c2-ad7e8903-bebf612d-ceff9c96-3fb14c3d”,
“IsStable” : true,
“LastUpdate” : “20190621T092025”,
“MainDicomTags” : {
“AccessionNumber” : “”,
“InstitutionName” : “Vios Global LLC”,
“ReferringPhysicianName” : “”,
“StudyDate” : “20190618”,
“StudyID” : “1”,
“StudyInstanceUID” : “1.2.276.0.26.1.1.1.2.2019.204.77223.6133536”,
“StudyTime” : “172703”
},
“ParentPatient” : “720ddf68-f41e6115-b8feaf09-919e0dc6-13daf369”,
“PatientMainDicomTags” : {
“PatientBirthDate” : “”,
“PatientID” : “CL-239BT-1048348”,
“PatientName” : “”,
“PatientSex” : “F”
},
“Series” : [
“99af8f53-5a679c43-de3b9fdb-cd1147a5-373574c9”,
“5080ea91-4fab5a97-6606ba4e-75c216c9-d849cc30”
],
“Type” : “Study”
}
`
The “LastUpdate” value should fit your need…