XdsObjects Help file
XdsObjects.Enums Namespace / AssociationType Enumeration



AssociationType Enumeration
Relationships between XdsDocuments, and between XdsDocuments and XdsFolders
Syntax
Public Enum AssociationType 
   Inherits System.Enum
Dim instance As AssociationType
public enum AssociationType : System.Enum 
public enum class AssociationType : public System.Enum 
Members
MemberDescription
Append Indicates that a document appends content to another
HasMember This is a generic relationship, used to define the relationship between documents and folders
IsSnapshotOf Indicates that a document is a Snapshot of On-Demand document entry
Replace Indicates that a document replaces another
Signs Indicates that a document provides a digital signature for another
SubmitAssociation For Submitting arbitrary associations to repair an existing patient record
TransformIndicates that a document transforms another (leaving the original, otherwise TransformAndReplace would be more appropriate
TransformAndReplace Indicates that a document both transforms and replaces another
UpdateAvailabilityStatus Used in XDS Update Availability Status transaction
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         XdsObjects.Enums.AssociationType

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