| $$CROBJ(NAME,ABBR,PNAME,METHOD,POWNER,NSTANDARD) |
This component will create a TIU object.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
NAME |
Input |
[Required] Object name.
|
ABBR |
Input |
[Optional; defaults to ""] Object abbreviation.
|
PNAME |
Input |
[Optional; defaults to value passed in NAME
parameter] Object print name.
|
METHOD |
Input |
[Optional; defaults to ""] Object method to execute.
|
POWNER |
Input |
[Optional; defaults to ""] Object's personal owner.
Note: If a personal owner is not specified, the object's class owner is set to
CLINICAL COORDINATOR.
|
NSTANDARD |
Input |
[Optional; defaults to ""] Whether object is a
national standard (NSTANDARD=1) or not.
|
$$CROBJ |
Output |
Status of the call:
- 1 for successful creation
- "0^MESSAGE" for unsuccessful creation; MESSAGE
will contain the reason why the object was not
created
|
|
$$CRTIUHS(TIUHSOBJ,TIUSTANDARD) |
This component creates the TIU half of a TIU/Health
Summary object.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
TIUHSOBJ |
Input |
[Required] Name of the Health Summary object to link
to.
|
TIUSTANDARD |
Input |
[Optional; defaults to ""] Whether object is a
national standard (TIUSTANDARD=1) or not.
|
$$CRTIUHS |
Output |
Status of the call:
- 1 for successful creation
- "0^MESSAGE" for unsuccessful creation; MESSAGE
will contain the reason why the object was not
created
|
|