Difference between revisions of "Introduction To Programming VistA with MUMPS"

From VistApedia
Jump to: navigation, search
(Resources)
(VistA)
 
(14 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
== Resources ==
 
== Resources ==
  
*Hardhats Online Fileman Manuals  http://www.hardhats.org/fileman/FMmain.html
+
=== MUMPS ===
 +
 
 +
 
 +
* Start by putting Mumps on your Linux desktop using one of the [[GTM installation]] guides.
 +
* Buy a book: [http://www.amazon.com/Programming-Comprehensive-Guide-Richard-Walters/dp/1555581676/ref=sr_1_1/105-0422841-4138865?ie=UTF8&s=books&qid=1189736193&sr=8-1 M Programmer's Guide @ Amazon]
 +
*The [[GT.M Programmer's Guide]] is an easily usable browser-based language reference with a clickable index in a frame.
 +
*[http://www.fisglobal.com/Products/TechnologyPlatforms/GTM/UserDocumentation/index.htm All Fidelity GT.M Documentation].
 +
*[[GT.M Acculturation Live CD]] Spend a few hours roaming through this virtual machine. It uses VistA as an example of how to use Mumps!
 
*[[MUMPS_Overview|M/Mumps Overview]]
 
*[[MUMPS_Overview|M/Mumps Overview]]
*M/Mumps language reference  http://www.jacquardsystems.com/Examples/
+
*[http://71.174.62.16/Demo/AnnoStd The Annotated M/Mumps Standards] -- by [[Ed de Moel]]
*M/Mumps Annotated language ref http://207.192.157.194/Demo/AnnoStd
+
*[http://www.jacquardsystems.com/Examples/index.htm M/Mumps language reference] -- older version.
*M Tutorials  http://www.geocities.com/SiliconValley/7041/mwm007/mw007tu1.html#Top</p>
+
* [[COSTAR]] and the beginnings of MUMPS in 1966
 +
 
 +
=== VistA ===
  
 +
*[[Programming VistA Issues]]
 +
*[http://www.hardhats.org/fileman/FMmain.html Hardhats Online Fileman Manuals]
 
* [[VistA_Database_Globals|VistA Database Globals]]
 
* [[VistA_Database_Globals|VistA Database Globals]]
 
+
* The [[Astronaut_Installers|Astronaut Installer]] suite pre-installs multiple programming assistants like [[VPE|Victory Programming Environment]] and Kevin Toppenberg's [[Debugging_with_GT.M|TMGIDE debugger]].
* The [[Astronaut_Installers|Astronaut Installer]] suite pre-installs multiple programming assistants like [[VPE|Victory Programming Environment]], Kevin Toppenberg's [[Debugging_with_GT.M|TMGIDE debugger]].
 
 
 
 
* [[VPE|Victory Programming Environment]]
 
* [[VPE|Victory Programming Environment]]
 
 
* Kevin Toppenberg's [[Debugging_with_GT.M|TMGIDE debugger]].
 
* Kevin Toppenberg's [[Debugging_with_GT.M|TMGIDE debugger]].
 +
* Delphi with VistA Developer's Guide [[developers_guide|Delphi with VistA Developer's Guide]].
  
 
== Programming Examples ==
 
== Programming Examples ==
 
+
*[[Hello_World|Hello World and Hello Texas with VistA]]
 
*[[Page_Numbering_Example|Page Numbering Example]]
 
*[[Page_Numbering_Example|Page Numbering Example]]
 
*[[Object_Oriented_Programming_with_M|Object Oriented Programming Example]]
 
*[[Object_Oriented_Programming_with_M|Object Oriented Programming Example]]

Latest revision as of 04:18, 22 December 2010

Resources

MUMPS

VistA

Programming Examples