Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Details
Print Page as PDF
Sub-Field: 160.03

Package: Oncology

ONCOLOGY PATIENT(#160)-->160.03

Sub-Field: 160.03


Information

Parent File Name Number Package
ONCOLOGY PATIENT(#160) FOLLOW-UP CONTACT 160.03 Oncology

Details

Field # Name Loc Type Details
.01 TYPE OF FOLLOW-UP CONTACT 0;1 SET
  • 'PT' FOR Patient;
  • 'MD' FOR Physician;
  • 'NOK' FOR Next of Kin;
  • 'KIN' FOR Other Kin;
  • 'GR' FOR Guardian;
  • 'SO' FOR Significant Other;
  • 'FR' FOR Friend;
  • 'HOSP' FOR Hospital;
  • 'NH' FOR Nursing Home;
  • 'HP' FOR Hospice;
  • 'TR' FOR Tumor Registrar;
  • 'INST' FOR Institution;
  • 'OTH' FOR Other;

  • LAST EDITED:  JUL 19, 1992
  • HELP-PROMPT:  Enter the type of contact (use quotes to enter a second of one type, e.g. "MD")
  • DESCRIPTION:  
    This is the type of follow-up contact.
  • EXECUTABLE HELP:  D TYP^ONCOFUM
  • CROSS-REFERENCE:  160.03^B
    1)= S ^ONCO(160,DA(1),"C","B",$E(X,1,30),DA)=""
    2)= K ^ONCO(160,DA(1),"C","B",$E(X,1,30),DA)
1 CONTACT NAME 0;2 POINTER TO ONCOLOGY CONTACT FILE (#165)
************************REQUIRED FIELD************************
ONCOLOGY CONTACT(#165)

  • LAST EDITED:  AUG 06, 1992
  • HELP-PROMPT:  Enter the name of the follow-up contact
  • DESCRIPTION:  
    This is the name of the person or institution.
  • EXECUTABLE HELP:  D NAM^ONCOFUM
  • CROSS-REFERENCE:  160^ACP^MUMPS
    1)= S ^ONCO(165,"ACP",X,DA(1))=""
    2)= K ^ONCO(165,"ACP",X,DA(1))
    Creates a list under Contact file of contact, patient relationship originating from the Oncology patient contact multiple pointing to the contact file.
  • CROSS-REFERENCE:  160^APC^MUMPS
    1)= S ^ONCO(165,"APC",DA(1),X)=""
    2)= K ^ONCO(165,"APC",DA(1),X)
    This creates a list under the Contact file of patients, and associated contacts as created under the contact multiple of Oncology patient file.
  • CROSS-REFERENCE:  160^AACP^MUMPS
    1)= S ^ONCO(160,"ACP",X,DA(1))=""
    2)= K ^ONCO(160,"ACP",X,DA(1))
    3)= DO NOT DELETE
    Creates follow-up list of contacts and patients followed.
  • CROSS-REFERENCE:  160^AAPC^MUMPS
    1)= S ^ONCO(160,"APC",DA(1),X)=""
    2)= K ^ONCO(160,"APC",DA(1),X)
    3)= DO NOT DELETE
    Creates a list of follow-up contacts for a particular patient.
Info |  Details