| <?xml version="1.0" encoding="UTF-8"?> | 
| <CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>ChangeReason__c</fullName> | 
|     <externalId>false</externalId> | 
|     <label>变更原因</label> | 
|     <required>false</required> | 
|     <trackTrending>false</trackTrending> | 
|     <type>Picklist</type> | 
|     <valueSet> | 
|         <restricted>true</restricted> | 
|         <valueSetDefinition> | 
|             <sorted>false</sorted> | 
|             <value> | 
|                 <fullName>医院转赠</fullName> | 
|                 <default>false</default> | 
|                 <label>医院转赠</label> | 
|             </value> | 
|             <value> | 
|                 <fullName>经销商原因</fullName> | 
|                 <default>false</default> | 
|                 <label>经销商原因</label> | 
|             </value> | 
|             <value> | 
|                 <fullName>集中采购分配到地方</fullName> | 
|                 <default>false</default> | 
|                 <label>集中采购分配到地方</label> | 
|             </value> | 
|             <value> | 
|                 <fullName>2014年前发货,最终用户修改</fullName> | 
|                 <default>false</default> | 
|                 <label>2014年前发货,最终用户修改</label> | 
|             </value> | 
|             <value> | 
|                 <fullName>总院分院间调用</fullName> | 
|                 <default>false</default> | 
|                 <label>总院分院间调用</label> | 
|             </value> | 
|             <value> | 
|                 <fullName>禁用/医院整改迁移</fullName> | 
|                 <default>false</default> | 
|                 <label>禁用/医院整改迁移</label> | 
|             </value> | 
|             <value> | 
|                 <fullName>其他</fullName> | 
|                 <default>false</default> | 
|                 <label>其他</label> | 
|             </value> | 
|             <value> | 
|                 <fullName>医院合并</fullName> | 
|                 <default>false</default> | 
|                 <isActive>false</isActive> | 
|                 <label>医院合并</label> | 
|             </value> | 
|         </valueSetDefinition> | 
|     </valueSet> | 
| </CustomField> |