[Deprecated]: V5.0

post

/ec-dc-svc/rest/v5.0/studies/{studyId}/{mode}/dataelements

Deprecated: Creates multiple data elements for a subject for a particular visit and particular form.

Request

Path Parameters
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
Nested Schema : Context2
Type: object
Extended context including repeat sequence and repeat form number.
Show Source
  • Unique identifier(UUID, 32-character uppercase hexadecimal string) of the clinical event. A clinical event can be, for example: Screening, Randomization, Visit 1, etc. Uses UUID in a 32-character uppercase hexadecimal string format.
    Example: 699EF3745FC545589F186D2198F3C65E
  • Numeric value representing the instance number of the event. Used for repeated or unscheduled visits (e.g., 1, 2, 3). It is null for scheduled events.
    Example: 1
  • Unique identifier(UUID, 32-character uppercase hexadecimal string) representing the clinical form.
    Example: 299BC76CF0F943E6BAC1D209BC3D1CDC
  • Represents the ordinal number assigned to a repeated instance of a data collection form. It uniquely identifies each occurrence of a repeating form for a subject when multiple instances of the form.
    Example: 1
  • Indicates the order of occurrence for a repeating form instance, used to distinguish between multiple repetitions of the same form.
    Example: 1
  • Unique identifier of the site. Uses UUID in a 32-character uppercase hexadecimal string format.
    Example: A86F2D0BB610404DB62D37AFA9C20B50
  • Minimum Length: 0
    Maximum Length: 100
    Name of the study
    Example: DEMO_STUDY
  • Minimum Length: 0
    Maximum Length: 100
    String representing the version of the study. Helps track changes in form or study design.
    Example: 1.0.0.1
  • Unique identifier of the subject. Used to represent a participant enrolled in a study. Uses UUID in a 32-character uppercase hexadecimal string format.
    Example: B1B8327AFAA6412287106192AB5984EF
Nested Schema : dataElements
Type: array
Show Source
Nested Schema : CoreDataElement
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

Success
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : DataElementDto40
Type: object
Data element properties including targeting metadata, extending v3 with targets list
Show Source

400 Response

Bad request.
Body ()
Root Schema : DcsResponse
Type: object
Show Source
Nested Schema : ErrorResponseData
Type: object
Show Source
Nested Schema : result
Type: object
Nested Schema : details
Type: object
Back to Top