| <?xml version="1.0" encoding="UTF-8"?> | 
| <CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>Department_Cateogy__c</fullName> | 
|     <externalId>false</externalId> | 
|     <label>科室分类</label> | 
|     <required>false</required> | 
|     <trackFeedHistory>false</trackFeedHistory> | 
|     <trackHistory>false</trackHistory> | 
|     <trackTrending>false</trackTrending> | 
|     <type>Picklist</type> | 
|     <valueSet> | 
|         <restricted>true</restricted> | 
|         <valueSetDefinition> | 
|             <sorted>false</sorted> | 
|             <value> | 
|                 <fullName>GI</fullName> | 
|                 <default>false</default> | 
|                 <label>GI</label> | 
|             </value> | 
|             <value> | 
|                 <fullName>ET</fullName> | 
|                 <default>false</default> | 
|                 <label>ET</label> | 
|             </value> | 
|             <value> | 
|                 <fullName>BF</fullName> | 
|                 <default>false</default> | 
|                 <label>BF</label> | 
|             </value> | 
|             <value> | 
|                 <fullName>GS</fullName> | 
|                 <default>false</default> | 
|                 <label>GS</label> | 
|             </value> | 
|             <value> | 
|                 <fullName>URO</fullName> | 
|                 <default>false</default> | 
|                 <label>URO</label> | 
|             </value> | 
|             <value> | 
|                 <fullName>GYN</fullName> | 
|                 <default>false</default> | 
|                 <label>GYN</label> | 
|             </value> | 
|             <value> | 
|                 <fullName>ENT</fullName> | 
|                 <default>false</default> | 
|                 <label>ENT</label> | 
|             </value> | 
|             <value> | 
|                 <fullName>OTH</fullName> | 
|                 <default>false</default> | 
|                 <label>OTH</label> | 
|             </value> | 
|         </valueSetDefinition> | 
|     </valueSet> | 
| </CustomField> |