- MT platform: Client/Server, MAGIC
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.
781.329.4300 ¦ Message us ¦ Customer support login ¦ Product documentation
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 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 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 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.
(Read our blog for more information about user-defined functions in T-SQL.)
This scalar TSQL function converts MEDITECH customer-defined query responses (where date and time values are captured separately) to the TSQL datetime format.
(Read our blog for more information about user-defined functions in T-SQL.)
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.
(Read our blog for more information about user-defined functions in T-SQL.)
This scalar TSQL function returns a datetime datatype given the input of an integer stored in MEDITECH TimeID format.
(Read our blog for more information about user-defined functions in T-SQL.)
This scalar TSQL function returns a computed age between two dates, shown to the nearest whole year.