Ansicht
Dokumentation

ISHMED_GL_TD - Activate Pathway Proposal in Diagnosis Processing

ISHMED_GL_TD - Activate Pathway Proposal in Diagnosis Processing

CPI1466 during Backup   Vendor Master (General Section)  
This documentation is copyright by SAP AG.
SAP E-Book

As a rule pathways are assigned based on diagnoses. Entered diagnoses of the patient or the current case are compared with the diagnosis keys of the proposal criteria of treatment pathways. If a match is found, the system displays the pathway concerned in the proposal list of the assignment dialog.

The system can therefore generate proposals for pathways as soon as diagnoses are entered. For each newly entered diagnosis the system checks whether suitable treatment pathways exist. If a treatment pathway is found for the diagnosis and if no patient pathway exists with a Unique indicator, the diagnosis is saved as a proposal for a patient pathway in table N2GL_TR_DIA.

As standard diagnosis entry is executed with the transactions NP61 (IS-H Diagnosis Processing) and N222 (i.s.h.med Diagnosis Processing). In both transactions the BAdI method ISH_DIAGNOSIS_NP61->RNDIA_CREATE is run. This BAdI is used to activate the pathway proposals.

When the pathway proposals are activated specific views of the clinical work station (care unit lists, etc) display in the Pathway Proposal if there is a proposal for a patient. The icon Pathway Proposal is only displayed, if a proposal exists for a patient and the registered user has the authorization to assign these pathways. The authorization check prevents a user, who has no authorization, from receiving a message that pathways can be assigned. In the assignment dialog he would only see an empty proposal list.

In the views of the CWS the Pathway Proposal column is implemented as a hotspot which calls the assignment dialog. If you assign pathway proposals to a patient in the assignment dialog, the system deletes all proposals for the patient from table N2GL_TR_DIA. In the assignment dialog you can also delete the pathway proposals, without making an assignment.

If you wish to use pathway proposals you must call the following static method CL_ISHMED_GL_TRIGGER=>SET_PROPOSAL_BY_BADI_NP61 in the BAdI method ISH_DIAGNOSIS_NP61->RNDIA_CREATE

  try.

      cl_ishmed_gl_trigger=>set_proposal_by_badi_np61(

          ir_casediagnoses = i_diagnoses

          is_data          = c_data

             ).

    catch cx_ishmed_gl .

  endtry.

In order to use the function in other dialogs for diagnosis entry (such as PMD), you can also use the static method CL_ISHMED_GL_TRIGGER=>SET_PROPOSAL_BY_DIA.






ROGBILLS - Synchronize billing plans   rdisp/max_wprun_time - Maximum work process run time  
This documentation is copyright by SAP AG.

Length: 3231 Date: 20240523 Time: 203517     sap01-206 ( 59 ms )