SAP ABAP Class CL_ISHMED_TIMELINE_VITALPAR (IS-H*MED: Medical Rounds Vital Signs)
Hierarchy
☛
BBPCRM (Software Component) BBPCRM
⤷
CRM (Application Component) Customer Relationship Management
⤷
CRM_APPLICATION (Package) All CRM Components Without Special Structure Packages
⤷
NORD (Package) R/3MED: Services processing EDV-G
⤷
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_ISHMED_OBJECTTYPE | IS-H*MED: Object Type | 20020605 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_ISH_CONSTANT_DEFINITION | IS-H: Definition of General Constants | 20041203 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_ISH_GRAFIK_CONSTANTS | General Constants for Graphic | 20041203 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_ISHMED_TIMELINE_VP_DEMO | IS-H*MED: Medical Rounds Vital Signs Demo | 20021112 |
Properties
| Class | CL_ISHMED_TIMELINE_VITALPAR | |
| Short Description | IS-H*MED: Medical Rounds Vital Signs | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | NORD | R/3MED: Services processing EDV-G |
| Created | 20020312 | SAP |
| Last change | 20050224 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_ISHMED_TIMELINE_VITALPAR has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_ISHMED_OBJECTTYPE | IS-H*MED: Object Type | 20020605 | ||
| 2 | IF_ISH_CONSTANT_DEFINITION | IS-H: Definition of General Constants | 20041203 | ||
| 3 | IF_ISH_GRAFIK_CONSTANTS | General Constants for Graphic | 20041203 |
Friends
Class CL_ISHMED_TIMELINE_VITALPAR has no friend class.
Attributes
Methods
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | ACTION | Instance Event (0) |
Public (2) |
20041202 | |
| 2 | CHANGEVISIBILITY | Instance Event (0) |
Public (2) |
20041202 | |
| 3 | FREE | Instance Event (0) |
Public (2) |
20041202 | |
| 4 | REFRESHDISPLAY | Instance Event (0) |
Public (2) |
20041202 | |
| 5 | SETSPLITTER | Instance Event (0) |
Public (2) |
20041202 | |
| 6 | USERCOMMAND | Instance Event (0) |
Public (2) |
20041202 |
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TYT_AXIS | Private | See coding | TYT_AXIS | 20020412 | tyt_axis TYPE STANDARD TABLE OF ty_axis
|
|
| 2 | TYT_BOXES | Protected | See coding | Bar Chart: Boxes | 20021112 | |
|
| 3 | TYT_BOX_VALS | Protected | See coding | Bar Chart: Box Values | 20021112 | |
|
| 4 | TYT_CURVES | Protected | See coding | TYT_CURVES | 20021112 | |
|
| 5 | TYT_CURVES_VPID | Private | See coding | TYT_CURVES_VPID | 20020620 | tyt_curves_vpid TYPE STANDARD TABLE OF ty_curves_vpid
|
|
| 6 | TYT_CURVE_VALS | Protected | See coding | TYT_CURVE_VALS | 20021112 | |
|
| 7 | TYT_DELETIONS | Protected | See coding | TYT_DELETIONS | 20021112 | |
|
| 8 | TYT_DISCURVES | Private | See coding | TYT_DISCURVES | 20020701 | tyt_discurves TYPE STANDARD TABLE OF ty_discurves
|
|
| 9 | TYT_GUICONTROL | Private | See coding | TYT_GUICONTROL | 20020320 | tyt_guicontrol TYPE STANDARD TABLE OF ty_guicontrol
|
|
| 10 | TYT_LINKS | Protected | See coding | Bar Chart: Links | 20021112 | |
|
| 11 | TYT_LINK_VALS | Protected | See coding | Bar Chart: Link Values | 20021112 | |
|
| 12 | TYT_N1VP | Private | See coding | TYT_N1VP | 20020404 | tyt_n1vp TYPE STANDARD TABLE OF n1vp
|
|
| 13 | TYT_N1VPPOEZ | Private | See coding | TYT_N1VPPOEZ | 20020320 | tyt_n1vppoez TYPE STANDARD TABLE OF n1vppoez
|
|
| 14 | TYT_N1VP_OUT | Private | See coding | TYT_N1VP_OUT | 20020404 | tyt_n1vp_out TYPE STANDARD TABLE OF ty_n1vp_out
|
|
| 15 | TYT_NODES | Protected | See coding | Bar Chart: Nodes | 20021112 | |
|
| 16 | TYT_NODE_VALS | Protected | See coding | Bar Chart: Node Values | 20021112 | |
|
| 17 | TYT_NORMWERT | Private | See coding | TYT_NORMWERT | 20020702 | tyt_normwert TYPE STANDARD TABLE OF ty_normwert
|
|
| 18 | TYT_POSITIONS | Protected | See coding | Bar Chart: Positions | 20021112 | |
|
| 19 | TYT_TABLE_DISPLAY_VALUES | Private | See coding | TYT_TABLE_DISPLAY_VALUES | 20020328 | tyt_table_display_values TYPE STANDARD TABLE
OF ty_table_display_values
|
|
| 20 | TY_AXIS | Private | See coding | TY_AXIS | 20020412 | BEGIN OF ty_axis,
id TYPE bcobjid,
END OF ty_axis
|
|
| 21 | TY_CURVES_VPID | Private | See coding | TY_CURVES_VPID | 20020620 | BEGIN OF ty_curves_vpid,
curveid TYPE bccurve-id,
vpid TYPE n1vp-vpid,
END OF ty_curves_vpid
|
|
| 22 | TY_DISCURVES | Private | See coding | TY_DISCURVES | 20020701 | BEGIN OF ty_discurves,
axis TYPE i,
vppid TYPE n1vppid,
xwert(9) TYPE p DECIMALS 3,
ywert(9) TYPE p DECIMALS 3,
vfarbe TYPE n1vfarbe,
hfarbe TYPE n1vfarbe,
vpid TYPE n1vpid,
mbez TYPE n1mbez,
display(1) TYPE c,
counter TYPE i,
END OF ty_discurves
|
|
| 23 | TY_GUICONTROL | Private | See coding | T_GUICONTROL | 20020320 | BEGIN OF ty_guicontrol,
ref TYPE REF TO cl_gui_control,
END OF ty_guicontrol
|
|
| 24 | TY_N1VP_OUT | Private | See coding | TY_N1VP_OUT | 20020404 | BEGIN OF ty_n1vp_out,
vpid TYPE n1vp-vpid,
vppid TYPE n1vp-vppid,
vwert TYPE n1vp-vwert,
vdate TYPE n1vp-vdate,
vtime TYPE n1vp-vtime,
vwertzw TYPE n1vp-vwertzw,
vwertnm TYPE n1vp-vwertnm,
vbem TYPE n1vp-vbem,
vdnotiz TYPE n1vp-vdnotiz,
erusr TYPE n1vp-erusr,
upusr TYPE n1vp-upusr,
erdat TYPE n1vp-erdat,
updat TYPE n1vp-updat,
erfoe TYPE n1vp-erfoe,
fachoe TYPE n1vp-fachoe,
row TYPE i,
collision(1) TYPE c,
nodeid TYPE bcnodes-id,
enddate TYPE n1vp-vdate, "für die anzeige im balkenmodus
endtime TYPE n1vp-vtime, "für die anzeige im balkenmodus
END OF ty_n1vp_out
|
|
| 25 | TY_NORMWERT | Private | See coding | TY_NORMWERT | 20020702 | BEGIN OF ty_normwert,
wertog TYPE i,
wertug TYPE i,
axis TYPE i.
TYPES: END OF ty_normwert
|
|
| 26 | TY_TABLE_DISPLAY_VALUES | Private | See coding | TY_TABLE_DISPLAY_VALUES | 20020328 | BEGIN OF ty_table_display_values,
id TYPE i,
vppid TYPE n1vp-vppid,
vwert TYPE f,
value(5),
row TYPE i,
col TYPE i,
END OF ty_table_display_values
|
Method Signatures
Method CHANGE_PROPERTIES Signature
Method CHANGE_PROPERTIES on class CL_ISHMED_TIMELINE_VITALPAR has no parameter.
Method CHANGE_PROPERTIES on class CL_ISHMED_TIMELINE_VITALPAR has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CONTAINER | Value transfer | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Container | 20020318 | |||
| 2 | I_T_N1VP | Call by reference | Type reference (TYPE) | ISHMED_T_N1VP | IS-H*MED: Tabellentyp für Vitalparameter Bewegungsdaten | 20020325 |
Method CONSTRUCTOR on class CL_ISHMED_TIMELINE_VITALPAR has no exception.
Method DISPLAY Signature
Method DISPLAY on class CL_ISHMED_TIMELINE_VITALPAR has no parameter.
Method DISPLAY on class CL_ISHMED_TIMELINE_VITALPAR has no exception.
Method FREE_RESOURCES Signature
Method FREE_RESOURCES on class CL_ISHMED_TIMELINE_VITALPAR has no parameter.
Method FREE_RESOURCES on class CL_ISHMED_TIMELINE_VITALPAR has no exception.
Method HANDLE_PAI Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DESTROY | Call by reference | Type reference (TYPE) | C | soll Control abgebaut werden | 20020415 | |||
| 2 | I_FCODE | Call by reference | Type reference (TYPE) | UI_FUNC | Funktionscode | 20020722 |
Method HANDLE_PAI on class CL_ISHMED_TIMELINE_VITALPAR has no exception.
Method HANDLE_TOOLBAR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FCODE | Call by reference | Attribute reference (LIKE) | 20020415 | |||||
| 2 | SENDER | Call by reference | Attribute reference (LIKE) | 20020522 |
Method HANDLE_TOOLBAR on class CL_ISHMED_TIMELINE_VITALPAR has no exception.
Method HANDLE_USERCOMMAND Signature
Method HANDLE_USERCOMMAND on class CL_ISHMED_TIMELINE_VITALPAR has no parameter.
Method HANDLE_USERCOMMAND on class CL_ISHMED_TIMELINE_VITALPAR has no exception.
Method MEASURED_VALUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_DISCURVES | Call by reference | Type reference (TYPE) | TYT_DISCURVES | Kurven zur Messwertdarstellung | 20020701 | |||
| 2 | IT_NORMWERT | Call by reference | Type reference (TYPE) | TYT_NORMWERT | Achsenbereiche | 20020702 | |||
| 3 | I_DISCURVES | Call by reference | Type reference (TYPE) | TY_DISCURVES | zu kennzeichnende Kurve | 20020701 | |||
| 4 | I_SYMBOL | Call by reference | Type reference (TYPE) | N1SYMBOL | IS-H*MED: Grafisches Symbol | 20020701 |
Method MEASURED_VALUE on class CL_ISHMED_TIMELINE_VITALPAR has no exception.
Method REFRESH Signature
Method REFRESH on class CL_ISHMED_TIMELINE_VITALPAR has no parameter.
Method REFRESH on class CL_ISHMED_TIMELINE_VITALPAR has no exception.
Method REFRESH_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_N1VP | Call by reference | Type reference (TYPE) | ISHMED_T_N1VP | IS-H*MED: Tabellentyp für Vitalparameter Bewegungsdaten | 20040112 | |||
| 2 | I_CONTAINER | Value transfer | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Abstracter Container fuer GUI Controls | 20040114 |
Method REFRESH_DATA on class CL_ISHMED_TIMELINE_VITALPAR has no exception.
Method SET_BOXES_TABLE Signature
Method SET_BOXES_TABLE on class CL_ISHMED_TIMELINE_VITALPAR has no parameter.
Method SET_BOXES_TABLE on class CL_ISHMED_TIMELINE_VITALPAR has no exception.
Method SET_RIBBONS Signature
Method SET_RIBBONS on class CL_ISHMED_TIMELINE_VITALPAR has no parameter.
Method SET_RIBBONS on class CL_ISHMED_TIMELINE_VITALPAR has no exception.
Method SET_SPLITTER Signature
Method SET_SPLITTER on class CL_ISHMED_TIMELINE_VITALPAR has no parameter.
Method SET_SPLITTER on class CL_ISHMED_TIMELINE_VITALPAR has no exception.
Method SET_TABLE_DISPLAY_VALUES Signature
Method SET_TABLE_DISPLAY_VALUES on class CL_ISHMED_TIMELINE_VITALPAR has no parameter.
Method SET_TABLE_DISPLAY_VALUES on class CL_ISHMED_TIMELINE_VITALPAR has no exception.
Method SHOW_VALUES_BM Signature
Method SHOW_VALUES_BM on class CL_ISHMED_TIMELINE_VITALPAR has no parameter.
Method SHOW_VALUES_BM on class CL_ISHMED_TIMELINE_VITALPAR has no exception.
Method SHOW_VALUES_GM Signature
Method SHOW_VALUES_GM on class CL_ISHMED_TIMELINE_VITALPAR has no parameter.
Method SHOW_VALUES_GM on class CL_ISHMED_TIMELINE_VITALPAR has no exception.
Method TRANSLATE_COLOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_FARBTYP | Call by reference | Type reference (TYPE) | BCFARBTYP | Farbtyp | 20020712 | |||
| 2 | I_FARBE | Call by reference | Type reference (TYPE) | N1VFARBE | IS-H*MED: Vordergrundfarbe | 20020712 |
Method TRANSLATE_COLOR on class CL_ISHMED_TIMELINE_VITALPAR has no exception.
Event Signatures
Event ACTION Signature
Event ACTION on class CL_ISHMED_TIMELINE_VITALPAR has no parameter.
Event CHANGEVISIBILITY Signature
Event CHANGEVISIBILITY on class CL_ISHMED_TIMELINE_VITALPAR has no parameter.
Event FREE Signature
Event FREE on class CL_ISHMED_TIMELINE_VITALPAR has no parameter.
Event REFRESHDISPLAY Signature
Event REFRESHDISPLAY on class CL_ISHMED_TIMELINE_VITALPAR has no parameter.
Event SETSPLITTER Signature
Event SETSPLITTER on class CL_ISHMED_TIMELINE_VITALPAR has no parameter.
Event USERCOMMAND Signature
Event USERCOMMAND on class CL_ISHMED_TIMELINE_VITALPAR has no parameter.
History
| Last changed by/on | SAP | 20050224 |
| SAP Release Created in | 463B |