// hprp service types (ignore the AIRS code as well as the "other" type free text field values)
// Get the service code from the XML
String AssistanceProvidedCodeCSV6 = "";
String AssistanceProvidedDescriptionCSV6 = "";
HMISServiceEvent serviceEventCodeSet = null;
Integer hPRPFinancialCodeSet = null;
Integer hPRPRelocationCodeSet = null;
Integer serviceEventCode = null;
try {
serviceEventCodeSet = serviceEvent.getHMISServiceEventCode();
serviceEventCode = (int)(long)(serviceEventCodeSet.getTypeOfService());
} catch (Exception e) {log.info("no HMIS Service Event");}
try {
hPRPFinancialCodeSet = (int)(long)serviceEvent.getHPRPFinancialAssistanceServiceEventCode();
} catch (Exception e) {log.info("no HPRP Financial Code Set");}
try {