Kevin, the source that we sent you shows a call to MAG4 ADD IMAGE, look at
the description in 8994 you will see how the data values are passed via the
RPC to VistA.

Here is a code snippet, following this method you should be able to get
field 11 (word-processing) populated.

with RPCBroker1 do
  begin
   ClearParameters := true;
   RemoteProcedure := 'MAG4 ADD IMAGE';
   Param[0].PType := list;
   with Param[0] do
    begin
     Mult['1'] := '5^' + dfn;
     Mult['2'] := '1^' + fname + NoteIEN + '.jpg';
     Mult['3'] := '3^15';
     Mult['10'] := '10^SCANNED VOE DOCUMENT';
    end;
   Call;
   magda := Piece(RPCBroker1.Results[0], '^', 1);
   newfilepath := Piece(RPCBroker1.Results[0], '^', 2);
   newfilename := Piece(RPCBroker1.Results[0], '^', 3);

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Kevin
Toppenberg
Sent: Monday, October 03, 2005 4:36 PM
To: [email protected]
Subject: Re: [Hardhats-members] How does the VA deal with printing VistA
images?

Another question about VA's imaging, does the image displayer utilize
the "long description" field (a WP field to describe an image)?  The
upload RPC MAGGADDIMAGE has functionality to upload to field 11 (LONG
DESCRIPTION).  But I can't find a RPC call that passes this
information back out.

So am I overlooking this, or is it not used, and thus has no supporing RPC
CALL?

In the code module MagBroker, I see that the code for uploading a long
description is commented out.  Thus I wonder if this functionality is
used.

Anyone have info on this?

Kevin


On 10/3/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> CD's would be the best choice in this regard, radiology only sends
> images from modalities such as CT, MRI, X-Raym etc.
>
>


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Hardhats-members mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/hardhats-members



-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Hardhats-members mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/hardhats-members

Reply via email to