Roy Gaber wrote:
>The best way I have found to realize what each of the RPC's is doing is to
>utilize Help->Last Broker Call, look for the RPC name and then go into VistA
>and inquire to file 8994 and look at the description, the line tag and the
>routine.  If you are an M programmer you can the load the routine and look
>at the line tag to determine exactly what is being done during the call.

FWIW: This is exactly the function of the original link I gave below except 
much better
for programmers new to MUMPS or unfamiliar (or uncomfortable) with the coding 
style of the
specific application. As Gregory noted, it lists the RPC's with hypertext links 
to view
the source code of the routine called from each RPC.

If you have never followed these links, it may be worth pointing out that the 
MUMPS source
code view here is rendered with HTML and each routine is itself hypertext 
linked to other
routines that it calls and color coded to make it easier to identify different 
features of
the MUMPS code, such as quoted strings and comments. Additionally, the names of 
the
intrinsic functions and commands are all (optionally) spelled out to make it 
easier to
read for those who have not yet memorized them all.

>-----Original Message-----
>From: [EMAIL PROTECTED]
>[mailto:[EMAIL PROTECTED] On Behalf Of Jim Self
>Sent: Monday, May 01, 2006 9:23 PM
>To: hardhats-members@lists.sourceforge.net
>Subject: Re: [Hardhats-members] RPC Call Documentation
>
>Thanks,
>Here is another variation that returns the RPC's in a javascript object
>format:
>
>http://vista.vmth.ucdavis.edu/query.js?dbfile=8994&index=Name&format=TEST4&limit=20
>
>and another variation that produces xml:
>
>http://vista.vmth.ucdavis.edu/query.xml?dbfile=8994&index=Name&format=TEST4&limit=20
>
>
>
>Gregory wrote:
>>--- Jim Self <[EMAIL PROTECTED]> wrote:
>>
>>> This might help also,
>>>
>>>
>> http://vista.vmth.ucdavis.edu/query?dbfile=REMOTE+PROCEDURE&format=TEST2&index=Name
>>>
>>> It is a live query into the Remote Procedure file on a test database.
>>>
>>
>>
>>Very nice! It includes a hyperlink to the code implementing the RPC,
>>too. (I tried DG PATIENT TREATMENT DATA, which has a pretty simple
>interface

---------------------------------------
Jim Self
Systems Architect, Lead Developer
VMTH Computer Services, UC Davis
(http://www.vmth.ucdavis.edu/us/jaself)
---------------------------------------
M2Web Demonstration with VistA
(http://vista.vmth.ucdavis.edu/)
(http://openforum.worldvista.org/~forum/m.cgi)
---------------------------------------


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Hardhats-members mailing list
Hardhats-members@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hardhats-members

Reply via email to