XdsObjects Help file
XdsObjects Namespace / XdsSubmissionSet Class / IntendedRecipients Property



IntendedRecipients Property
Represents the organization(s) or person(s) for whom the Submission set is intended.
Syntax
Public Property IntendedRecipients As XdsMultiString
Dim instance As XdsSubmissionSet
Dim value As XdsMultiString
 
instance.IntendedRecipients = value
 
value = instance.IntendedRecipients
public XdsMultiString IntendedRecipients {get; set;}
public:
property XdsMultiString^ IntendedRecipients {
   XdsMultiString^ get();
   void set (    XdsMultiString^ value);
}
Remarks

This is only intended for use in XDM and XDR

Eaxch item in this XdsMultiString should be formatted as an HL7 XON (organisation) code followed by | and then an XCN (person) name. Whilst either code may be absent, the | is mandatory is the person details are included

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