Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsSTF_231
Unit
BSHL7DT231
Declaration
type TbsSTF_231 = class(TbsHL7Segment)
Description
Staff identification segment The STF segment can identify any personnel referenced by information systems. These can be providers, staff, system users, and referring agents. In a network environment, this segment can be used to define personnel to other applications; for example, order entry clerks, insurance verification clerks, admission clerks, as well as provider demographics. MFE-4-primary key value is used to link all the segments pertaining to the same master file entry. Therefore, in the MFE segment, MFE-4-primary key value must be filled in. Other segments may follow the STF segment to provide data for a particular type of staff member. The PRA segment (practitioner) is one such. It may optionally follow the STF segment in order to add practitioner-specific data. Other segments may be defined as needed.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function StaffIDCodeRepCount : Integer; |
|
|
function StaffNameRepCount : Integer; |
|
|
function StaffTypeRepCount : Integer; |
|
|
function DepartmentRepCount : Integer; |
|
|
function HospitalServiceRepCount : Integer; |
|
|
function PhoneRepCount : Integer; |
|
|
function OfficeHomeAddressRepCount : Integer; |
|
|
function InstitutionActivationDateRepCount : Integer; |
|
|
function InstitutionInactivationDateRepCount : Integer; |
|
|
function BackupPersonIDRepCount : Integer; |
|
|
function EMailAddressRepCount : Integer; |
|
Properties
|
property PrimaryKeyValueSTF : TbsCE_231 read GetPrimaryKeyValueSTF write SetPrimaryKeyValueSTF; |
Primary Key Value - STF, Min : 1, Max : 1
|
|
property StaffIDCode[RepCount:Integer]: TbsCX_231 read GetStaffIDCode write SetStaffIDCode; |
Staff ID Code, Min : 0, Max : *
|
|
property StaffName[RepCount:Integer]: TbsXPN_231 read GetStaffName write SetStaffName; |
Staff Name, Min : 0, Max : *
|
|
property StaffType[RepCount:Integer]: TbsIS_231 read GetStaffType write SetStaffType; |
Staff Type, Min : 0, Max : *
|
|
property Sex : TbsIS_231 read GetSex write SetSex; |
Sex, Min : 0, Max : 1
|
|
property DateTimeOfBirth : TbsTS_231 read GetDateTimeOfBirth write SetDateTimeOfBirth; |
Date/Time Of Birth, Min : 0, Max : 1
|
|
property ActiveInactiveFlag : TbsID_231 read GetActiveInactiveFlag write SetActiveInactiveFlag; |
Active/Inactive Flag, Min : 0, Max : 1
|
|
property Department[RepCount:Integer]: TbsCE_231 read GetDepartment write SetDepartment; |
Department, Min : 0, Max : *
|
|
property HospitalService[RepCount:Integer]: TbsCE_231 read GetHospitalService write SetHospitalService; |
Hospital Service, Min : 0, Max : *
|
|
property Phone[RepCount:Integer]: TbsXTN_231 read GetPhone write SetPhone; |
Phone, Min : 0, Max : *
|
|
property OfficeHomeAddress[RepCount:Integer]: TbsXAD_231 read GetOfficeHomeAddress write SetOfficeHomeAddress; |
Office/Home Address, Min : 0, Max : *
|
|
property InstitutionActivationDate[RepCount:Integer]: TbsDIN_231 read GetInstitutionActivationDate write SetInstitutionActivationDate; |
Institution Activation Date, Min : 0, Max : *
|
|
property InstitutionInactivationDate[RepCount:Integer]: TbsDIN_231 read GetInstitutionInactivationDate write SetInstitutionInactivationDate; |
Institution Inactivation Date, Min : 0, Max : *
|
|
property BackupPersonID[RepCount:Integer]: TbsCE_231 read GetBackupPersonID write SetBackupPersonID; |
Backup Person ID, Min : 0, Max : *
|
|
property EMailAddress[RepCount:Integer]: TbsST_231 read GetEMailAddress write SetEMailAddress; |
E-Mail Address, Min : 0, Max : *
|
|
property PreferredMethodOfContact : TbsCE_231 read GetPreferredMethodOfContact write SetPreferredMethodOfContact; |
Preferred Method Of Contact, Min : 0, Max : 1
|
|
property MaritalStatus : TbsCE_231 read GetMaritalStatus write SetMaritalStatus; |
Marital Status, Min : 0, Max : 1
|
|
property JobTitle : TbsST_231 read GetJobTitle write SetJobTitle; |
Job Title, Min : 0, Max : 1
|
|
property JobCodeClass : TbsJCC_231 read GetJobCodeClass write SetJobCodeClass; |
Job Code/Class, Min : 0, Max : 1
|
|
property EmploymentStatus : TbsIS_231 read GetEmploymentStatus write SetEmploymentStatus; |
Employment Status, Min : 0, Max : 1
|
|
property AdditionalInsuredonAuto : TbsID_231 read GetAdditionalInsuredonAuto write SetAdditionalInsuredonAuto; |
Additional Insured on Auto, Min : 0, Max : 1
|
|
property DriversLicenseNumberStaff : TbsDLN_231 read GetDriversLicenseNumberStaff write SetDriversLicenseNumberStaff; |
Driver s License Number - Staff, Min : 0, Max : 1
|
|
property CopyAutoIns : TbsID_231 read GetCopyAutoIns write SetCopyAutoIns; |
Copy Auto Ins, Min : 0, Max : 1
|
|
property AutoInsExpires : TbsDT_231 read GetAutoInsExpires write SetAutoInsExpires; |
Auto Ins. Expires, Min : 0, Max : 1
|
|
property DateLastDMVReview : TbsDT_231 read GetDateLastDMVReview write SetDateLastDMVReview; |
Date Last DMV Review, Min : 0, Max : 1
|
|
property DateNextDMVReview : TbsDT_231 read GetDateNextDMVReview write SetDateNextDMVReview; |
Date Next DMV Review, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|