@@ -388,7 +388,7 @@ completion_utility.complete_dataset_with_args(
388388| drug_dose1 | str | "3" | Dose |
389389
390390#### Endoscopy Information
391-
391+ <!-- vale off -->
392392| Field | Type | Example Value | Description |
393393| ------------------------------| ---------| -------------------------------------------------------| --------------------------------------|
394394| endoscope inserted | str | "yes" | "yes" or "no" |
@@ -406,31 +406,31 @@ completion_utility.complete_dataset_with_args(
406406| insufflation | enum | InsufflationOptions.AIR | Option from dropdown |
407407| outcome at time of procedure | enum | OutcomeAtTimeOfProcedureOptions.LEAVE_DEPARTMENT | Option from dropdown |
408408| late outcome | enum | LateOutcomeOptions.NO_COMPLICATIONS | Option from dropdown |
409-
409+ <!-- vale on -->
410410#### Failure Information
411-
411+ <!-- vale off -->
412412| Field | Type | Example Value | Description |
413413| --------------------| -------| -------------------------------------| ------------------------------------------|
414414| failure reasons | enum | FailureReasonsOptions.ADHESION | Reason text for dataset failure |
415-
415+ <!-- vale on -->
416416#### Completion Proof Information
417-
417+ <!-- vale off -->
418418| Field | Type | Example Value | Description |
419419| --------------------| -------| -------------------------------------| ------------------------------------------|
420420| completion proof | enum | CompletionProofOptions.VIDEO_APPENDIX| Value for the "Proof Parameters" field |
421-
421+ <!-- vale on -->
422422#### Polyp Information (Optional)
423-
423+ <!-- vale off -->
424424| Field | Type | Example Value | Description |
425425| ------------------------------| -------| -----------------------------------------------| --------------------------------------|
426426| location | enum | EndoscopyLocationOptions.RECTUM | Polyp location |
427427| classification | enum | PolypClassificationOptions.IP | Polyp classification |
428428| estimate of whole polyp size | str | "6" | Size in mm |
429429| polyp access | enum | PolypAccessOptions.EASY | Access difficulty |
430430| left in situ | enum | YesNoOptions.NO | "Yes" or "No" |
431-
431+ <!-- vale on -->
432432#### Polyp Intervention (Optional)
433-
433+ <!-- vale off -->
434434| Field | Type | Example Value | Description |
435435| ------------------------------------------| -------| -------------------------------------------------------| ---------------------------------|
436436| modality | enum | PolypInterventionModalityOptions.POLYPECTOMY | E.g., "Polypectomy" |
@@ -439,9 +439,9 @@ completion_utility.complete_dataset_with_args(
439439| retrieved | enum | YesNoOptions.YES | "Yes" or "No" |
440440| excision technique | enum | PolypInterventionExcisionTechniqueOptions.PIECE_MEAL | Optional technique detail |
441441| polyp appears fully resected endoscopically | enum | YesNoOptions.YES | Option from dropdown |
442-
442+ <!-- vale on -->
443443#### Polyp Histology (Optional)
444-
444+ <!-- vale off -->
445445| Field | Type | Example Value | Description |
446446| ---------------------------| -------------| -------------------------------------------------------| -------------------------------------|
447447| date of receipt | ` datetime ` | datetime.today() | Date of receipt |
@@ -455,7 +455,7 @@ completion_utility.complete_dataset_with_args(
455455| polyp size | str | "5" | Size in mm |
456456| polyp dysplasia | enum | PolypDysplasiaOptions.NOT_REPORTED | Dysplasia report |
457457| polyp carcinoma | enum | YesNoUncertainOptions.NO | "Yes", "No", or "Uncertain" |
458-
458+ <!-- vale on -->
459459---
460460
461461For more details on each function's implementation, refer to the source code in ` utils/investigation_dataset.py ` .
0 commit comments