XdsObjects Help file
XdsObjects Namespace / XdsDocument Class / EventCodeList Property



EventCodeList Property
The code(s) representing the main clinical acts, such as a colonoscopy or an appendectomy, being documented.
Syntax
Public Property EventCodeList As List(Of XdsCode)
Dim instance As XdsDocument
Dim value As List(Of XdsCode)
 
instance.EventCodeList = value
 
value = instance.EventCodeList
public List<XdsCode> EventCodeList {get; set;}
public:
property List<XdsCode^>^ EventCodeList {
   List<XdsCode^>^ get();
   void set (    List<XdsCode^>^ value);
}
Remarks

This property corresponds to the XDSDocumentEntry.confidentialityCode 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