buli
2023-06-05 e9e1806b0f4b5bae1fc36204ccc5d6fdad52d66f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Number_of_visit_OR__c</fullName>
    <externalId>false</externalId>
    <formula>Case(Main_Visit_Location__c,
&quot;内視鏡室&quot;,0,
&quot;手術室&quot;,1,
&quot;X-Ray室&quot;,0,
&quot;設備課&quot;,0,
&quot;外来&quot;,0,
&quot;病棟&quot;,0,
&quot;その他&quot;,0,
&quot;医院管理层&quot;,0,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>