[Deprecated]: v1.0
put
/ec-codelist-svc/rest/v1.0/codelist
Deprecated: This method is no longer used to update system-level specific code list based on the given payload. The API used to update code lists at a user-level will be provided in the future.
Right: CodeListPost.
Right: CodeListPost.
Request
There are no request parameters for this operation.
Supported Media Types
- application/json
Nested Schema : Code
Type:
Show Source
object-
canAddValues: boolean
Whether values can be added.Example:
true -
canHideValues: boolean
Whether values can be hidden.Example:
true -
codeGroupId: string
Unique identifier (UUID, 32-character uppercase hexadecimal string) of the codelist group.Example:
B1B8327AFAA6412287106192AB5984EF -
codeLevel: string
Minimum Length:
1Maximum Length:32Codelist code level.Example:SYSTEM -
codeName: string
Minimum Length:
1Maximum Length:255Codelist code name.Example:AE_SEVERITY -
codeType: string
Minimum Length:
1Maximum Length:255Codelist code type.Example:SYSTEM -
comment: string
Comment.Example:
Updated description -
customizable: boolean
-
description: string
Minimum Length:
1Maximum Length:4000Codelist description.Example:Severity of adverse event. -
displayCodeName: string
Display name for the codelist.Example:
AE Severity -
id: string
Unique identifier (UUID, 32-character uppercase hexadecimal string)Example:
B1B8327AFAA6412287106192AB5984EF -
objectVersionNumber: number
Object version number.Example:
1 -
operationType: string
Minimum Length:
1Maximum Length:16Operation type.Example:CREATED -
optlock: string
(date-time)
Optimistic lock timestamp.
-
parCodeName: string
Minimum Length:
1Maximum Length:255Parent codelist code name.Example:AE -
reason: string
Reason for change.Example:
Updating codelist -
softwareVersionNumber: number
Software version number.Example:
1 -
tag: string
Minimum Length:
1Maximum Length:32767Tag for the codelist.Example:safety -
tenantLevelOnly: boolean
-
userId: string
Unique identifier (UUID, 32-character uppercase hexadecimal string) of the user.Example:
B1B8327AFAA6412287106192AB5984EF -
versionEnd: string
(date-time)
Version end timestamp.
-
versionStart: string
(date-time)
Version start timestamp.
Nested Schema : values
Type:
Show Source
array-
Array of:
object CodeValue
Represents a coded value applied to a source value. Includes coding information, item and target identifiers and the coded result.
Nested Schema : CodeValue
Type:
objectRepresents a coded value applied to a source value. Includes coding information, item and target identifiers and the coded result.
Show Source
-
code_value(required): string
Minimum Length:
0Maximum Length:4000The actual code value derived from the coding process.Example:R79.0 -
coding_info_id: string
Unique identifier(UUID, 32-character uppercase hexadecimal string) for the coding info used to derive the code.Example:
3A1A5E8B0F894A9CA9F324D04B162F23 -
item_id: string
Unique identifier (UUID, 32-character uppercase hexadecimal string) of the question within a form. This ID corresponds to the reference code set by the study designer when creating or updating a form question in draft mode.Example:
5B3B7E0ED4F24E30B5A3A44C5A896C90 -
target_id: string
Unique identifier(UUID, 32-character uppercase hexadecimal string) for the coding result target.Example:
F843B5478028498882E3AF11FEBA3F2A
Examples
Back to Top
Response
Supported Media Types
- application/json
200 Response
Success
Nested Schema : CodeValueDto
Type:
Show Source
object-
codeId: string
(uuid)
-
codeLabel: string
-
codeValue: string
-
comment: string
-
id: string
(uuid)
-
locale: string
-
objectVersionNumber: number
-
operationType: string
-
optLock: string
(date-time)
-
reason: string
-
softwareVersionNumber: number
-
userId: string
(uuid)
-
versionEnd: string
(date-time)
-
versionStart: string
(date-time)
Examples
400 Response
'Missing required code definition', 'Missing required values definition','Code not found', 'Missing required field (ID)',
Nested Schema : result
Type:
objectNested Schema : details
Type:
object500 Response
Internal server error
Nested Schema : result
Type:
objectNested Schema : details
Type:
object