1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>All_ope_total__c</fullName>
    <externalId>false</externalId>
    <formula>IF(Strategic_dept_category__c = &quot;消化科&quot;, 0, 
IF(Strategic_dept_category__c = &quot;呼吸科&quot;, 0, 
IF(Strategic_dept_category__c = &quot;普外科&quot;, Open_GS_case_total__c + Lapa_GS_Case_total__c + Other_GS_case_total__c + Chest_GS_case_total__c, 
IF(Strategic_dept_category__c = &quot;泌尿科&quot;, Open_URO_case_total__c + Lapa_URO_Case_total__c + Other_URO_case_total__c, 
IF(Strategic_dept_category__c = &quot;妇科&quot;, Open_GYN_case_total__c + Lapa_GYN_case_total__c + Other_GYN_case_total__c, 
IF(Strategic_dept_category__c = &quot;耳鼻喉科&quot;, ENT_Ope_exam_total__c, 
IF(Strategic_dept_category__c = &quot;其他&quot;, Open_Abdomen_Other_Ope_Num__c, 
)</formula>
    <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs>
    <label>手术数累计</label>
    <precision>18</precision>
    <required>false</required>
    <scale>0</scale>
    <trackHistory>false</trackHistory>
    <trackTrending>false</trackTrending>
    <type>Number</type>
    <unique>false</unique>
</CustomField>