Mike, the PatID and the Consultnummer are items that are part of the DICOM header of each radiological image.
Efilm can read those DICOM headers. So based on the two variables that are passed from efilm / or Rbase to efilm, it can automatically retrieve and present the right images. That's DICOM ..... The variables sent to efilm are not shown on itself, but those are the same data that Efilm shows on each image in the DICOM header. All I need is to send those two variables to Efilm (which is already possible with your code)...but without having to close en re-open Efilm for every patient again and again and again..... ;-) Luc D. ----- Original Message ----- From: "Mike Byerley" <[email protected]> To: "RBASE-L Mailing List" <[email protected]> Sent: Monday, November 15, 2010 6:56 PM Subject: [RBASE-L] - Re: implementing Efilm into the real world !! > > "Efilm stays open and the code just sends the information necessary to > open the correct images of a particular patient" > > I need to know exactly how you enter the data to send to eFilm from Access > and where it shows up in eFilm... > > How does eFilm know the metadata (directory and file location) in order to > open the correct study? > > > > ----- Original Message ----- > From: "Luc Delcoigne" <[email protected]> > To: "RBASE-L Mailing List" <[email protected]> > Sent: Saturday, November 13, 2010 4:29 AM > Subject: [RBASE-L] - Re: implementing Efilm into the real world !! > > > Hello Mike, > > > Some time ago you sent me the code to implement Efilm in my Rbase > application and it still works fine. > > There is one thing I would like to improve. > > With the code you sent me Efilm is opened everytie I run the code and I have > to close Efilm before I can run it again on another patient. > > What I would like to do is : I open Efilm when I start working. > > Efilm stays open and the code just sends the information necessary to open > the correct images of a particular patient. > > How can I do that with your code ? > > Many thanks, Mike ! > > Luc D. > > >

