[Deprecated]: V3.0

post

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

Deprecated: Freezes multiple data elements for a subject based on the data element ID. API has been deprecated and moved to DAS (Data Action Service) Path: /ec-dataaction-svc/rest/v1.0/studies/{studyId}/{mode}/dataelements/freeze.
Rights: DataCaptureSubjectIntegrationGet and SubjectDataClassificationGet.

Request

Path Parameters
Supported Media Types
Request Body - */* ()
Root Schema : schema
Type: object
Request for bulk unsign or unverify operations for a specific event/subject.
Show Source
  • Any extra comment for the action when Other is selected in reason.
    Example: The data required is missing.
  • elements
    List of core sign/verify target elements.
  • 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: 7978B7DD0A0A4CA899C485990994300C
  • 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: 3
  • Reason for the operation, if supplied. Accepted values are Change for encoding, Incorrect Subject, Investigator Correction, Transcription Error, Other.
    Example: Other
  • Minimum Length: 0
    Maximum Length: 100
    String representing the version of the study. Helps track changes in form or study design.
    Example: 2.0.0.38
  • 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: AF77C6450BE94DE293C9630142E0AFAD
Nested Schema : elements
Type: array
List of core sign/verify target elements.
Show Source
Nested Schema : CoreSignVerifyRequestDto
Type: object
DTO for a single data element to be signed/unverified as part of a bulk request.
Show Source
  • 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: 3
  • Unique identifier(UUID, 32-character uppercase hexadecimal string) representing the clinical form.
    Example: 7978B7DD0A0A4CA899C485990994300C
  • Unique identifier of the table within a two section form or lab form. Uses UUID in a 32-character uppercase hexadecimal string format.
    Example: 33CAF3CB1DF64DF5A353A337CBE6B50A
  • Indicates the repeat sequence number of a nested or inner repeating form within an outer repeating structure. This value is used to distinguish multiple occurrences of the same inner form for a given outer repeat instance.
    Example: 1
  • 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: 7978B7DD0A0A4CA899C485990994300C
  • Indicates the repeat sequence number of the primary or outer repeating form. This value identifies each top-level occurrence of a repeating form and serves as the parent context for any nested inner repeats.
    Example: 1
  • Form repeat number if applicable.
    Example: 0
  • Indicates the order of occurrence for a repeating form instance, used to distinguish between multiple repetitions of the same form.
    Example: 1
Back to Top

Response

Supported Media Types

200 Response

Success
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : DataElementDto30
Type: object
Data element properties including event instance number extension
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