- MT platform: Client/Server, MAGIC, 6.0
This stored procedure captures the most recent (from ADM) non-multiple documented clinical queries and responses for all inpatients.
781.329.4300 ¦ Message us ¦ Customer support login
This stored procedure captures the most recent (from ADM) non-multiple documented clinical queries and responses for all inpatients.
This stored procedure is designed to help document programming objects (stored procedures and user-defined functions) so you can catalog your code and understand which MEDITECH Data Repository live tables and columns your code refers to. It will help plan for DR database schema changes and major version upgrades.
For sites using Microsoft SQL Server Reporting Services only: this stored procedure shows all published SSRS reports from Report Manager along with their created, modified and last run date, if it exists.
This scalar TSQL function returns the user-specified portion of a patient's name from expressions with data in "LAST,FIRST MI..." format. Options include first name, last name, middle initial, title and suffix.
This stored procedure returns a list of each provider type per inpatient visit, optimized for flat-file output. The report logic is driven by the patient discharge date range.
This scalar TSQL function converts MEDITECH customer-defined query responses (where date and time values are captured separately) to the TSQL datetime format.
This TSQL query is useful to compare DR database schemas between test and live databases. This script produces a detailed list of changes by comparing your existing release in live against a newer version in test, and shows changed items by category (new tables, new columns, removed columns, datatype changes, etc.).
This scalar TSQL function converts any text string to proper case (mixed case with initial upper case letter followed by lower case letters). Typically used to convert patient, provider, insurance names, etc. as stored in MEDITECH to a more user-friendly format.
This stored procedure returns a list of matching charges from LSS/MPM (PBR tables) and BAR to help reconcile ambulatory and inpatient charges.
This scalar TSQL function returns a datetime datatype given the input of an integer stored in MEDITECH TimeID format.