XdsObjects Help file
XdsObjects Namespace / XdsDocument Class / PracticeSettingCode Property



In This Topic
    PracticeSettingCode Property
    In This Topic
    The code specifying the clinical specialty where the act that resulted in the document was performed
    Syntax
    Public Property PracticeSettingCode As XdsCode
    Dim instance As XdsDocument
    Dim value As XdsCode
     
    instance.PracticeSettingCode = value
     
    value = instance.PracticeSettingCode
    public XdsCode PracticeSettingCode {get; set;}
    public:
    property XdsCode^ PracticeSettingCode {
       XdsCode^ get();
       void set (    XdsCode^ value);
    }
    Remarks

    This property corresponds to the XDSDocumentEntry.practiceSettingCode Classification

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also