Quantcast
Channel: SCN : Popular Discussions - SAP for Healthcare
Viewing all 3433 articles
Browse latest View live

IDMX


Tcodes in IS-H

$
0
0

Hi experts,

 

Kindly provide me the tcodes in IS-H module

 

eg: Patient master data

 

thanks

 

durai

IS-H Sizing

$
0
0

Hi,

I am trying to estimate initial sizing for an IS-H Solution.

For disk space requirements, Note 878808 says:

"(1) For a medium hospital (~ 700 beds) we estimate approx. 2-3 GB/year."

 

I can't understand if this means 2-3 GB/year per bed? per patient? per case?

 

Will appreciate any help.

 

Regards

Create PMD (Clinical Document) Document from Webdynpro ABAP

$
0
0

Greetings everyone,

       I have developed two PMD document category(Tcode :N2T6 ) for Clinical documents in SAP R/3 and somehow with the limitation of R/3 in terms of developing user friendly screens like Auto fill and image processing etc...,Users do not satisfy with it.So we are planning to develop in Webdynpro ABAP.But i am not sure how do we integrate the webdynpro development with IS-H PMD (clinical documents) documents ,also I am looking for BAPI's to create our customized parameterized documents.Any help will be really appreciated.

 

Thanks,

Vignesh

SAP training in health care

$
0
0

Hi. Can anyone here help me in knowing more about SAP in health care. Is there a specific module/training/certification available for the healthcare industry, preferably based out of Australia?

 

Thank You,

 

Phani

PMD documentation needed

$
0
0

Hi everyone,

This is my first week working with PMD's and I have no previous experience in the field.

 

I'd like to know if any of you might have a tutorial about PMDs.

I found this link in SAP Help, but it'd be great if I could find a more friendly manual about this.

 

Clinical Document Categories - Extended Basic Data - SAP Library

 

I've been searching on google, but I couldn't find anything.

 

I'll appreciate if you could post any kind of information about PMDs.

 

Thanks,

Regards

 

Fabian Gomez

PMD: Get the value into table (Clinical Document)

$
0
0

Greetings everyone,

 

I created a clinical document with the transaction N2T7. I created a document element, "multiple structure (table)" -> avalo_ib

 

The issue is coding level, I want to access the content of all elements of this structure. During the search, i only found the form v01_mu0510_get_data, but this function depends the document version and i considered that is not correct used this one.


Somebody know other standard function, now I am working with this code:


LOOP AT aux_y000002 WHERE dokar = in_ndoc-dokar

                                        AND doknr = in_ndoc-doknr

                                        AND dokvr <> in_ndoc-dokvr

                                        AND doktl = in_ndoc-doktl.

 

       READ TABLE avalo_ib WITH KEY r-dokvr = in_ndoc-dokvr

                           r-valo_val1 = aux_y000002901-val1

                           r-valo_val2 = aux_y000002901-val2

                           r-valo_val3 = aux_y000002901-val3

 

       IF sy-subrc = 0.


       ENDIF.






Transaction Codes

$
0
0

Hi,

 

Can anayone provide me an overview of Transaction Codes in IS-H and IS-Med

 

Thanks in advance

 

Regards

 

Rob Even


SAP IS-H Tables details

$
0
0

Hi,

 

Would anyone be able to give me a list of IS-H tables and a general description of the table functions - like what data it stores, etc.? I am more specifically looking for information to process a) Doctor Management b) Patient Management c) Cash collection d) Doctor Fee processing.

 

Thanks in advance for your help.

 

Zubair

BAPI to create case ID for a patient ID

$
0
0

Hello everyone

 

I have to generate case ID of a patient using patient ID as is done in NV2001.

Can anyone tell me the procedure to to do so or any BAPI for this.

I have tried using BAPI_CASE_CREATE & BAPI_PATCASE_ADDOUTPATVISITCAS.

 

But the  bapis are unable to create Case ID.Pls Help.

 

Thank You in advance.

 

Regards.

Abhinandan Kumar

During modification of n1patorg one movement type should get copied

$
0
0

Hi All,

 

