# Sample DicomCleaner properties file # # This should be named ".com.pixelmed.display.DicomCleaner.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=99 # # Dicom.ListeningPort should be set to whatever port this DicomCleaner application is to # listen on to accept incoming associations. # Dicom.ListeningPort=4007 # # Dicom.CalledAETitle should be set to whatever this DicomCleaner application is to # call itself when accepting an association. # Dicom.CalledAETitle=GRAYTOO_CLN_4007 # # Dicom.CallingAETitle should be set to whatever this DicomCleaner application is to # call itself when initiating an association. # Dicom.CallingAETitle=GRAYTOO_CLN_4007 # # 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. # Dicom.RemoteAEs=ihecentralstore # # 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=ihecentralstore # # 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=ihecentralstore # # Each remote AE (listed in Dicom.RemoteAEs) needs to be described by three # properties: # Dicom.RemoteAEs.XXXXX.CalledAETitle # Dicom.RemoteAEs.XXXXX.HostNameOrIPAddress # Dicom.RemoteAEs.XXXXX.Port # # where XXXXX is the name of the AE displayed to the user and used in this file # Dicom.RemoteAEs.ihecentralstore.CalledAETitle=YOKO Dicom.RemoteAEs.ihecentralstore.HostNameOrIPAddress=rismall Dicom.RemoteAEs.ihecentralstore.Port=11112 Dicom.RemoteAEs.ihecentralstore.QueryModel=STUDYROOT