Article ID: 21699 Date: 6/7/2005 Published: 6/27/2005 |
Application: MRI Source: Meditech Platform: MAGIC |
RADRW.LOCATOR: Printing Patient Data from MRI.PAT or MRI.DRC
A site recently inquired as to how to print patient-related data onto a RADRW.LOCATOR report without the use of a fragment report. Since MRI is open to RADRW, you can use a subscript technique. The subscript RADRW.LOCATOR.mpi is equivalent to MRI.PAT.medical.record and MRI.DRC.medical.record. For example, if you wanted to print the patient's name from MRI.PAT, the VAL statement in a computed field would be setup as: VAL=@MRI.PAT.name[mpi] Or if you want to print the patient's street address from MRI.DRC, the VAL statement would be setup as: VAL=@MRI.DRC.pat.street[mpi] |