Parcourir la source

javadox of hl7 sender

master
taschi il y a 10 ans
Parent
révision
077b5575b5
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. +2
    -2
      src/main/java/de/uniluebeck/mi/projmi6/hapi/HL7Sender.java

+ 2
- 2
src/main/java/de/uniluebeck/mi/projmi6/hapi/HL7Sender.java Voir le fichier

@@ -34,7 +34,7 @@ public class HL7Sender {
*
*
* @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 {
Patient patient = fall.getPatient();
@@ -95,7 +95,7 @@ public class HL7Sender {

/**
* Sending message handler. Calls function to send current message
* @param message
* @param message to send
* @throws HL7Exception
*/
private static void sendMessage(Message message) throws HL7Exception {


Chargement…
Annuler
Enregistrer