Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsSTF_22
Unit
BSHL7DT22
Declaration
type TbsSTF_22 = class(TbsHL7Segment)
Description
Staff Identification Segment
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function StaffIdCodeRepCount : Integer; |
|
|
function StaffTypeRepCount : Integer; |
|
|
function DepartmentRepCount : Integer; |
|
|
function ServiceRepCount : Integer; |
|
|
function PhoneRepCount : Integer; |
|
|
function OfficeHomeAddressRepCount : Integer; |
|
|
function ActivationDateRepCount : Integer; |
|
|
function InactivationDateRepCount : Integer; |
|
|
function BackupPersonIdRepCount : Integer; |
|
|
function EmailAddressRepCount : Integer; |
|
Properties
|
property StfPrimaryKeyValue : TbsCE_22 read GetStfPrimaryKeyValue write SetStfPrimaryKeyValue; |
Stf - Primary Key Value, Min : 1, Max : 1
|
|
property StaffIdCode[RepCount:Integer]: TbsCE_22 read GetStaffIdCode write SetStaffIdCode; |
Staff Id Code, Min : 0, Max : *
|
|
property StaffName : TbsPN_22 read GetStaffName write SetStaffName; |
Staff Name, Min : 0, Max : 1
|
|
property StaffType[RepCount:Integer]: TbsID_22 read GetStaffType write SetStaffType; |
Staff Type, Min : 0, Max : *
|
|
property Sex : TbsID_22 read GetSex write SetSex; |
Sex, Min : 0, Max : 1
|
|
property DateOfBirth : TbsTS_22 read GetDateOfBirth write SetDateOfBirth; |
Date Of Birth, Min : 0, Max : 1
|
|
property ActiveInactive : TbsID_22 read GetActiveInactive write SetActiveInactive; |
Active / Inactive, Min : 0, Max : 1
|
|
property Department[RepCount:Integer]: TbsCE_22 read GetDepartment write SetDepartment; |
Department, Min : 0, Max : *
|
|
property Service[RepCount:Integer]: TbsCE_22 read GetService write SetService; |
Service, Min : 0, Max : *
|
|
property Phone[RepCount:Integer]: TbsTN_22 read GetPhone write SetPhone; |
Phone, Min : 0, Max : *
|
|
property OfficeHomeAddress[RepCount:Integer]: TbsAD_22 read GetOfficeHomeAddress write SetOfficeHomeAddress; |
Office / Home Address, Min : 0, Max : 2
|
|
property ActivationDate[RepCount:Integer]: TbsCM_DIN_22 read GetActivationDate write SetActivationDate; |
Activation Date, Min : 0, Max : *
|
|
property InactivationDate[RepCount:Integer]: TbsCM_DIN_22 read GetInactivationDate write SetInactivationDate; |
Inactivation Date, Min : 0, Max : *
|
|
property BackupPersonId[RepCount:Integer]: TbsCE_22 read GetBackupPersonId write SetBackupPersonId; |
Backup Person Id, Min : 0, Max : *
|
|
property EmailAddress[RepCount:Integer]: TbsST_22 read GetEmailAddress write SetEmailAddress; |
E-mail Address, Min : 0, Max : *
|
|
property PreferredMethodOfContact : TbsID_22 read GetPreferredMethodOfContact write SetPreferredMethodOfContact; |
Preferred Method Of Contact, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|