File: sample.com.pixelmed.display.DicomImageViewer.properties

package info (click to toggle)
pixelmed 20150917-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 22,664 kB
  • ctags: 19,146
  • sloc: java: 117,235; xml: 88,803; makefile: 6,214; sh: 242
file content (118 lines) | stat: -rwxr-xr-x 4,186 bytes parent folder | download | duplicates (4)
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
# Sample DicomImageViewer properties file
#
#  This should be named ".com.pixelmed.display.DicomImageViewer.properties" (note the leading period)
#
#  and it should reside in:
#
#	Windows 2000:	C:\Documents and Settings\username\
#	Windows 98:	C:\Windows\
#	Mac OS X:	/Users/username (i.e. ~/)
#	Solaris:	~/
#	Linux:		~/
#
# where "username" is your username
#
# Network.DynamicConfigurationDebugLevel should be 0 for no debugging (silent), > 0 for more
# verbose levels of debugging
#
Network.DynamicConfigurationDebugLevel=0
#
# Where to store the database support files
#
Application.DatabaseFileName=/tmp/testserverdb
#
# Where to store the images stored in the database
#
Application.SavedImagesFolderName=/tmp/testserverimages
#
# Name to use for external TCP access to database (such a server will not be started if this property is absent)
#
Application.DatabaseServerName=testserverdb
#
# Display.FullScreen should be true if full-screen rather than tiled window mode
#
Display.FullScreen=false
#
# Dicom.StorageSCUCompressionLevel determines what types of compressed Transfer Syntaxes are
# proposed:
#	0 = none
#	1 = propose deflate
#	2 = propose deflate and bzip2 (if bzip2 codec is available)
#
Dicom.StorageSCUCompressionLevel=2
#
# Dicom.StorageSCUDebugLevel should be 0 for no debugging (silent), > 0 for more
# verbose levels of debugging
#
Dicom.StorageSCUDebugLevel=0
#
# Dicom.StorageSCPDebugLevel should be 0 for no debugging (silent), > 0 for more
# verbose levels of debugging
#
Dicom.StorageSCPDebugLevel=0
#
# Dicom.QueryDebugLevel should be 0 for no debugging (silent), > 0 for more
# verbose levels of debugging
#
Dicom.QueryDebugLevel=0
#
# Dicom.ListeningPort should be set to whatever port this DicomImageViewer application is to
# listen on to accept incoming associations.
#
Dicom.ListeningPort=4006
#
# Dicom.CalledAETitle should be set to whatever this DicomImageViewer application is to
# call itself when accepting an association.
#
Dicom.CalledAETitle=LOCALHOST
#
# Dicom.CallingAETitle should be set to whatever this DicomImageViewer application is to
# call itself when initiating an association.
#
Dicom.CallingAETitle=LOCALHOST
#
# Dicom.PrimaryDeviceType should be set to the type of device, e.g., WSD, ARCHIVE.
#
Dicom.PrimaryDeviceType=WSD
#
# Dicom.RemoteAEs is a space or comma separated list of all the available remote AEs;
# each AE may be named anything unique (in this file) without a space or comma; the name
# does not need to be the same as the actual AE title; this name is the one that is
# then used in subsequent properties like Dicom.RemoteAEs.XXXXX.CalledAETitle in
# place of the XXXXX
#
Dicom.RemoteAEs=localhost remote1 remote2
#
# Dicom.CurrentlySelectedStorageTargetAE is the default storage target, i.e. that
# which is initially selected in the list of targets presented to the user.
#
Dicom.CurrentlySelectedStorageTargetAE=remote1
#
# Dicom.CurrentlySelectedQueryTargetAE is the default remote query target, i.e. that
# which is initially selected in the list of targets presented to the user.
#
Dicom.CurrentlySelectedQueryTargetAE=remote1
#
# Each remote AE (listed in Dicom.RemoteAEs) needs to be described by the following
# properties:
# Dicom.RemoteAEs.XXXXX.CalledAETitle
# Dicom.RemoteAEs.XXXXX.HostNameOrIPAddress
# Dicom.RemoteAEs.XXXXX.Port
# Dicom.RemoteAEs.XXXXX.QueryModel=STUDYROOT	(leave out this property if not supported by remote AE)
#
# where XXXXX is the name of the AE displayed to the user and used in this file
# e.g. in the list in Dicom.RemoteAEs
#
Dicom.RemoteAEs.localhost.CalledAETitle=LOCALHOST
Dicom.RemoteAEs.localhost.HostNameOrIPAddress=127.0.0.1
Dicom.RemoteAEs.localhost.Port=4006
#
Dicom.RemoteAEs.remote1.CalledAETitle=REMOTE1
Dicom.RemoteAEs.remote1.HostNameOrIPAddress=10.217.142.23
Dicom.RemoteAEs.remote1.Port=3010
Dicom.RemoteAEs.remote1.QueryModel=STUDYROOT
#
Dicom.RemoteAEs.remote2.CalledAETitle= REMOTE2
Dicom.RemoteAEs.remote2.HostNameOrIPAddress=remote2.organization.com
Dicom.RemoteAEs.remote2.Port=4006
Dicom.RemoteAEs.remote2.QueryModel=STUDYROOT