| @@ -34,7 +34,7 @@ public class HL7Sender { | |||||
| * | * | ||||
| * | * | ||||
| * @param fall to create the message from this content. patient and diagnosis are linked to fall | * @param fall to create the message from this content. patient and diagnosis are linked to fall | ||||
| * @throws Exception | |||||
| * @throws HL7Exception, IOException, SQLException | |||||
| */ | */ | ||||
| public static void createMessageADT_A01(Fall fall) throws HL7Exception, IOException, SQLException { | public static void createMessageADT_A01(Fall fall) throws HL7Exception, IOException, SQLException { | ||||
| Patient patient = fall.getPatient(); | Patient patient = fall.getPatient(); | ||||
| @@ -95,7 +95,7 @@ public class HL7Sender { | |||||
| /** | /** | ||||
| * Sending message handler. Calls function to send current message | * Sending message handler. Calls function to send current message | ||||
| * @param message | |||||
| * @param message to send | |||||
| * @throws HL7Exception | * @throws HL7Exception | ||||
| */ | */ | ||||
| private static void sendMessage(Message message) throws HL7Exception { | private static void sendMessage(Message message) throws HL7Exception { | ||||