Class TbsUAC_26
Unit
BSHL7DT26
Declaration
type TbsUAC_26 = class(TbsHL7Segment)
Description
User Authentication Credential This optional segment provides user authentication credentials, a Kerberos Service Ticket or SAML assertion, to be used by the receiving system to obtain user identification data. Refer to HL7 Table 0615 - User Authentication Credential Type Code . It is to be used in when the receiving application system requires the sending system to provide end-user identification for accountability or access control in interactive applications. Since user authentication implementations often limit the time period for validity of the session authentication credentials, this segment is not intended for use in non-interactive applications.
Hierarchy
Overview
Properties
Description
Properties
|
property UserAuthenticationCredentialTypeCode : TbsCWE_26 read GetUserAuthenticationCredentialTypeCode write SetUserAuthenticationCredentialTypeCode; |
User Authentication Credential Type Code, Min : 1, Max : 1
|
|
property UserAuthenticationCredential : TbsED_26 read GetUserAuthenticationCredential write SetUserAuthenticationCredential; |
User Authentication Credential, Min : 1, Max : 1
|
Generated by PasDoc 0.14.0.
|