<?xml version="1.0" encoding="UTF-8"?> 
 | 
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> 
 | 
    <fullName>Dep_Category__c</fullName> 
 | 
    <externalId>false</externalId> 
 | 
    <formula>CASE(Account_ID__r.Parent.RecordType.DeveloperName,  
 | 
'Department_Class_GI','GI',  
 | 
'Department_Class_BF','GI',  
 | 
'Department_Class_ET','GI',  
 | 
'Department_Class_GS','SP',  
 | 
'Department_Class_URO','SP',  
 | 
'Department_Class_GYN','SP',  
 | 
'Department_Class_ENT','SP',  
 | 
'Department_Class_OTH','其他',  
 | 
''  
 | 
)</formula> 
 | 
    <label>内外科区分</label> 
 | 
    <required>false</required> 
 | 
    <trackHistory>false</trackHistory> 
 | 
    <trackTrending>false</trackTrending> 
 | 
    <type>Text</type> 
 | 
    <unique>false</unique> 
 | 
</CustomField> 
 |