Hierarchy

⤷

⤷

IMG Activity
ID | ISHMED_GL_TD | Activate Pathway Proposal in Diagnosis Processing |
Transaction Code | S_P7C_98000327 | (empty) |
Created on | 20060810 | |
Customizing Attributes | ISHMED_GL_TD | Activate Pathway Proposal in Diagnosis Processing |
Customizing Activity |
Document
Document Class | SIMG | Hypertext: Object Class - Class to which a document belongs. |
Document Name | ISHMED_GL_TD |
Use
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 column whether a proposal exists for a patient. The Pathway Proposal icon 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.
Requirements
Standard settings
Activities
If you wish to use the pathway proposals, you must implement the following call of the 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.
To use the function in other dialogs for diagnosis entry (PMD for example) you can also use the static method CL_ISHMED_GL_TRIGGER=>SET_PROPOSAL_BY_DIA.
Example
Business Attributes
ASAP Roadmap ID | 105 | Define functions and processes |
Mandatory / Optional | 2 | Optional activity |
Critical / Non-Critical | 2 | Non-critical |
Country-Dependency | A | Valid for all countries |
Assigned Application Components
Documentation Object Class | Documentation Object Name | Current line number | Application Component | Application Component Name |
---|---|---|---|---|
SIMG | ISHMED_GL_TD | 0 | KK4H000013 | Use of Treatment Pathways |
Maintenance Objects
Maintenance object type |
History
Last changed by/on | SAP | 20060810 |
SAP Release Created in |