-
Notifications
You must be signed in to change notification settings - Fork 0
/
shim-default.properties
57 lines (46 loc) · 2.2 KB
/
shim-default.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
;
; $Id$
;
; Authors:
; Jeff Buchbinder <[email protected]>
;
; FreeMED Electronic Medical Record / Practice Management System
; Copyright (C) 1999-2012 FreeMED Software Foundation
;
; This program is free software; you can redistribute it and/or modify
; it under the terms of the GNU General Public License as published by
; the Free Software Foundation; either version 2 of the License, or
; (at your option) any later version.
;
; This program is distributed in the hope that it will be useful,
; but WITHOUT ANY WARRANTY; without even the implied warranty of
; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
; GNU General Public License for more details.
;
; You should have received a copy of the GNU General Public License
; along with this program; if not, write to the Free Software
; Foundation, Inc., 51 Franklin St, Suite 500, Boston, MA 02110, USA.
; Persistent Job Store location
jobstore.location=./work/jobstore.db
; Default drivers
driver.dosingpump=org.freemedsoftware.device.impl.DosingPumpScilogShim
driver.labelprinter=org.freemedsoftware.device.impl.LabelEscPosShim
driver.signature=org.freemedsoftware.device.impl.SignatureTopazShim
; Label Printer defaults
org.freemedsoftware.device.impl.LabelEscPosShim.port=/dev/lp0
org.freemedsoftware.device.impl.LabelEscPosShim.timeout=30
; TOPAZ Signature Tablet defaults
org.freemedsoftware.device.impl.SignatureTopazShim.tabletModel=SignatureGemLCD1X5
org.freemedsoftware.device.impl.SignatureTopazShim.tabletPort=HID1
; Scilog Dosing Pump defaults
org.freemedsoftware.device.impl.DosingPumpScilogShim.enabled=false
org.freemedsoftware.device.impl.DosingPumpScilogShim.port=/dev/ttyS0
org.freemedsoftware.device.impl.DosingPumpScilogShim.baud=9600
org.freemedsoftware.device.impl.DosingPumpScilogShim.timeout=100
org.freemedsoftware.device.impl.DosingPumpScilogShim.reversePumpDuration=30
org.freemedsoftware.device.impl.DosingPumpScilogShim.primePumpDuration=90
; Microlab 3500 defaults
org.freemedsoftware.device.impl.LabMicroLab3500Shim.enabled=false
org.freemedsoftware.device.impl.LabMicroLab3500Shim.port=/dev/ttyS0
org.freemedsoftware.device.impl.LabMicroLab3500Shim.baud=4800
org.freemedsoftware.device.impl.LabMicroLab3500Shim.timeout=100