| IChildMgr Methods | 
The IChildMgr type exposes the following members.
| Name | Description | |
|---|---|---|
| DeleteChildSurvey | 
            Delete the child interview with id inChildID of the child survey inChildName.
            Note: Each child interview gets his own internal ID given by the system   
              | |
| EditChildSurvey | 
            Opens the child interview with id inChildID for modification.
            Note: Each child interview gets his own internal ID given by the system   
              | |
| FillChildList | 
            Fill ioList with the results details of child survey inChildName. 
            The text will be some information regarding the result (survey name, subject id and the subject data).
              | |
| FillChildSurveyNamesList | 
            Fills ioList with the names of all child surveys of the current survey. 
              | |
| GetChildSurveyCount | 
            Returns the total amount of child interviews made in all child surveys
              | |
| GetChildSurveyCount(String) | 
            Returns the total amount of child interviews made in child survey inChildName
              | |
| GetCompleteChildren | 
            Get IDs array of all completed child interviews done in child survey inChildName.
            Note: Each child interview gets his own internal ID given by the system   
              | |
| GetIncompleteChildren | 
            Get IDs array of all incomplete child interviews done in child survey inChildName.
            Note: Each child interview gets his own internal ID given by the system   
              | |
| StartChildSurvey | 
            Automatically start child survey inChildName
              |