Upgrade a Clinical Data Model to the Latest Library Model Version

Use this API to upgrade a study clinical data model that was created from a library model to the latest version of the library model.

Name

DME_PUB_DF_DATA_MODEL.UpgradeSDMToLatestLDM

Signature

PROCEDURE UpgradeSDMToLatestLDM(p_api_version 		IN NUMBER
p_init_msg_list 	IN VARCHAR2 default CDR_PUB_DEF_CONSTANTS.G_FALSE
p_commit 		in varchar2 default cdr_pub_def_constants.g_false
p_validation_level	in number default cdr_pub_def_constants.g_valid_level_full
pio_StudyModObj    IN OUT NOCOPY  cdr_naming_version_obj_type
x_return_status 	OUT NOCOPY VARCHAR2
x_msg_count 		OUT NOCOPY NUMBER
x_msg_data 		OUT NOCOPY VARCHAR2);

Parameters

This API has standard parameters (see Standard Parameters) and the following parameter:

PIO_STDYMODOBJ (Mandatory): This is a parameter of type CDR_NAMING_VERSION_OBJ_TYPE. Enter attributes for the clinical data model that you are upgrading.