<?xml version="1.0" encoding="UTF-8"?> 
 | 
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> 
 | 
    <fullName>ProblemOccurred__c</fullName> 
 | 
    <externalId>false</externalId> 
 | 
    <label>问题发生时间情况</label> 
 | 
    <required>false</required> 
 | 
    <trackHistory>false</trackHistory> 
 | 
    <trackTrending>false</trackTrending> 
 | 
    <type>Picklist</type> 
 | 
    <valueSet> 
 | 
        <valueSetDefinition> 
 | 
            <sorted>false</sorted> 
 | 
            <value> 
 | 
                <fullName>到货验收</fullName> 
 | 
                <default>false</default> 
 | 
                <label>到货验收</label> 
 | 
            </value> 
 | 
            <value> 
 | 
                <fullName>使用前准备-患者未麻醉</fullName> 
 | 
                <default>false</default> 
 | 
                <label>使用前准备-患者未麻醉</label> 
 | 
            </value> 
 | 
            <value> 
 | 
                <fullName>使用前准备-患者已麻醉</fullName> 
 | 
                <default>false</default> 
 | 
                <label>使用前准备-患者已麻醉</label> 
 | 
            </value> 
 | 
            <value> 
 | 
                <fullName>手术-使用中</fullName> 
 | 
                <default>false</default> 
 | 
                <label>手术-使用中</label> 
 | 
            </value> 
 | 
            <value> 
 | 
                <fullName>清洗消毒</fullName> 
 | 
                <default>false</default> 
 | 
                <label>清洗消毒</label> 
 | 
            </value> 
 | 
            <value> 
 | 
                <fullName>其他</fullName> 
 | 
                <default>false</default> 
 | 
                <label>其他</label> 
 | 
            </value> 
 | 
            <value> 
 | 
                <fullName>手术-使用后</fullName> 
 | 
                <default>false</default> 
 | 
                <label>手术-使用后</label> 
 | 
            </value> 
 | 
        </valueSetDefinition> 
 | 
    </valueSet> 
 | 
</CustomField> 
 |