/usr/share/gconf/schemas/aeskulap.schemas is in aeskulap 0.2.2b1-13.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | <gconfschemafile>
<schemalist>
<schema>
<key>/schemas/apps/aeskulap/preferences/local_aet</key>
<applyto>/apps/aeskulap/preferences/local_aet</applyto>
<owner>aeskulap</owner>
<type>string</type>
<default>AESKULAP</default>
<locale name="C">
<short>Local DICOM AET</short>
<long>Defines the Application Entity Title of Aeskulap for network communication.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/aeskulap/preferences/local_port</key>
<applyto>/apps/aeskulap/preferences/local_port</applyto>
<owner>aeskulap</owner>
<type>int</type>
<default>6000</default>
<locale name="C">
<short>Local DICOM port</short>
<long>Defines the TCP/IP port for network communication.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/aeskulap/preferences/characterset</key>
<applyto>/apps/aeskulap/preferences/characterset</applyto>
<owner>aeskulap</owner>
<type>string</type>
<default>ISO_IR 100</default>
<locale name="C">
<short>Specific CharacterSet</short>
<long>Defines the DICOM character set to use</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/aeskulap/preferences/server_aet</key>
<applyto>/apps/aeskulap/preferences/server_aet</applyto>
<owner>aeskulap</owner>
<type>list</type>
<list_type>string</list_type>
<default>[ARCHIV]</default>
<locale name="C">
<short>List of remote server AET's</short>
<long>This is a list of all available remote DICOM server AET's.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/aeskulap/preferences/server_port</key>
<applyto>/apps/aeskulap/preferences/server_port</applyto>
<owner>aeskulap</owner>
<type>list</type>
<list_type>int</list_type>
<default>[6100]</default>
<locale name="C">
<short>List of remote server ports</short>
<long>This is a list of all available remote DICOM server ports.</long>
</locale>
</schema>
<schema>
<key>/schemas/apps/aeskulap/preferences/server_hostname</key>
<applyto>/apps/aeskulap/preferences/server_hostname</applyto>
<owner>aeskulap</owner>
<type>list</type>
<list_type>string</list_type>
<default>[shuttle]</default>
<locale name="C">
<short>List of remote server hostnames</short>
<long>This is a list of all available remote DICOM server hostnames.</long>
</locale>
</schema>
</schemalist>
</gconfschemafile>
|