Skip to content

Instantly share code, notes, and snippets.

View bmamlin's full-sized avatar

Burke Mamlin bmamlin

  • OpenMRS / Regenstrief / Indiana University
View GitHub Profile
@bmamlin
bmamlin / gist:2870555
Created June 4, 2012 20:05
Release failure
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building openmrs-release-test 1.10.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- buildnumber-maven-plugin:1.0:create (default) @ openmrs-release-test ---
[INFO] Change the default 'svn' provider implementation to 'javasvn'.
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:parse-version (parse-version) @ openmrs-release-test ---
[INFO]
<!--
RSS generated by JIRA (4.4#649-r158309) at Wed Jun 06 16:33:56 EDT 2012
It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary add field=key&field=summary to the URL of your request.
For example:
https://tickets.openmrs.org/sr/jira.issueviews:searchrequest-xml/temp/SearchRequest.xml?jqlQuery=project+in+%28%22OpenMRS+Standalone%22%2C+%22OpenMRS+Trunk%22%2C+%22Form+Entry+Module%22%2C+%22HTML+Form+Entry+Module%22%2C+%22Logic+Module%22%2C+%22Reporting+Compatability+Module%22%2C+%22Reporting+Module%22%2C+%22Serialization+XStream%22%2C+%22XForms+Module%22%29+AND+issuetype+%3D+bug+AND+resolution+is+EMPTY+and+votes+%3E+1+ORDER+BY+votes+DESC%2C+priority+DESC%2C+fixVersion+ASC&tempMax=1000&field=key&field=summary
-->
<!-- If you wish to do custom client-side styling of RSS, uncomment this:
<?xml-stylesheet href="https://tickets.openmrs.org/styles/jiraxml2html.xsl" type="text/xsl"?>
@bmamlin
bmamlin / fiddle.response.json
Created September 26, 2012 20:38
Sample G3 System Message
{
"timestamp" : "9/26/2012 09:32",
"message" : "G3 is currently slower than normal.<br/>We are investigating the problem and expect to have it resolved soon."
}
@bmamlin
bmamlin / fiddle.response.html
Created September 26, 2012 21:31
Sample G3 News
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed nec sodales lectus. Vivamus in arcu sem. Nullam nec risus est. Nulla facilisis tincidunt mauris vel gravida. Phasellus justo nisl, placerat vel consequat nec, semper sit amet diam. Duis sit amet odio neque, quis fermentum est. Aliquam erat volutpat. Cras vulputate adipiscing ante. In bibendum tristique venenatis. Donec eros lacus, dictum in sollicitudin sed, condimentum id nisl. Proin in commodo nisi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Lorem ipsum dolor sit amet, consectetur adipiscing elit. In laoreet sodales mauris sit amet venenatis.</p>
<div id="tip"></div>
<div class="nobreak">
<h2>G3 v3.24 Release notes</h2>
<ul>
<li>Reports have come to G3. Pocket Rounds and Patient Med Lists on demand!</li>
<li>Improved drug allergy checking</li>
<li>New features preparing for Inpatient G3</li>
<li>We've got a new look. The patient selector and a new layout for the patient dashboard. We hope you like
@bmamlin
bmamlin / fiddle.response.json
Created September 27, 2012 02:26
G3 Sample Tips
[
"G3 got it's name from being as the third version of the Medical Gopher system.",
"You can report G3 bugs at any time by using the Feedback button at the top. We're listening!",
"You can move from field to field with the tab key or the enter key in G3.",
"G3 has your back! Notes are backed up every few seconds as you write them.",
"Having trouble finding an order? When searching for orders, there is a selector on the left you can use to limit your search results to meds, tests, etc.",
"With your help, G3 is growing into the world's most innovative order entry systems. We welcome your feedback in making it better.",
"Looking for a patient's phone number? Just click on their name in the header.",
"Use Release Orders to release a patient from clinic and Quick Orders between visits.",
"Did you know that you can search for ICD9 codes by number?",
@bmamlin
bmamlin / fiddle.response.html
Created September 27, 2012 02:43
G3 Sample Release Notes
<h2>G3 v3.24 Release notes</h2>
<ul>
<li>Reports have come to G3. Pocket Rounds and Patient Med Lists on demand!</li>
<li>Improved drug allergy checking</li>
<li>New features preparing for Inpatient G3</li>
<li>We've got a new look. The patient selector and a new layout for the patient dashboard. We hope you like the changes.</li>
<li>Create your own patient lists</li>
<li>Share note templates</li>
<li>Conflict resolution lets you safely save draft orders and even work together on admitting or discharge orders.</li>
</ul>
@bmamlin
bmamlin / fiddle.response.json
Created September 27, 2012 02:47
G3 Sample Resources
[
{
"title": "Gopher References",
"url": "http://gopher.regenstrief.org/references/?view=WMH"
},
{
"title": "Wishard Central",
"url": "http://wishardcentral.wishard.edu"
},
{
@bmamlin
bmamlin / fiddle.response.json
Created September 28, 2012 17:14
G3 Reports
[
{
"date" : "26-Sep-2012 18:15",
"title" : "VISIT NOTE - GOPHER",
"source" : "WISHARD",
"author" : "SIMPSON, HOMER"
},
{
"date" : "26-Sep-2012 17:51",
"title" : "VISIT NOTE - GOPHER",
@bmamlin
bmamlin / gist:4059753
Created November 12, 2012 14:37
Adding Page Context to querybrowser module
diff --git a/omod/src/main/webapp/manage.jsp b/omod/src/main/webapp/manage.jsp
index c98ce0f..28156f6 100644
--- a/omod/src/main/webapp/manage.jsp
+++ b/omod/src/main/webapp/manage.jsp
@@ -3,7 +3,7 @@
<%@ include file="template/localHeader.jsp"%>
-<script data-main="/openmrs/moduleResources/querybrowser/app.js" src="/openmrs/moduleResources/querybrowser/require.js"></script>
+<script data-main="${pageContext.request.contextPath}/moduleResources/querybrowser/app.js" src="${pageContext.request.contextPath}/moduleResources/querybrowser/require.js"></script>
@bmamlin
bmamlin / fiddle.response.json
Created December 9, 2012 02:28
G3DxOrderSets
[{ "id":"53841","name":"Hernia Inguinal","orders":[
{"comment":"","name":"Docusate NA","sig":""},
{"comment":"","name":"ADVANCE DIET","sig":""},
{"comment":"","name":"up ad lib","sig":""}
]},
{ "id":"53842","name":"Cytomegalovirus","orders":[
{"comment":"","name":"Ganciclovir Inj","sig":""},
{"comment":"","name":"CMV IgG EIA (QN)","sig":""},
{"comment":"","name":"CMV IgM Ser Titr IF","sig":""},
{"comment":"","name":"CMV DNA Ql PCR","sig":""}