<?xml version="1.0" encoding="UTF-8"?> 
 | 
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> 
 | 
    <fullName>case_category1__c</fullName> 
 | 
    <externalId>false</externalId> 
 | 
    <label>对象病例①</label> 
 | 
    <required>false</required> 
 | 
    <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>TURP</fullName> 
 | 
                <default>false</default> 
 | 
                <label>TURP</label> 
 | 
            </value> 
 | 
            <value> 
 | 
                <fullName>TUR-Bt</fullName> 
 | 
                <default>false</default> 
 | 
                <label>TUR-Bt</label> 
 | 
            </value> 
 | 
            <value> 
 | 
                <fullName>TCR</fullName> 
 | 
                <default>false</default> 
 | 
                <label>TCR</label> 
 | 
            </value> 
 | 
        </valueSetDefinition> 
 | 
    </valueSet> 
 | 
</CustomField> 
 |