Examples of HMISServiceEvent


Examples of org.pathways.openciss.info.hmis.schema._3_0.hud_hmis.HMISServiceEvent

          //  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 {
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.