IGetStudyList {R2I} | R Documentation |
Returns the List of Studies
IGetStudyList(newStudyName = NA, newPhysicalName = NA, delStudyName = NA)
newStudyName |
Name of the NEW Study to be created. When defined, the NEW Study will be created if the name of a valid Physical Path is also defined. |
newPhysicalName |
Name of the Physical path where the NEW Study will be created. |
delStudyName |
Name of the Study to be deleted. |
This command needs the connection with ISATIS to be established. This
is obtained by running the command ConnectIsatis
beforehand.
When a NEW Study has been created, its name is recorded as the Default
Study for the next operations.
You can check all the elements stored as default by using the command
ShowTarget
.
The list of the valid study names. This list includes the new Study name (if defined by this command).