Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
titleSample DICOM nodes PLIST dictionary
<dict>
	<key>AETitle</key>
	<string>SAMPLE_AET</string>
	<key>Address</key>
	<string>sample.local</string>
	<key>Port</key>
	<integer>11121</integer>
	<key>Description</key>
	<string>This is a sample DICOM node</string>
	<key>QR</key>
	<true/>
	<key>Send</key>
	<false/>
	<key>Transfer Syntax</key>
	<integer>2</integer>
</dict>

Shared Databases List

In the shared databases list, the dictionary items must contain the following key-values:

...