| <?xml version="1.0" encoding="UTF-8"?> | 
| <ValidationRule xmlns="http://soap.sforce.com/2006/04/metadata"> | 
|     <fullName>SIS_Request_Input_before_submit</fullName> | 
|     <active>true</active> | 
|     <description>提交时必须输入医院信息,实施人1</description> | 
|     <errorConditionFormula>Text(Status__c) = '提交' &&  | 
| RecordTypeId = '01210000000RLTi' &&  | 
| (ISNULL(Hospital_Department__c) || ISNULL(Hospital_Reference__c) || ISNULL(Department_Class_Ref__c) || ISNULL(Practitioner1__c)     | 
|   | 
| )</errorConditionFormula> | 
|     <errorMessage>提交时必须输入医院信息,实施人1!</errorMessage> | 
| </ValidationRule> |