UNPKG

@dotbase/hl7-v2-message

Version:

Parses HL7 v2.x messages into typed javascript objects and makes them easily accessable.

109 lines (108 loc) 1.73 kB
import Hl7Fields from '../../../model/Hl7Fields'; import Hl7Field from '../../../model/Hl7Field'; export default class STF_Fields extends Hl7Fields { /** * Primary Key Value - STF */ STF_1: Hl7Field; /** * Staff ID Code */ STF_2: Hl7Field; /** * Staff Name */ STF_3: Hl7Field; /** * Staff Type */ STF_4: Hl7Field; /** * Sex */ STF_5: Hl7Field; /** * Date/Time Of Birth */ STF_6: Hl7Field; /** * Active/Inactive Flag */ STF_7: Hl7Field; /** * Department */ STF_8: Hl7Field; /** * Hospital Service */ STF_9: Hl7Field; /** * Phone */ STF_10: Hl7Field; /** * Office/Home Address */ STF_11: Hl7Field; /** * Institution Activation Date */ STF_12: Hl7Field; /** * Institution Inactivation Date */ STF_13: Hl7Field; /** * Backup Person ID */ STF_14: Hl7Field; /** * E-Mail Address */ STF_15: Hl7Field; /** * Preferred Method Of Contact */ STF_16: Hl7Field; /** * Marital Status */ STF_17: Hl7Field; /** * Job Title */ STF_18: Hl7Field; /** * Job Code/Class */ STF_19: Hl7Field; /** * Employment Status */ STF_20: Hl7Field; /** * Additional Insured on Auto */ STF_21: Hl7Field; /** * Driver s License Number - Staff */ STF_22: Hl7Field; /** * Copy Auto Ins */ STF_23: Hl7Field; /** * Auto Ins. Expires */ STF_24: Hl7Field; /** * Date Last DMV Review */ STF_25: Hl7Field; /** * Date Next DMV Review */ STF_26: Hl7Field; }