opensrp-scripts
Customized Scripts for OpenSRP Projects
Concept Constants Dictionary:
- Location Concept ID:
163531
- Place of Birth Concept ID:
16650
- Date of Encounter Concept ID:
163138
- Lives outside of catchment area Concept ID:
160636
Encounter Types Constants Dictionary
- Birth Registration encounter type ID
1
- Growth Monitoring encounter type ID:
2
- Vaccination encounter type ID:
4
Patient Identifier's Constants Dictionary
- ZEIR ID:
17
- M_ZEIR ID:
18
Person Attribute Type Constants Dictionary
Notes
- There is a high probability that the encounter date may be different from the vaccination date in the case where the vaccination date has time values. This has the potential of breaking the update vaccine data sql script
Travis encryption script
This script helps in encrypting a file using Travis CI. The -f
flag specifies the file path and the -t
flag specifies the github token to use when logging into Travis.
The syntax is : ./travis-encrypt.sh -f <file-path> -t <github-token>
.
The github token has to be valid and have all the required permissions listed here.