Merge pull request #314 from sartography/deprecate-study-info-protocol-261

Remove protocol from study_info script #261
This commit is contained in:
Dan Funk 2021-06-08 08:47:43 -04:00 committed by GitHub
commit 710921cfe1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -118,7 +118,7 @@ class StudyInfo(Script):
def get_description(self):
return """
StudyInfo [TYPE], where TYPE is one of 'info', 'investigators', 'details', 'documents' or 'protocol'.
StudyInfo [TYPE], where TYPE is one of 'info', 'investigators', 'details', or 'documents'.
Adds details about the current study to the Task Data. The type of information required should be
provided as an argument. The following arguments are available:
@ -157,9 +157,6 @@ Please note this is just a few examples, ALL known document types are returned i
{documents_example}
```
### Protocol ###
Returns information specific to the protocol.
""".format(info_example=self.example_to_string("info"),
investigators_example=self.example_to_string("investigators"),