| <?xml version="1.0" encoding="UTF-8"?> | 
| <CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>of_OPD_Last_Month__c</fullName> | 
|     <externalId>false</externalId> | 
|     <formula>if (  | 
| case (  | 
| month( today()),  | 
| 1, DoOPDHospital_ThisYear12__c,  | 
| 2, DoOPDHospital_ThisYear1__c,  | 
| 3, DoOPDHospital_ThisYear2__c,  | 
| 4, DoOPDHospital_ThisYear3__c,  | 
| 5, DoOPDHospital_ThisYear4__c,  | 
| 6, DoOPDHospital_ThisYear5__c,  | 
| 7, DoOPDHospital_ThisYear6__c,  | 
| 8, DoOPDHospital_ThisYear7__c,  | 
| 9, DoOPDHospital_ThisYear8__c,  | 
| 10, DoOPDHospital_ThisYear9__c,  | 
| 11, DoOPDHospital_ThisYear10__c,  | 
| 12, DoOPDHospital_ThisYear11__c,  | 
| -1  | 
| ) > 0,  | 
| 1,  | 
| 0  | 
| )</formula> | 
|     <formulaTreatBlanksAs>BlankAsZero</formulaTreatBlanksAs> | 
|     <label>上个月OPD次数</label> | 
|     <precision>18</precision> | 
|     <required>false</required> | 
|     <scale>0</scale> | 
|     <trackTrending>false</trackTrending> | 
|     <type>Number</type> | 
|     <unique>false</unique> | 
| </CustomField> |