Hi Brad,
No documentation that I know of. I found it in trying to figure out the HTML forms. It seems to take a Namespace as the first parameter and either match or contains as the second. Match is somewhat similar to an = in an SQL Select statement and contains is more in the nature of a "like". The easiest way to see what it does is wrap it in brackets and put it in a handout.
The Namespace is hierarchical with node names being appended to with . to drill down. If I run this:
Mel_Get_Content('GE.IMM.CUSL','match')
I get the information for the custom immunization lists on our system (notice the "match" argument).
1736^GE.IMM.CUSL^1704884167062630^Factory Immunization Custom
List^^^^^^|1785607416483800^GE.IMM.CUSL^1785607416483800^PANDA^^^^^
To get everything under our PANDA custom list. I'd append 1785607416483800 to the GE.IMM.CUSL with a period.
Mel_Get_Content('GE.IMM.CUSL.1785607416483800','match')
I then get (again notice the "match").
1785607417483810^GE.IMM.CUSL.1785607416483800^1776332982543700^Hepatitis B^Hepatitis
B^^^^1^0|1785607418484250^GE.IMM.CUSL.1785607416483800^1776333781597020^DTaP^DTaP^^^^
2^|1785607418484670^GE.IMM.CUSL.1785607416483800^1776335415704070^Polio^Polio^^^^3^|17856
07419485140^GE.IMM.CUSL.1785607416483800^1776335739726230^Hib^Hib^^^^4^|178560741948530
0^GE.IMM.CUSL.1785607416483800^1776336040746480^PneumoPCV^PneumoPCV^^^^5^|178560742
0485460^GE.IMM.CUSL.1785607416483800^1776336347767680^Rotavirus^Rotavirus^^^^6^|178560742
0485610^GE.IMM.CUSL.1785607416483800^1776337038811750^MMR^MMR^^^^7^|178560742148594
0^GE.IMM.CUSL.1785607416483800^1776337392839930^Varicella^Varicella^^^^8^|1785607421486540
^GE.IMM.CUSL.1785607416483800^1776338125888360^Hepatitis A^Hepatitis
A^^^^9^|1785607422486960^GE.IMM.CUSL.1785607416483800^1776338563914270^Tdap^Tdap^^^^10
^|1785607422487160^GE.IMM.CUSL.1785607416483800^1776338818929930^Meningococcal^Meningo
coccal^^^^12^|1785607422487340^GE.IMM.CUSL.1785607416483800^1776339028944450^Human
Papillomavirus^Human
Papillomavirus^^^^13^|1785607423487520^GE.IMM.CUSL.1785607416483800^1776339566979630^Influ
enza^Influenza^^^^14^1|1785607429491360^GE.IMM.CUSL.1785607416483800^1782980466760270^Td
^Td^^^^11^
If I want everything, including NDC numbers, I'd change that to "contains".
Steve
Posted : October 14, 2016 6:38 am