INJ_ILL_DIAG_VW

(SQL View)
Index Back

Inj/Ill Medcl Diagnosis/Incdnt

INJ_ILL_DIAG_VW is a view of INJURY_ILL_DIAG that sorts medical diagnosis records by incident number rather than by employee ID or non-employee ID. This functionality is part of the Health and Safety module.

SELECT INCIDENT_NBR ,EMPLID ,EMPL_RCD ,NON_EMPLOYEE_ID ,CARE_TYPE ,DIAGNOSIS_CD FROM PS_INJURY_ILL_DIAG

  • Parent record: INJURY_ILL_VW
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 INCIDENT_NBR Character(8) VARCHAR2(8) NOT NULL Incident Number

    Prompt Table: INCIDENT_DATA

    2 EMPLID Character(11) VARCHAR2(11) NOT NULL Employee ID

    Prompt Table: PERSON

    3 EMPL_RCD Number(3,0) SMALLINT NOT NULL Empl Rcd Nbr

    Prompt Table: PER_ORG_ASGN_VW

    4 NON_EMPLOYEE_ID Character(11) VARCHAR2(11) NOT NULL Non-Employee ID

    Prompt Table: NE_INCIDNT_SRCH

    5 CARE_TYPE Character(1) VARCHAR2(1) NOT NULL Type of Health Care
    A=1st Treatment (Physician)
    B=Company Physician
    E=Emergency Care
    H=Family Physician
    K=Hospital
    L=Further Treatment (Hospital)
    O=Ongoing Health Care
    S=Specialist
    W=Further Treatment (Physician)
    6 DIAGNOSIS_CD Character(6) VARCHAR2(6) NOT NULL Diagnosis Code

    Prompt Table: DIAGNOSIS_TBL