<?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 = "消化科", 0,
|
IF(Strategic_dept_category__c = "呼吸科", 0,
|
IF(Strategic_dept_category__c = "普外科", 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 = "泌尿科", Open_URO_case_total__c + Lapa_URO_Case_total__c + Other_URO_case_total__c,
|
IF(Strategic_dept_category__c = "妇科", Open_GYN_case_total__c + Lapa_GYN_case_total__c + Other_GYN_case_total__c,
|
IF(Strategic_dept_category__c = "耳鼻喉科", ENT_Ope_exam_total__c,
|
IF(Strategic_dept_category__c = "其他", Open_Abdomen_Other_Ope_Num__c,
|
0
|
)
|
)
|
)
|
)
|
)
|
)
|
)</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>
|