Oracle® Health Sciences Life Sciences Warehouse Application Programming Interface Guide Release 2.4 E53659-01 |
|
|
PDF · Mobi · ePub |
This section includes the public views for the following APIs:
Public views fetch data only if the sys_context setting is enabled by an Oracle DMW login through the API. Public views do not have explicit object-level security checking.
This section contains public views related to clinical data models.
Use this view to see study and library clinical data model definitional details.
Use this view to see clinical data model table constraint definitional details.
Use this view to see clinical data model table constraint column definitional details.
Use this view to see clinical data model table check constraint lists of values.
Use this view to see SDTM column identifier definitional details.
Use this view to see SDTM table identifier definitional details.
This section contains public views related to codelists.
Use this view to see codelist definitional details.
Use this view to see codelists with their values.
This section contains public views related to discrepancies.
This section contains public views related to validation checks.
Use this view to see validation check batch definitional details. The following query returns the validation check batches that read from a given clinical data model:
Select * from DME_PUB_VC_BATCHES_V where SRC_MODEL_COMPANY_ID = <company_id> and SRC_MODEL_OBJ_ID =<obj> and SRC_MODEL_OBJ_VER = <ver>;
The following parameters are required for operations related to a batch; for example, update, check in, uncheck, check out, install, and so on.
BATCH_MAP_COMPANY_ID BATCH_MAP_OBJ_ID BATCH_MAP_OBJ_VER BATCH_MAP_NS_OBJ_ID BATCH_MAP_NS_OBJ_VER BATCH_MAP_OBJECT_VER_NUM
Use this view to see validation check details. The following query returns the validation checks available for a given validation check batch.
Select * from DME_MT_VC_DETAILS_V where vc_company_id= <vc_batch_map_company_id> and VC_BATCH_MAP_OBJ_ID = <vc_batch_map_id> and <vc_batch_map_version> between VC_MAP_NS_START_OBJ_VER and VC_MAP_NS_END_OBJ_VER;
This section contains public views related to transformations.
Use this view to see transformation map details.
Use this view to see map entity details.
Use this view to see source database tables involved in table mappings.
Use this view to see details of columns from the source database tables, which are mapped to columns in target database table.
Use this view to see details for target database tables involved in table mappings.
Use this view to see details of the columns from the target database tables, to which one or more source table are mapped.
Use this view to see details of the available auto maps at table level.
Use this view to see details of available auto maps at column level.
Use this view to see the details of the available custom programs.
Use this view to see supported standard Oracle Scalar functions and their respective function return types. You can refer to these functions while creating the expressions.
Use this view to see the user defined LSH stored functions Scalar functions and their respective details. You can check available user-defined functions from this view and can use these functions while dealing with expressions.