| <?xml version="1.0" encoding="UTF-8"?> | 
| <CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>Hospital_DC_Name__c</fullName> | 
|     <description>IF ( RecordType.DeveloperName = 'Target', Agency_Hospital_Target__r.Name , Agency_Hospital__r.Name ) + "[" + Text(Department_Cateogy__c) + "]"</description> | 
|     <externalId>false</externalId> | 
|     <formula>IF (Isblank(Agency_Hospital_All__c), ''  | 
|     , Agency_Hospital_All__r.Name + "[" + Text(Department_Cateogy__c) + "]" | 
| )</formula> | 
|     <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs> | 
|     <label>医院科室名</label> | 
|     <required>false</required> | 
|     <trackHistory>false</trackHistory> | 
|     <trackTrending>false</trackTrending> | 
|     <type>Text</type> | 
|     <unique>false</unique> | 
| </CustomField> |