Class TbsUAC_26

DescriptionHierarchyFieldsMethodsProperties

Unit

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

Public property UserAuthenticationCredentialTypeCode : TbsCWE_26 read GetUserAuthenticationCredentialTypeCode write SetUserAuthenticationCredentialTypeCode;
Public property UserAuthenticationCredential : TbsED_26 read GetUserAuthenticationCredential write SetUserAuthenticationCredential;

Description

Properties

Public property UserAuthenticationCredentialTypeCode : TbsCWE_26 read GetUserAuthenticationCredentialTypeCode write SetUserAuthenticationCredentialTypeCode;

User Authentication Credential Type Code, Min : 1, Max : 1

Public property UserAuthenticationCredential : TbsED_26 read GetUserAuthenticationCredential write SetUserAuthenticationCredential;

User Authentication Credential, Min : 1, Max : 1


Generated by PasDoc 0.14.0.