1
vote
1answer
75 views
How Do You Find txn.gl.account For A Check/invoice?
I am trying to get a report to show the invoices for each check written (accomplished). Problem is the txn.gl.account doesn't show up on the report. DPM/Segment is AP.CHECK.invoi …
1
vote
2answers
46 views
How do you call the bar code printing routine in a macro
How (in a macro) do you call the routine to print code.128 barcode? I have a computed field like: xx.bc, TYP=CODE.128,LEN=10,VAL=@stock. It prints OK, but I would like to call the …
1
vote
1answer
103 views
Current Inpatients in BAR.PAT DPM
Is there any way to get current Inpatient in hospital apart from looping through ADM.PAT.room.bed Index or PHA.PAT.room.bed Index in BAR.PAT DPM?
1
vote
1answer
22 views
EMR Server Fragmentation
Our EMR Server has lots of DISK fragmentation. We are Using RAID 10 disks and I be-leave that because of disk fragmentation the Daily Tivoli Backup is taking around 9 -10 Hours to …
1
vote
1answer
23 views
Meaning of @Memory.write
What Is meant by @Memory.write(MEM,"191100201650020"""@patient's.unit.number_D(13))
1
vote
1answer
8 views
Can I reverse the sign on a balance field in a TK region
I have a basic flat file report written out of Gl.Amount. There is a HR and a TK region on the report. I am extracting the balances on Balance sheet accounts and when the account …
1
vote
2answers
24 views
Meditech data repository, getting an overview
I have no direct Meditech end user experience, I am using the DR and have no documentation. I am trying to get a bit of an understanding. Are there any good overview guides which …
1
vote
1answer
86 views
Responses in NUR.PC.WORK.td.repeat.results.mult
In NUR.PC.WORK.td.repeat.results.mult my field containing: IF{td.rep.query^MIS.QUERY.mnemonic,
VAL=@MIS.QUERY.group.resp^MIS.GROUP.RESP.mnemonic,
VAL=@td.rep.value.mult^MIS.GROUP.R …
1
vote
1answer
39 views
Selection based on fragment
I have a report that prints a list of drug mnemonics based on a selection criteria. The result is some 100+ drugs.
I'd like to create a separate report to total usage. In this re …
1
vote
1answer
94 views
MEDITECH 6.0 Report Designer - Rule Naming Conventions
You'll be using rules to accomplish the heavy lifting in the Report Designer.
Agreeing on a Naming Convention for these Rules is going to make your life a lot easier by doing this …
1
vote
1answer
46 views
Report: Getting checks paid to a PO
I am trying to get in a report the checks made to pay a particular PO.
I have tried making a report in the AP.INV DPM but I get the check number (txn.check.num) and not the PO.
1
vote
1answer
103 views
Query responses for seven different days on report
I'm trying to list the @td.value["IRFTDUR"] daily results, for seven days, left to right in NUR.PC.WORK.td.results. I think I need to use a DO loop with PREV but I am not sure of …
1
vote
1answer
9 views
ABS report listing procedures for the day by patient
Since ABS does not an index by date activity in Magic, does anyone know what the best approach would be to get all surgical procedures for inpatients and outpatients using a date r …
1
vote
1answer
23 views
DR- How to Join AdmVisits to BarBchTxns
Does anyone know how I can Join AdmVisits or BarVisits to BarBchTxns or BarBchTxnItems?
I have a report that I need patient names on but cant seem to find any way to Join them.
1
vote
1answer
16 views
Need all values from a single response query when it is a quantity type.
We are trying to get all the temperature values per patient to pull up and our NPR report is only pulling up the last value that was entered by nursing. Tried doing a multiple res …