Additional Blogs by Members
cancel
Showing results for 
Search instead for 
Did you mean: 
paolo_romano2
Participant
0 Kudos

I get deeply involved by the innovation and simplicity of GOOGLE Android Framework, and I had thought it was a beautiful test environment.

 In the meantime, I was prototyping a mobile application for the doctors to get the patients documentation via handheld device...so I adopt ANDROID and get building my prototype.

 The scope was to have the Clinical Workstation handready for the doctor who visit the patients in  a ward:

 

The first screen:

 

 Here the doctor can choose the ward's code and then click submit to have the list of the patients in:

 

Once it get the list, the doctor can choose of which patient he would like to see the clinical documentation by clicking on the button with the proper name (e.g: Romano Paolo)

 

On the following activity(Screen) it get the clinicla documentation for LABORATORY, RADIOLOGY and PATHOLOGY (first, second and third column) sorte by date. Then again by clicking the exam he wish to loon for (for instance pathology):

 

 He finally can look at the text of the documentation.

To note that in our case, our documents are stored in the SAP Business Document Service as PDF file and that they are stripped to extract the text using an Enterprise Service in the ESR which we design for.

Also, all the service we invoke here to retrieve data from our SAP System are extracted by consuming ES into the ESR.

10 Comments