mirror of
https://github.com/sartography/cr-connect-workflow.git
synced 2025-02-20 11:48:16 +00:00
Removed references to protocol
from the description
This commit is contained in:
parent
1a8c374ac0
commit
384da075ef
@ -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"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user