|
|
Browse by Tags
All Tags » templates (RSS)
Showing page 1 of 4 (37 total posts)
-
This is a really big template .. I think I would break it up into two smaller templates and link them using a linked text macro.
What's wrong with this, commas and all??
group-box -1x-1 "" data [
slabel "The symptoms are exacerbated by: " return
hcheck-group 70x40 "" data [
"sitting" ...
-
I am currently writing some docs explaining the postscript template language here.
If you ever wanted to know something about it, now is the time to ask so that I can include it in the docs!
-
There's a problem with your template .. if you look at the fax preview, you can see that the consult overwrites the header.
Despite this, I did manage to get it to create the correct pdf.
Try this version, which includes the diagnoses and medications:
pagesize Letter
font Times-Bold 14
linewidth 1
at 72x738 "Neurologist1, M.D."
at ...
-
armdpa:in the template language i have come across thin, ultra-thin, wide, return, and then coordinates to layout the template window. Is there any control for how the data gets translated into the note(the output). for example with the radio groups with 4 items all checked on in the note it shows up as follows
----
label item1 ...
-
R211B6
A new check-group widget called hcheck-group that lays out text horizontally rather than vertically. Eg:
group-box "" -1x-1 data [
hcheck-group
100x-1 data [
"Vitamin D" none
...
-
R211B4
A new sticky template widget - sedit-list - which does not require a preceding radio-group
group-box "low back pain examination" -1x-1 data [
slabel "gait" (wide) edit-list "" data [ "normal" "antalgic" ] return
...
-
Uploaded two new templates to the library.Mini chief complaint template which just shows how patient variables can be incorporated into a template. In this case, it shows how a diagnosis may be selected from a table from one of the patient's known diagnosesA knee joint examination from Dr Mamman
-
Currently the main templates follow this structure:
label "sometext" (wide) radio-group 20x5 data [ "N" "A" ] edit-list "" 25x4 data [ "choice1" "choice2" "choice3" ]
or
label "sometext" (wide) radio-group 20x5 data [ "N" "A" ] field ...
-
I'm going to look at improving the templating language ... a template just submitted makes me think we need a way to say "negative" and "positive"
eg:
at 0x24 label "Lachmann's test" (wide) radio-group 20x5 data ["-v" "+v"]
Which will produce: Lachmann's test negative.
-
Hello
What scripting language is used for creating templates?
Is it REBOL ?
joysree
1
|
|
|