| <?xml version="1.0" encoding="UTF-8"?> | 
| <CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>OfficeCategory__c</fullName> | 
|     <externalId>false</externalId> | 
|     <label>科室分类</label> | 
|     <required>false</required> | 
|     <trackHistory>false</trackHistory> | 
|     <trackTrending>false</trackTrending> | 
|     <type>Picklist</type> | 
|     <valueSet> | 
|         <valueSetDefinition> | 
|             <sorted>false</sorted> | 
|             <value> | 
|                 <fullName>1.消化科</fullName> | 
|                 <default>false</default> | 
|                 <label>1.消化科</label> | 
|             </value> | 
|             <value> | 
|                 <fullName>2.呼吸科</fullName> | 
|                 <default>false</default> | 
|                 <label>2.呼吸科</label> | 
|             </value> | 
|             <value> | 
|                 <fullName>3.普外科</fullName> | 
|                 <default>false</default> | 
|                 <label>3.普外科</label> | 
|             </value> | 
|             <value> | 
|                 <fullName>4.泌尿科</fullName> | 
|                 <default>false</default> | 
|                 <label>4.泌尿科</label> | 
|             </value> | 
|             <value> | 
|                 <fullName>5.妇科</fullName> | 
|                 <default>false</default> | 
|                 <label>5.妇科</label> | 
|             </value> | 
|             <value> | 
|                 <fullName>6.耳鼻喉科</fullName> | 
|                 <default>false</default> | 
|                 <label>6.耳鼻喉科</label> | 
|             </value> | 
|             <value> | 
|                 <fullName>7.ET</fullName> | 
|                 <default>false</default> | 
|                 <label>7.ET</label> | 
|             </value> | 
|             <value> | 
|                 <fullName>8.综合</fullName> | 
|                 <default>false</default> | 
|                 <label>8.综合</label> | 
|             </value> | 
|             <value> | 
|                 <fullName>9.RS</fullName> | 
|                 <default>false</default> | 
|                 <label>9.RS</label> | 
|             </value> | 
|         </valueSetDefinition> | 
|     </valueSet> | 
| </CustomField> |