XdsObjects Help file
XdsObjects Namespace / XdsSubmissionSet Class / ContentType Property



In This Topic
    ContentType Property
    In This Topic
    The code specifying the type of clinical activity that resulted in placing these XDS Documents in this XDS-Submission Set.
    Syntax
    Public Property ContentType As XdsCode
    Dim instance As XdsSubmissionSet
    Dim value As XdsCode
     
    instance.ContentType = value
     
    value = instance.ContentType
    public XdsCode ContentType {get; set;}
    public:
    property XdsCode^ ContentType {
       XdsCode^ get();
       void set (    XdsCode^ value);
    }
    Remarks

    This property corresponds to the XDSSubmissionSet.contentTypeCode 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