Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsSTF_23
Unit
BSHL7DT23
Declaration
type TbsSTF_23 = 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; |
|
|
function MaritalStatusRepCount : Integer; |
|
Properties
|
property STFPrimaryKeyValue : TbsCE_23 read GetSTFPrimaryKeyValue write SetSTFPrimaryKeyValue; |
STF - Primary Key Value, Min : 1, Max : 1
|
|
property StaffIDCode[RepCount:Integer]: TbsCE_23 read GetStaffIDCode write SetStaffIDCode; |
Staff ID Code, Min : 0, Max : *
|
|
property StaffName : TbsXPN_23 read GetStaffName write SetStaffName; |
Staff Name, Min : 0, Max : 1
|
|
property StaffType[RepCount:Integer]: TbsID_23 read GetStaffType write SetStaffType; |
Staff Type, Min : 0, Max : *
|
|
property Sex : TbsIS_23 read GetSex write SetSex; |
Sex, Min : 0, Max : 1
|
|
property DateofBirth : TbsTS_23 read GetDateofBirth write SetDateofBirth; |
Date of Birth, Min : 0, Max : 1
|
|
property ActiveInactiveFlag : TbsID_23 read GetActiveInactiveFlag write SetActiveInactiveFlag; |
Active/Inactive Flag, Min : 0, Max : 1
|
|
property Department[RepCount:Integer]: TbsCE_23 read GetDepartment write SetDepartment; |
Department, Min : 0, Max : *
|
|
property Service[RepCount:Integer]: TbsCE_23 read GetService write SetService; |
Service, Min : 0, Max : *
|
|
property Phone[RepCount:Integer]: TbsXTN_23 read GetPhone write SetPhone; |
Phone, Min : 0, Max : *
|
|
property OfficeHomeAddress[RepCount:Integer]: TbsAD_23 read GetOfficeHomeAddress write SetOfficeHomeAddress; |
Office/Home Address, Min : 0, Max : 2
|
|
property ActivationDate[RepCount:Integer]: TbsCM_DIN_23 read GetActivationDate write SetActivationDate; |
Activation Date, Min : 0, Max : *
|
|
property InactivationDate[RepCount:Integer]: TbsCM_DIN_23 read GetInactivationDate write SetInactivationDate; |
Inactivation Date, Min : 0, Max : *
|
|
property BackupPersonID[RepCount:Integer]: TbsCE_23 read GetBackupPersonID write SetBackupPersonID; |
Backup Person ID, Min : 0, Max : *
|
|
property EmailAddress[RepCount:Integer]: TbsST_23 read GetEmailAddress write SetEmailAddress; |
E-mail Address, Min : 0, Max : *
|
|
property PreferredMethodofContact : TbsCE_23 read GetPreferredMethodofContact write SetPreferredMethodofContact; |
Preferred Method of Contact, Min : 0, Max : 1
|
|
property MaritalStatus[RepCount:Integer]: TbsIS_23 read GetMaritalStatus write SetMaritalStatus; |
Marital Status, Min : 0, Max : *
|
|
property JobTitle : TbsST_23 read GetJobTitle write SetJobTitle; |
Job Title, Min : 0, Max : 1
|
|
property JobCodeClass : TbsJCC_23 read GetJobCodeClass write SetJobCodeClass; |
Job Code/Class, Min : 0, Max : 1
|
|
property EmploymentStatus : TbsIS_23 read GetEmploymentStatus write SetEmploymentStatus; |
Employment Status, Min : 0, Max : 1
|
|
property AdditionalInsuredonAuto : TbsID_23 read GetAdditionalInsuredonAuto write SetAdditionalInsuredonAuto; |
Additional Insured on Auto, Min : 0, Max : 1
|
|
property DriversLicenseNumber : TbsDLN_23 read GetDriversLicenseNumber write SetDriversLicenseNumber; |
Driver's License Number, Min : 0, Max : 1
|
|
property CopyAutoIns : TbsID_23 read GetCopyAutoIns write SetCopyAutoIns; |
Copy Auto Ins, Min : 0, Max : 1
|
|
property AutoInsExpires : TbsDT_23 read GetAutoInsExpires write SetAutoInsExpires; |
Auto Ins. Expires, Min : 0, Max : 1
|
|
property DateLastDMVReview : TbsDT_23 read GetDateLastDMVReview write SetDateLastDMVReview; |
Date Last DMV Review, Min : 0, Max : 1
|
|
property DateNextDMVReview : TbsDT_23 read GetDateNextDMVReview write SetDateNextDMVReview; |
Date Next DMV Review, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|