| <?xml version="1.0" encoding="UTF-8"?> | 
| <CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>Related_Hospital__c</fullName> | 
|     <externalId>false</externalId> | 
|     <formula>if( ISBLANK( Hospital__c),'', Hospital__r.Name )  &  | 
| if( ISBLANK( Hospital1__c),'', ','  & Hospital1__r.Name )  &  | 
| if( ISBLANK( Hospital2__c),'', ','  & Hospital2__r.Name )  &  | 
| if( ISBLANK( Hospital3__c),'', ','  & Hospital3__r.Name )  &  | 
| if( ISBLANK( Hospital4__c),'', ','  & Hospital4__r.Name )</formula> | 
|     <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs> | 
|     <label>关联医院名称</label> | 
|     <required>false</required> | 
|     <trackHistory>false</trackHistory> | 
|     <trackTrending>false</trackTrending> | 
|     <type>Text</type> | 
|     <unique>false</unique> | 
| </CustomField> |