| <?xml version="1.0" encoding="UTF-8"?> | 
| <CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>HPAcceptResult__c</fullName> | 
|     <externalId>false</externalId> | 
|     <formula>if (isblank(HPSignUpDate__c) || GoodCount__c = 0, '', | 
|     if ((GoodCount__c = GoodCountHP__c) || (!isblank(HPConfirmDateBack__c)&&skip_Distribution_Sign__c) ||(!isblank(salesHPManageConfirmDate__c)&&!skip_Distribution_Sign__c), '全部验收', | 
|         if (GoodCountHP__c > 0, '部分验收', '整单非完好')))</formula> | 
|     <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs> | 
|     <label>验收结果(医院)</label> | 
|     <required>false</required> | 
|     <trackTrending>false</trackTrending> | 
|     <type>Text</type> | 
|     <unique>false</unique> | 
| </CustomField> |