<?xml version="1.0" encoding="UTF-8"?> 
 | 
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata"> 
 | 
    <fullName>Main_Visit_Location__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>X-Ray室</fullName> 
 | 
                <default>false</default> 
 | 
                <label>X-Ray室</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> 
 |