XdsObjects Help file
XdsObjects Namespace / XdsPerson Class / StructuredNameHl7 Property



In This Topic
    StructuredNameHl7 Property
    In This Topic
    Structured version of the name, as used in HL7
    Syntax
    Public ReadOnly Property StructuredNameHl7 As String
    Dim instance As XdsPerson
    Dim value As String
     
    value = instance.StructuredNameHl7
    public string StructuredNameHl7 {get;}
    public:
    property String^ StructuredNameHl7 {
       String^ get();
    }
    Remarks
    The returned value is of the form FamilyName^GivenName^MiddleName^Suffix^Prefix
    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