Tagged Questions
Many Healthcare and Banking systems are programmed in the MUMPS language. MUMPS is a terse syntax, high availabilty, high performance, hierarchical, NoSQL database scripting language. MUMPS, Cache, GT.M, DSM, DataTree, CCSM, MIIS, and FOCAL are in the same family. A webforum is at http://www.mumpster.org MUMPS started in 1966 but is still updated yearly. MUMPS stands for Massachusetts Utility Multi-Programming System.
9
votes
12answers
10k views
Tips for learning MUMPS (M) / Cache?
I'm interested in getting involved/up to speed on VistA, the Veterans' Administrations open source medical records system. To that effect, I understand I should learn the MUMPS (M) language upon ...
2
votes
4answers
303 views
Need MUMPS Sample Code
I am working on an analysis tool for which I need MUMPS sample code. Can anyone provide me MUMPS live code or sample code? Also suggest some links for same.
1
vote
1answer
102 views
Datatree MUMPS — resolve undefined variables to null/empty string?
I'm trying to port some scripts from a modern version of Intersystems Cache back to 1980s Datatree MUMPS. It was written in the context where $ZUTIL(18,2) was set. That is, undefined variables ...
1
vote
1answer
87 views
1
vote
2answers
62 views
Query Regarding Mumps Statement
what is the meaning of F :":::A:""T"""::$X::::"*":J%% this statement?
1
vote
2answers
104 views
1
vote
3answers
85 views
Mumps Syntactical conflicts
I am learning Mumps language while analyzing code got a doubt which is
what is difference between B%% vs %%B.
But refference doc the syntax i have seen only %%B format but in code they had use like
...
1
vote
1answer
184 views
Difference between Routine and naked global indicator in MUMPS language
I am working on MUMPS in my recent project.
I have query reagrding naked indicator.I am confused between routine and naked global reference.
can anybody help me to understand diffrence between routine ...
1
vote
5answers
886 views
query on MUMPS from asp.net/C#
Does any body know how to query from MUMPS database using C# without using KBSQL -ODBC?
We have requirement to query from MUMPS databse( Mckesson STAR Patient care) and when we use KBSQL it is ...
0
votes
1answer
51 views
Regarding Extract Function
i have query related to extract function, will Extract Function accept ASCII Value?
0
votes
1answer
38 views
0
votes
2answers
80 views
Query in MUMPS statement
I $P(GIH,,24)= S $P(GIH,,24)="C" S
What is the meaning of two S's in above MUMPS statement?
0
votes
3answers
76 views
Want help in Understanding MUMPS syntaxes
Could you please let me know meaning of below statment?
S:%B= %B="@1" S:%E= %E="@999"
0
votes
2answers
64 views
0
votes
1answer
43 views
mumps syntaxs declaration
Q ZR $ZTLP I Q=-1 S Q,A=F G T
I Q< S A=F G R
How to identify Label, Keyword and Variable in MUMPS?
What is Q in above code? i.e. Label, Variable or Key word?
What are the Rules to define ...
0
votes
4answers
210 views
mumps lanaguage FOR loop related
if i define For K="ABC":1:3 now what is the value of "ABC",how the loop to excute "ABC" or instead of that ABC if i take any "string", how does increment the string "ABC".
Bhas