hai,
i am trying to interface orthanc with vb.net and calling the individual patient data directly from vb.net through orthanc. but in orthanc storage folder the type of saving the data is different. so can you suggest me to change the type of saving the data in orthanc, so that i can call individual patients data from vb.net.
To summarize, you must not try and access directly the database of Orthanc (that is based upon SQLite), as this may result in corruption. The only supported way of accessing the content of an Orthanc server is through its REST API. In vb.net, this is quite easy, as the .NET platform contains standard ways of accessing the REST API of any application.
thank you the suggestions
and could you please send a link to the source code of orthanc. so that i can modify as per my requirements to interface and access the orthanc by vb.net
i am trying to access individual user by using the vb.net. the problem is that orthanc access user using “uuid” of patient, but i need to access the patient data using the patient id only, we give more importance to patient id, so could you please help me on that.
“In any case, the core engine Orthanc keeps an index of all these DICOM identifiers (PatientID, AccessionNumber, StudyInstanceUID, SeriesInstanceUID and SOPInstanceUID) and is able to quickly maps them to its own internal identifiers. This lookup is implemented by the /tools/lookup URI of the REST API of Orthanc.”
so far i had established successful communication between remote server through lan, is there any possibilities so that i can establish communication between 2 different places over internet.