V4.0
post
/ec-dc-svc/rest/v4.0/studies/{studyId}/{mode}/studyVersion/{studyVersion}/signSubject/subject/{subjectId}/code/{code}/orgId/{orgId}
Signs a subject and all completed visits in the subject. Repeating sections supported. Use V4 in addition to V3 it utilizes signDTO subject signature.
Request
Path Parameters
-
code(required): string
Code is sent via IAMS as initial signExample:
SIGN -
mode(required): string
Mode of the study, accepts: test, active, or training.Example:
test -
orgId(required): string
IAMS Tenant Short Org ID in format of UUID, 32-character uppercase hexadecimal stringExample:
1A6C7162760B4DB0AF446F495FE55A61 -
studyId(required): string
Unique identifier (UUID, 32-character uppercase hexadecimal string) representing the study.Example:
C39E34A9152148E0BB831239BAA3E502 -
studyVersion(required): string
String representing the version of the study configuration or protocol. Helps track changes in form or study design.Example:
2.0.0.38 -
subjectId(required): string
Unique subject identifier (UUID, 32-character uppercase hexadecimal string) representing the patient/participant enrolled in the study.Example:
C39E34A9152148E0BB831239BAA3E502
Query Parameters
-
redirectUriHostname: string
Redirect URIExample:
tenant-app.oracle.com
Supported Media Types
- application/json
Root Schema : schema
Type:
objectRequest body for subject signature. Contains a list of signatures to process.
Show Source
-
signRequest(required): object
SignDTO
Details for a single sign request for the subject signature API.
Nested Schema : SignDTO
Type:
objectDetails for a single sign request for the subject signature API.
Show Source
-
configId: string
Signature configuration identifier (UUID, 32-character uppercase hexadecimal string).Example:
F9E5DBD829B34E298CB6FF4ED60DC927 -
eventId: string
Unique identifier(UUID, 32-character uppercase hexadecimal string) representing the clinical event like Screening, Visit 1 etc.Example:
3234E620DE2E41D69A36571064E727B2 -
eventInstanceNum: integer
(int64)
Numeric value representing the instance number of the event. Used for repeated or unscheduled visits. It is null for scheduled events.Example:
1 -
formId: string
Unique identifier(UUID, 32-character uppercase hexadecimal string) representing the clinical form.Example:
7DB612AF851A442098B674AA1A97AF36 -
innerRepeat: integer
(int64)
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:
0 -
outerRepeat: integer
(int64)
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:
0 -
signLevel: string
Level at which signature is required. Typical values: SUBJECT_LEVEL, FORM_LEVEL.Example:
SUBJECT_LEVEL
Examples
Back to Top
Response
Supported Media Types
- application/json
200 Response
Subjects sign success
Root Schema : SignVerifyFreezeDTOv30
Type:
objectExtends v20 by adding form section identifier and repeat form number for repeating forms.
Show Source
-
comment: string
Minimum Length:
0Maximum Length:2048Additional comments if providedExample:Data discrepancy observed and clarified -
eventId: string
Unique identifier(UUID, 32-character uppercase hexadecimal string) representing the clinical event like Screening, Visit 1 etc.Example:
AF77C6450BE94DE293C9630142E0AFAD -
eventInstanceNum: integer
(int32)
Numeric value representing the instance number of the event. Used for repeated or unscheduled visits. It is null for scheduled events.Example:
3 -
formId: string
Unique identifier(UUID, 32-character uppercase hexadecimal string) representing the clinical form.Example:
7978B7DD0A0A4CA899C485990994300C -
formSectionId: string
ID (UUID, 32-character uppercase hexadecimal string) of the form section.Example:
0C50E26E482246B2BB9646C739E97CAA -
freeze: string
Freeze status can be of FROZEN, UNFROZEN, NEVER_FROZENExample:
FROZEN -
id: string
Unique identifier (UUID, 32-character uppercase hexadecimal string) for the Sign/Verify/Freeze record in UUID formatExample:
1BC29B36F5D64B1B95F4BDBBCEA481BE -
itemId: string
Unique Item identifier (UUID, 32-character uppercase hexadecimal string) from the study Designer, associated to a form.Example:
33CAF3CB1DF64DF5A353A337CBE6B50A -
objectVersionNumber: number
Object version numberExample:
1 -
operationType: string
Operation type on the record, can have values CREATED, MODIFIED or REMOVEDExample:
CREATED -
reason: string
Minimum Length:
0Maximum Length:255reason to make this changeExample:Other -
repeatFormNumber: integer
(int64)
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:
0 -
repeatSequenceNumber: integer
(int64)
Indicates the order of occurrence for a repeating form instance, used to distinguish between multiple repetitions of the same form.Example:
1 -
signed: string
Signed status can be of SIGNED, UNSIGNED, NEVER_SIGNED, PARTIAL_SIGNEDExample:
2C3F40649C654D0F995A7FDBBCEA4FAB -
softwareVersionNumber: number
Software version numberExample:
100 -
studyVersion: string
String representing the version of the study configuration or protocol. Helps track changes in form or study design.Example:
2.0.0.38 -
subjectId: string
Unique subject identifier (UUID, 32-character uppercase hexadecimal string) representing the patient/participant enrolled in the study.Example:
C39E34A9152148E0BB831239BAA3E502 -
userId: string
Unique Identifier (UUID, 32-character uppercase hexadecimal string) of the userExample:
2C3F40649C654D0F995A7FDBBCEA4FAB -
verify: string
Verify status can be UNVERIFIED, VERIFIED, NEVER_VERIFIED, VERIFY_REQUIREDExample:
VERIFIED -
versionEnd: string
(date-time)
The end date until which the data is applicable or valid.Example:
2023-01-02T17:30:00Z -
versionStart: string
(date-time)
The timestamp marking the beginning of the validity period for this record version within the system.Example:
2023-01-01T09:00:00Z
Examples
400 Response
Bad request.
Root Schema : ErrorResponseData
Type:
objectStructure representing an error response from the reporting service. Contains an error code, human-readable message, and details.
Show Source
-
details: object
details
Detailed error context or debugging information such as validation error, stack trace, or field/parameter cause.
-
errorCode: string
Application or business-specific error code representing the error type.Example:
REPT_401 -
errorMessage: string
Human-readable error message describing the failure or issue.Example:
Unauthorized: User does not have access to the requested resource
Nested Schema : details
Type:
objectDetailed error context or debugging information such as validation error, stack trace, or field/parameter cause.
Example:
User role is missing required permission REPORTING_VIEW. Field: userId