# 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