Hello all, I am wondering where i get get information about how WP fields are stored.
Here is an example WP field: ^TIU(8925.2,0)="TIU UPLOAD BUFFER^8925.2^240^2" ^TIU(8925.2,238,0)="19062^90^3050121.162059" ^TIU(8925.2,238,"ERR",0)="^8925.22PA^1^1" ^TIU(8925.2,238,"ERR",1,0)=3119 ^TIU(8925.2,238,"ERR","B",3119,1)="" ^TIU(8925.2,238,"TEXT",0)="^^31^31^3050125^" ^TIU(8925.2,238,"TEXT",1,0)="[NewDict]: NOTE" ^TIU(8925.2,238,"TEXT",2,0)="Patient Name: XXX,X" ^TIU(8925.2,238,"TEXT",3,0)="Date Of Birth: 00/00/00" ^TIU(8925.2,238,"TEXT",4,0)="Social Sec. Number: P" ^TIU(8925.2,238,"TEXT",5,0)="Chart Number: 1" ^TIU(8925.2,238,"TEXT",6,0)="DOB: 00/00/00" ^TIU(8925.2,238,"TEXT",7,0)="Provider: Topp,Kevin" ^TIU(8925.2,238,"TEXT",8,0)="Location: Laughlin_Office" ^TIU(8925.2,238,"TEXT",9,0)="[TEXT]" ^TIU(8925.2,238,"TEXT",10,0)=" " ^TIU(8925.2,238,"TEXT",11,0)="Name: MEDIC,TEST , DOB: 12:00:00 AM" ^TIU(8925.2,238,"TEXT",12,0)=" " -snip- ^TIU(8925.2,238,"TEXT",28,0)=" 2. Benign appearing lesion on the ear sta tus post cryotherapy today" ^TIU(8925.2,238,"TEXT",29,0)=" Follow up routinely." ^TIU(8925.2,238,"TEXT",30,0)=" Kevin Toppenberg MD" ^TIU(8925.2,238,"TEXT",31,0)=" KT/nlh" So it looks like the field is stored as: (...,"TEXT",x,0), with x being the subsequent lines of the document. ^TIU(8925.2,238,"TEXT",0)="^^31^31^3050125^" The line I really want to understand is the line above. Those 31's refer to the number of lines in the document. I want to be able to insert text into a WP field programatically. So I will need to changed the Maxline property etc. So does anyone know where I can find the documentation for these field/pieces? Thanks Kevin __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ Hardhats-members mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/hardhats-members
