SAP ABAP Class CL_ISHMED_ME_AGENT (IS-H*MED: Agents)
Hierarchy
☛
IS-H (Software Component) SAP Healthcare
⤷
IS-HMED (Application Component) Clinical System
⤷
NMED_ME (Package) IS-H*MED: Medication
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_ISH_MASTER_DATA | IS-H: Base Class for Master Data Objects | 20030923 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_ISHMED_COLLECTION_OBJECT | IS-H*MED: Interface for Object Type of an Object Collection | 20031002 |
Properties
| Class | CL_ISHMED_ME_AGENT | |
| Short Description | IS-H*MED: Agents | |
| Super Class | CL_ISH_MASTER_DATA | IS-H: Base Class for Master Data Objects |
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | N1ME | |
| Program status | ||
| Category | 0 | |
| Package | NMED_ME | IS-H*MED: Medication |
| Created | 20030923 | SAP |
| Last change | 20050224 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_ISHMED_ME_AGENT has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_ISHMED_COLLECTION_OBJECT | IS-H*MED: Interface for Object Type of an Object Collection | 20031002 |
Friends
Class CL_ISHMED_ME_AGENT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Type reference (TYPE) | RNAGENT | IS-H*MED: Agents of Drugs | 20030923 | |||
| 2 | Instance attribute | Protected | Type reference (TYPE) | ISH_ON_OFF | IS-H: Boolean Data Type for ON (= "X") and OFF (= " ") | 20031210 | |||
| 3 | Instance attribute | Protected | Type reference (TYPE) | ISH_ON_OFF | IS-H: Boolean Data Type for ON (= "X") and OFF (= " ") | 20031007 | |||
| 4 | Instance attribute | Public | Attribute reference (LIKE) | 20031007 | |||||
| 5 | Static Attribute | Private | Type reference (TYPE) | ISH_NAMETAB_TAB | IS-H: Import Table Fields (Table) | 20031201 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Changes Attributes of Agent | 20030923 | |
| 2 | Instance method | Public | Constructor | Constructor | 20031002 | |
| 3 | Static method | Public | Method | Creates New Agent | 20030923 | |
| 4 | Instance method | Public | Method | Deletes an Agent | 20030923 | |
| 5 | Instance method | Private | Method | Remove Database Lock | 20031002 | |
| 6 | Instance method | Private | Method | Set Database Lock | 20031002 | |
| 7 | Static method | Public | Method | Checks Existence of Database Entry | 20031017 | |
| 8 | Static method | Public | Method | Checks Existence of Assignment | 20031126 | |
| 9 | Static method | Private | Method | Get Instance from Object Manager | 20031002 | |
| 10 | Static method | Public | Method | Supplies Primary Key for Secondary Key Attributes | 20031202 | |
| 11 | Instance method | Protected | Method | Initialize Attribute | 20031007 | |
| 12 | Static method | Public | Method | Returns Whether Data Record Is Selected for Deletion | 20040301 | |
| 13 | Instance method | Public | Method | Object in Read-Only Mode | 20031007 | |
| 14 | Static method | Public | Method | Load Agent | 20031002 | |
| 15 | Static method | Public | Method | Load Agent Using Agent Name | 20031126 | |
| 16 | Static method | Protected | Method | Read Data Record | 20031007 | |
| 17 | Static method | Protected | Method | Checks Existence of Assignment | 20031126 | |
| 18 | Static method | Protected | Method | Read Data Record Using Agent Name | 20031126 | |
| 19 | Instance method | Public | Method | Display <-> Change | 20040309 |
Events
Class CL_ISHMED_ME_AGENT has no event.
Types
Class CL_ISHMED_ME_AGENT has no local type.
Method Signatures
Method CHANGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_ERRORHANDLER | Call by reference | Object reference (TYPE REF TO) | CL_ISHMED_ERRORHANDLING | IS-H*MED: Klasse zur Fehlerabarbeitung | 20031007 | |||
| 2 | E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | IS-H: Returncode bei Methodenaufrufen | 20031007 | |||
| 3 | I_AGENT | Call by reference | Type reference (TYPE) | RNAGENT_C | IS-H*MED: Wirkstoffe von Arzneimitteln | 20031007 |
Method CHANGE on class CL_ISHMED_ME_AGENT has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_AGENT | Value transfer | Type reference (TYPE) | RNAGENT | IS-H*MED: Wirkstoffe von Arzneimitteln | 20031007 | |||
| 2 | I_MODE | Call by reference | Type reference (TYPE) | ISH_MODUS | IS-H: Bearbeitungsmodus von Datensätzen (I/U/D) | 20031007 | |||
| 3 | I_READONLY | Value transfer | Type reference (TYPE) | ISH_ON_OFF | Änderungsschutz verwenden | 20031008 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | IS-H*MED: Fehler bei der Instanzierung | 20031016 | ||
| 2 | IS-H*MED: Medikation - Sperren setzen | 20031016 |
Method CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_ERRORHANDLER | Call by reference | Object reference (TYPE REF TO) | CL_ISHMED_ERRORHANDLING | IS-H*MED: Klasse zur Fehlerabarbeitung | 20031007 | |||
| 2 | E_INSTANCE | Call by reference | Object reference (TYPE REF TO) | CL_ISHMED_ME_AGENT | IS-H*MED: Wirkstoffe | 20031007 | |||
| 3 | E_RC | Call by reference | Type reference (TYPE) | ISH_METHOD_RC | IS-H: Returncode bei Methodenaufrufen | 20031007 | |||
| 4 | I_AGENT | Value transfer | Type reference (TYPE) | RNAGENT | IS-H*MED: Medikation, Wirkstoffe von Arzneimitteln | 20031007 |
Method CREATE on class CL_ISHMED_ME_AGENT has no exception.
Method DELETE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_ERRORHANDLER | Call by reference | Object reference (TYPE REF TO) | CL_ISHMED_ERRORHANDLING | IS-H*MED: Klasse zur Fehlerabarbeitung | 20031007 | |||
| 2 | E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | IS-H: Returncode bei Methodenaufrufen | 20031007 |
Method DELETE on class CL_ISHMED_ME_AGENT has no exception.
Method DEQUEUE Signature
Method DEQUEUE on class CL_ISHMED_ME_AGENT has no parameter.
Method DEQUEUE on class CL_ISHMED_ME_AGENT has no exception.
Method ENQUEUE Signature
Method ENQUEUE on class CL_ISHMED_ME_AGENT has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | IS-H*MED: Medikation - Sperren setzen | 20031016 |
Method EXIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | IS-H: Returncode bei Methodenaufrufen | 20031017 | |||
| 2 | I_AGENT_ID | Value transfer | Type reference (TYPE) | N1ME_AGENTID | IS-H*MED: Interne Wirkstoff-ID | 20031017 |
Method EXIST on class CL_ISHMED_ME_AGENT has no exception.
Method EXIST_AGENT_REF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | IS-H: Returncode bei Methodenaufrufen | 20031126 | |||
| 2 | I_AGENT_ID | Value transfer | Type reference (TYPE) | N1ME_AGENTID | IS-H*MED: Interne Wirkstoff-ID | 20031126 |
Method EXIST_AGENT_REF on class CL_ISHMED_ME_AGENT has no exception.
Method GET_FROM_MANAGER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_INSTANCE | Call by reference | Object reference (TYPE REF TO) | CL_ISHMED_ME_AGENT | 20031002 | ||||
| 2 | E_RC | Call by reference | Type reference (TYPE) | ISH_METHOD_RC | IS-H: Returncode bei Methodenaufrufen | 20031002 | |||
| 3 | I_AGENT_ID | Value transfer | Type reference (TYPE) | N1ME_AGENTID | UUID in Character-Darstellung | 20031007 |
Method GET_FROM_MANAGER on class CL_ISHMED_ME_AGENT has no exception.
Method GET_PRIMARY_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_ERRORHANDLER | Call by reference | Object reference (TYPE REF TO) | CL_ISHMED_ERRORHANDLING | IS-H*MED: Klasse zur Fehlerabarbeitung | 20031202 | |||
| 2 | E_AGENTID | Value transfer | Type reference (TYPE) | N1ME_AGENTID | IS-H*MED: Interne Wirkstoff-ID | 20031202 | |||
| 3 | E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | IS-H: Returncode bei Methodenaufrufen | 20031202 | |||
| 4 | I_AGENT_NAME | Value transfer | Type reference (TYPE) | N1ME_AGENT | IS-H*MED: Wirkstoffname | 20031202 | |||
| 5 | I_CATIDBDC | Value transfer | Type reference (TYPE) | N1ME_CATID | IS-H*MED: Identifikation eines Arzneimittel-Katalogs | 20031202 | |||
| 6 | I_EXTKEY | Value transfer | Type reference (TYPE) | N1ME_EXTKEY | IS-H*MED: ID im externen Arzneimittelkatalog | 20040205 |
Method GET_PRIMARY_KEY on class CL_ISHMED_ME_AGENT has no exception.
Method INITIALIZE Signature
Method INITIALIZE on class CL_ISHMED_ME_AGENT has no parameter.
Method INITIALIZE on class CL_ISHMED_ME_AGENT has no exception.
Method IS_DELETED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_AGENTID | Call by reference | Type reference (TYPE) | N1ME_AGENTID | IS-H*MED: Interne Wirkstoff-ID | 20040301 | |||
| 2 | R_LOEKZ | Value transfer | Type reference (TYPE) | RI_LOEKZ | IS-H: Löschvormerkung/-kennzeichen | 20040301 |
Method IS_DELETED on class CL_ISHMED_ME_AGENT has no exception.
Method IS_READONLY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_READONLY | Value transfer | Type reference (TYPE) | ISH_ON_OFF | IS-H: Boolscher Datentyp für ON (= 'X') und OFF (=' ') | 20031007 |
Method IS_READONLY on class CL_ISHMED_ME_AGENT has no exception.
Method LOAD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_ERRORHANDLER | Call by reference | Object reference (TYPE REF TO) | CL_ISHMED_ERRORHANDLING | IS-H*MED: Klasse zur Fehlerabarbeitung | 20031007 | |||
| 2 | E_INSTANCE | Call by reference | Object reference (TYPE REF TO) | CL_ISHMED_ME_AGENT | IS-H*MED: Wirkstoffe | 20031007 | |||
| 3 | E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | IS-H: Returncode bei Methodenaufrufen | 20031007 | |||
| 4 | I_AGENT_ID | Value transfer | Type reference (TYPE) | N1ME_AGENTID | IS-H*MED: Interne Wirkstoff-ID | 20031007 | |||
| 5 | I_READONLY | Call by reference | Type reference (TYPE) | ISH_ON_OFF | ON | Schutz gegen Änderung | 20031008 |
Method LOAD on class CL_ISHMED_ME_AGENT has no exception.
Method LOAD_SEC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_ERRORHANDLER | Call by reference | Object reference (TYPE REF TO) | CL_ISHMED_ERRORHANDLING | IS-H*MED: Klasse zur Fehlerabarbeitung | 20031126 | |||
| 2 | E_INSTANCE | Call by reference | Object reference (TYPE REF TO) | CL_ISHMED_ME_AGENT | IS-H*MED: Wirkstoffe | 20031126 | |||
| 3 | E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | IS-H: Returncode bei Methodenaufrufen | 20031126 | |||
| 4 | I_AGENTNAME | Value transfer | Type reference (TYPE) | N1ME_AGENT | IS-H*MED: Interne Wirkstoff-ID | 20031126 | |||
| 5 | I_READONLY | Call by reference | Type reference (TYPE) | ISH_ON_OFF | OFF | Schutz gegen Änderung | 20031126 |
Method LOAD_SEC on class CL_ISHMED_ME_AGENT has no exception.
Method SELECT_AGENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_AGENT | Value transfer | Type reference (TYPE) | RNAGENT | IS-H*MED: Wirkstoffe von Arzneimitteln | 20031007 | |||
| 2 | E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | IS-H: Returncode bei Methodenaufrufen | 20031007 | |||
| 3 | I_AGENT_ID | Call by reference | Type reference (TYPE) | N1ME_AGENTID | UUID des Wirkstoffes | 20031007 |
Method SELECT_AGENT on class CL_ISHMED_ME_AGENT has no exception.
Method SELECT_AGENT_REF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | IS-H: Returncode bei Methodenaufrufen | 20031126 | |||
| 2 | I_AGENT_ID | Call by reference | Type reference (TYPE) | N1ME_AGENTID | UUID des Wirkstoffes | 20031126 |
Method SELECT_AGENT_REF on class CL_ISHMED_ME_AGENT has no exception.
Method SELECT_AGENT_SEC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_AGENT | Call by reference | Type reference (TYPE) | RNAGENT | IS-H*MED: Wirkstoffe von Arzneimitteln | 20031126 | |||
| 2 | E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | IS-H: Returncode bei Methodenaufrufen | 20031126 | |||
| 3 | I_AGENTNAME | Call by reference | Type reference (TYPE) | N1ME_AGENT | UUID des Wirkstoffes | 20031126 |
Method SELECT_AGENT_SEC on class CL_ISHMED_ME_AGENT has no exception.
Method SET_READONLY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_ERRORHANDLER | Call by reference | Object reference (TYPE REF TO) | CL_ISHMED_ERRORHANDLING | IS-H*MED: Klasse zur Fehlerabarbeitung | 20040309 | |||
| 2 | E_RC | Value transfer | Type reference (TYPE) | ISH_METHOD_RC | IS-H: Returncode bei Methodenaufrufen | 20040309 | |||
| 3 | I_READONLY | Call by reference | Type reference (TYPE) | ISH_ON_OFF | IS-H: Boolscher Datentyp für ON (= 'X') und OFF (=' ') | 20040309 |
Method SET_READONLY on class CL_ISHMED_ME_AGENT has no exception.
History
| Last changed by/on | SAP | 20050224 |
| SAP Release Created in | 472 |