C# Class ClearCanvas.Dicom.Audit.ActiveParticipantContents

Show file Open project: jasper-yeh/ClearCanvas

Public Methods

Method Description
ActiveParticipantContents ( ) : System
ActiveParticipantContents ( ClearCanvas.Dicom.Audit.AuditActiveParticipant participant ) : System
ActiveParticipantContents ( RoleIDCode roleId, string _userIDField, string alternateUserId, string _userNameField, string _networkAccessPointIDField, NetworkAccessPointTypeEnum _networkAccessPointTypeCode, bool userIsRequestor ) : System

Method Details

ActiveParticipantContents() public method

public ActiveParticipantContents ( ) : System
return System

ActiveParticipantContents() public method

public ActiveParticipantContents ( ClearCanvas.Dicom.Audit.AuditActiveParticipant participant ) : System
participant ClearCanvas.Dicom.Audit.AuditActiveParticipant
return System

ActiveParticipantContents() public method

public ActiveParticipantContents ( RoleIDCode roleId, string _userIDField, string alternateUserId, string _userNameField, string _networkAccessPointIDField, NetworkAccessPointTypeEnum _networkAccessPointTypeCode, bool userIsRequestor ) : System
roleId RoleIDCode
_userIDField string
alternateUserId string
_userNameField string
_networkAccessPointIDField string
_networkAccessPointTypeCode NetworkAccessPointTypeEnum
userIsRequestor bool
return System