we need to copy the movement type (BEWAR field from n1vkg) from one position to all the other positions to ease up the task.

the transaction we are using here is N1patorg.

Need advice on what to study

$
0
0

Dear all,

   I am an Occupational therapist graduate (similar to physiotherapy) having over 6 years of experience. I also hold a health and social care management degree at post graduate level. I would like to break into computer sector and I wonder is there any course that is directly related to Occupational therapy/rehabilitation.

  Your suggestions are highly valued.

Many thanks in advance

Regards

Shanks

healthcare metrics

$
0
0

Hi,

 

Can anyone help me out in finding out healthcare metrics for a prospect(Hospital).

 

Thanks,

Gayatri.

Not posible to set different "Date from" and "Date to" for immediate services

$
0
0

Hello,

 

We want to set different "Date from" and "Date to" for immediate services but SAP shows this error message:

 

Service XXXXXXX is an immediate service from 01.01.2000 to 31.12.9999 in service catalog C1

Message no. N3333

 

We are using immediate services because we need to set a quantity for the service.

 

Thanks in advance

Best Regards

Customer already exists for company code

$
0
0

After an SAP Service Pack upgrade we initially started to notice a DYNPRO_SEND_IN_BACKGROUND short dump caused by our custom interface that resides between our patient care system and SAP.  Upon further investigation the screen being returned is transaction FD01 in an attempt to create a new FI customer for a self pay insurance relationship.

 

Our custom BAPI makes a call to ISH_BUSPARTNER_GETDETAIL to determine if the business partner exists.  If it does not, we call ISH_INSREL_PAT_SAVE to create.  However, ISH_BUSPARTNER_GETDETAIL tells us that the customer does not exist but when creating with ISH_INSREL_PAT_SAVE is prompts FD01 with the error that the customer already exists. 

 

This used to work fine prior to our upgrade.  I believe our IS-H was at level 14 and is now at 18.  Has something changed that we are not aware of?


Planned discharge and bed occupancy

$
0
0

Dear you all,

When I create a planned discharge, the system releases the bed of the patient. I need the bed to be occupied until the actual discharge, is there any standard way to do it or i need a repair?

Many thanks in advance.

Table for relation between Patient ID and customer Number(KNA1).

$
0
0

Hi Friends

Can anyone tell me table for mapping patient ID and Patient customer number .

 

Thank You.

 

Regards.

Abhinandan Kumar

ADDING NEW FIELD(S) IN AN EXISTING TABLE

$
0
0

Hello all,

 

In our implementation, we add new doctors through transaction NG04, in table NGPA.

 

Recently, due to legislative changes we have to also maintain two new insurance numbers for each doctor - let's call this new numbers "IN2" & "IN3". Our SAP consultants/developers handled this by creating a NEW table, where the "IN2" & "IN3" are stored, together with some other data related to each doctor.

 

Now, when we add a new doctor we have to insert data TWICE, once for the NGPA table and once for the new table. I'd like to make clear that we need the NGPA entry for using the doctor in admissions/services/etc, and the new table for getting the "IN2" & "IN3" insurance numbers, used in custom reports.

 

My questions is this:

Is it possible to add new fields in an existing SAP table, i.e. NGPA? Could we also change the NG04 dialogue, so that it contains the two new fields, so that ONLY ONE table (NGPA) is maintained? Isn't this something that consultants/developers would be aware of?

 

I feel that the answer is "yes" to both questions, but i'd like to hear it from more experienced developers.

 

Thanks for reading and answering.

Sending HL7 Message from ISH system to External System

$
0
0

Hello Friends,

 

I am trying do configure our SAP ISH system to send HL7 messages to External 3rd party system. I did my research on SAP HCM module.

 

I am trying to send HL7 message using SAP XI system. Any help on what version of XI is required and SAP ISH is required would be great help to me. If there is any help document on setup required would also be great help to me.

 

Thanks for the help.

SAP training in health care

$
0
0

Hi. Can anyone here help me in knowing more about SAP in health care. Is there a specific module/training/certification available for the healthcare industry, preferably based out of Australia?

 

Thank You,

 

Phani

Viewing all 3433 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>