SAP ABAP Class CL_ISH_SCR_PATIENT (IS-H: Patient Header Screen Class)
Hierarchy
☛
IS-H (Software Component) SAP Healthcare
⤷
IS-H-PM (Application Component) Patient Management
⤷
N1BASE (Package) IS-H: Basic Functionality; TSA Development
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_ISH_SCREEN_STD | IS-H: Basic Class for Screens of Standard | 20030924 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_ISHMED_SCR_PATIENT_AG_COVER | IS-H*MED: Pat.Screen Cover for Collective Order | 20050117 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_ISHMED_SCR_PATIENT_BASE | IS-H*MED: Screen Class Patient CORD in Treatment Pathways | 20050317 |
Properties
| Class | CL_ISH_SCR_PATIENT | |
| Short Description | IS-H: Patient Header Screen Class | |
| Super Class | CL_ISH_SCREEN_STD | IS-H: Basic Class for Screens of Standard |
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | N1BASE | IS-H: Basic Functionality; TSA Development |
| Created | 20030924 | SAP |
| Last change | 20110810 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_ISH_SCR_PATIENT has no interface implemented.
Friends
Class CL_ISH_SCR_PATIENT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | TABNAME | 'NPAT' | Table Name | 20031106 | ||
| 2 | Constant | Public | Type reference (TYPE) | ISH_FIELDNAME | 'PAP' | IS-H: Field Name | 20031103 | ||
| 3 | Constant | Public | Type reference (TYPE) | ISH_FIELDNAME | 'PATNR' | IS-H: Field Name | 20031103 | ||
| 4 | Constant | Public | Type reference (TYPE) | ISH_OBJECT_TYPE | 7013 | Screen Class: Patient Header | 20100218 | ||
| 5 | Instance attribute | Public | Attribute reference (LIKE) | 20030924 | |||||
| 6 | Instance attribute | Public | Attribute reference (LIKE) | 20030924 | |||||
| 7 | Instance attribute | Public | Attribute reference (LIKE) | 20030924 | |||||
| 8 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_ISHMED_PATIENT_PROVISIONAL | Patient Subscreen | 20030924 | |||
| 9 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_ISH_PATIENT_PROVISIONAL | IS-H Class | 20030924 | |||
| 10 | Instance attribute | Protected | Type reference (TYPE) | SY-DYNNR | Patient Subscreen Screen | 20030924 | |||
| 11 | Instance attribute | Protected | Type reference (TYPE) | SY-REPID | Patient Subscreen Program | 20030924 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Change Instance of Patient with Provisional Master Data | 20040621 | |
| 2 | Instance method | Public | Constructor | Constructor | 20030924 | |
| 3 | Static method | Public | Method | Create Instance of Screen | 20030924 | |
| 4 | Instance method | Public | Method | Unlock Data of Subscreen Again | 20031103 | |
| 5 | Instance method | Public | Method | Determine Program and Screen of Patient Subscreen | 20030924 | |
| 6 | Instance method | Public | Method | Returns the Patient Subscreen | 20040216 |
Events
Class CL_ISH_SCR_PATIENT has no event.
Types
Class CL_ISH_SCR_PATIENT has no local type.
Method Signatures
Method CHANGE_PAT_PROVI Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CR_ERRORHANDLER | Call by reference | Object reference (TYPE REF TO) | CL_ISHMED_ERRORHANDLING | IS-H*MED: Klasse zur Fehlerabarbeitung | 20040621 | |||
| 2 | ER_PAT_PROVI | Call by reference | Object reference (TYPE REF TO) | CL_ISH_PATIENT_PROVISIONAL | IS-H: Vorläufige Patientenstammdaten | 20040622 | |||
| 3 | E_PATNR | Value transfer | Type reference (TYPE) | NPAT-PATNR | Patientennummer realer Patient | 20040621 | |||
| 4 | E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | Returncode | 20040621 |
Method CHANGE_PAT_PROVI on class CL_ISH_SCR_PATIENT has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_ISH_SCR_PATIENT has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Instanz der Klasse kann nicht angelegt werden | 20030924 |
Method CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CR_ERRORHANDLER | Call by reference | Object reference (TYPE REF TO) | CL_ISHMED_ERRORHANDLING | IS-H*MED: Klasse zur Fehlerabarbeitung | 20030924 | |||
| 2 | ER_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_ISH_SCR_PATIENT | IS-H: Bausteinklasse Aufnahmedaten | 20030924 | |||
| 3 | E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | IS-H: Returncode bei Methodenaufrufen | 20030924 |
Method CREATE on class CL_ISH_SCR_PATIENT has no exception.
Method DEQUEUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CR_ERRORHANDLER | Call by reference | Object reference (TYPE REF TO) | CL_ISHMED_ERRORHANDLING | Fehlerhandling | 20031103 | |||
| 2 | E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | Returncode | 20031103 |
Method DEQUEUE on class CL_ISH_SCR_PATIENT has no exception.
Method GET_DYNPRO_PAT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_DYNNR_PAT | Value transfer | Type reference (TYPE) | SY-DYNNR | ABAP-Programm, Nummer des aktuellen Dynpros | 20030924 | |||
| 2 | E_PGM_PAT | Value transfer | Type reference (TYPE) | SY-REPID | 20030924 |
Method GET_DYNPRO_PAT on class CL_ISH_SCR_PATIENT has no exception.
Method GET_SCR_PATIENT_SUB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RR_SCR_PATIENT_SUB | Value transfer | Object reference (TYPE REF TO) | CL_ISHMED_PATIENT_PROVISIONAL | IS-H*MED: Subscreen vorläufige Patientenstammdaten | 20040216 |
Method GET_SCR_PATIENT_SUB on class CL_ISH_SCR_PATIENT has no exception.
History
| Last changed by/on | SAP | 20110810 |
| SAP Release Created in | 472 |