Back to project page openhds-tablet.
The source code is released under:
OPENHDS PLATFORM OPENSOURCE LICENSE AGREEMENT Copyright (c) 2013 University of Southern Maine. All rights reserved. Redistribution and use in source and binary forms, with or without mo...
If you think the Android project openhds-tablet listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package org.openhds.mobile.model; /*from www. j a va 2 s .c o m*/ public class UpdateEvent { public static final String REGION = "REGION"; public static final String SUBREGION = "SUBREGION"; public static final String VILLAGE = "VILLAGE"; public static final String ROUND = "ROUND"; public static final String LOCATION = "LOCATION"; public static final String INDIVIDUAL = "INDIVIDUAL"; public static final String VISIT = "VISIT"; public static final String PREGNANCYOUTCOME = "PREGNANCY_OUTCOME"; public static final String DEATH = "DEATH"; public static final String DEATHTOHOH = "DEATHTOHOH"; public static final String INMIGRATION = "IN_MIGRATION"; public static final String OUTMIGRATION = "OUT_MIGRATION"; public static final String PREGNANCYOBSERVATION = "PREGNANCY_OBSERVATION"; public static final String RELATIONSHIP = "RELATIONSHIP"; public static final String MEMBERSHIP = "MEMBERSHIP"; public static final String SOCIALGROUP = "SOCIAL_GROUP"; public static final String XFORMS = "XFORMS"; }