congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
ca.uhn.hl7v2.model.v21.message
Code IndexAdd Tabnine to your IDE (free)

How to use ca.uhn.hl7v2.model.v21.message

Best Java code snippets using ca.uhn.hl7v2.model.v21.message (Showing top 20 results out of 315)

origin: ca.uhn.hapi/hapi-structures-v21

/**
 * <p>
 * Returns
 * MSH (MESSAGE HEADER) - creates it if necessary
 * </p>
 * 
 *
 */
public MSH getMSH() { 
  return getTyped("MSH", MSH.class);
}
origin: ca.uhn.hapi/hapi-structures-v21

/**
 * <p>
 * Returns
 * MSH (MESSAGE HEADER) - creates it if necessary
 * </p>
 * 
 *
 */
public MSH getMSH() { 
  return getTyped("MSH", MSH.class);
}
origin: ca.uhn.hapi/hapi-structures-v21

/**
 * <p>
 * Returns
 * PID (PATIENT IDENTIFICATION) - creates it if necessary
 * </p>
 * 
 *
 */
public PID getPID() { 
  return getTyped("PID", PID.class);
}
origin: ca.uhn.hapi/hapi-structures-v21

/**
 * <p>
 * Returns
 * MSH (MESSAGE HEADER) - creates it if necessary
 * </p>
 * 
 *
 */
public MSH getMSH() { 
  return getTyped("MSH", MSH.class);
}
origin: ca.uhn.hapi/hapi-structures-v21

/**
 * <p>
 * Returns
 * DG1 (DIAGNOSIS) - creates it if necessary
 * </p>
 * 
 *
 */
public DG1 getDG1() { 
  return getTyped("DG1", DG1.class);
}
origin: ca.uhn.hapi/hapi-structures-v21

/** 
 * Creates a new ADT_A09 message with custom ModelClassFactory.
 */
public ADT_A09(ModelClassFactory factory) {
  super(factory);
  init(factory);
}
origin: ca.uhn.hapi/hapi-structures-v21

/**
 * <p>
 * Returns
 * PID (PATIENT IDENTIFICATION) - creates it if necessary
 * </p>
 * 
 *
 */
public PID getPID() { 
  return getTyped("PID", PID.class);
}
origin: ca.uhn.hapi/hapi-structures-v21

/**
 * <p>
 * Returns
 * PV1 (PATIENT VISIT) - creates it if necessary
 * </p>
 * 
 *
 */
public PV1 getPV1() { 
  return getTyped("PV1", PV1.class);
}
origin: ca.uhn.hapi/hapi-structures-v21

/** 
 * <p>
 * Returns the number of existing repetitions of QUERY_RESPONSE 
 * </p>
 * 
 */ 
public int getQUERY_RESPONSEReps() { 
  return getReps("QUERY_RESPONSE");
} 
origin: ca.uhn.hapi/hapi-structures-v21

/**
 * <p>
 * Returns
 * DSC (CONTINUATION POINTER) - creates it if necessary
 * </p>
 * 
 *
 */
public DSC getDSC() { 
  return getTyped("DSC", DSC.class);
}
origin: ca.uhn.hapi/hapi-structures-v21

/**
 * <p>
 * Returns
 * EVN (EVENT TYPE) - creates it if necessary
 * </p>
 * 
 *
 */
public EVN getEVN() { 
  return getTyped("EVN", EVN.class);
}
origin: ca.uhn.hapi/hapi-structures-v21

/**
 * <p>
 * Returns
 * MSH (MESSAGE HEADER) - creates it if necessary
 * </p>
 * 
 *
 */
public MSH getMSH() { 
  return getTyped("MSH", MSH.class);
}
origin: ca.uhn.hapi/hapi-structures-v21

/**
 * <p>
 * Returns
 * EVN (EVENT TYPE) - creates it if necessary
 * </p>
 * 
 *
 */
public EVN getEVN() { 
  return getTyped("EVN", EVN.class);
}
origin: pentaho/pentaho-kettle

 mod.getMSH().getSENDINGAPPLICATION().setValue( APPNAME );
 mod.getMSH().getSENDINGFACILITY().setValue( APPNAME );
 ackMessage = mod.encode();
} else if ( ack instanceof ca.uhn.hl7v2.model.v22.message.ACK ) {
 ca.uhn.hl7v2.model.v22.message.ACK mod = (ca.uhn.hl7v2.model.v22.message.ACK) ack;
origin: ca.uhn.hapi/hapi-structures-v21

/**
 * <p>
 * Returns
 * EVN (EVENT TYPE) - creates it if necessary
 * </p>
 * 
 *
 */
public EVN getEVN() { 
  return getTyped("EVN", EVN.class);
}
origin: ca.uhn.hapi/hapi-structures-v21

/**
 * <p>
 * Returns
 * EVN (EVENT TYPE) - creates it if necessary
 * </p>
 * 
 *
 */
public EVN getEVN() { 
  return getTyped("EVN", EVN.class);
}
origin: ca.uhn.hapi/hapi-structures-v21

/**
 * <p>
 * Returns
 * PV1 (PATIENT VISIT) - creates it if necessary
 * </p>
 * 
 *
 */
public PV1 getPV1() { 
  return getTyped("PV1", PV1.class);
}
origin: ca.uhn.hapi/hapi-structures-v21

/**
 * <p>
 * Returns
 * PV1 (PATIENT VISIT) - creates it if necessary
 * </p>
 * 
 *
 */
public PV1 getPV1() { 
  return getTyped("PV1", PV1.class);
}
origin: ca.uhn.hapi/hapi-structures-v21

/**
 * <p>
 * Returns
 * PID (PATIENT IDENTIFICATION) - creates it if necessary
 * </p>
 * 
 *
 */
public PID getPID() { 
  return getTyped("PID", PID.class);
}
origin: ca.uhn.hapi/hapi-structures-v21

/**
 * <p>
 * Returns
 * NK1 (NEXT OF KIN) - creates it if necessary
 * </p>
 * 
 *
 */
public NK1 getNK1() { 
  return getTyped("NK1", NK1.class);
}
ca.uhn.hl7v2.model.v21.message

Most used classes

  • ACK
    Represents a ACK message structure. This structure contains the following elements: * 1: MSH (MES
  • ADR_A19
    Represents a ADR_A19 message structure (see chapter ?). This structure contains the following elemen
  • ADT_A01
    Represents a ADT_A01 message structure (see chapter ?). This structure contains the following elemen
  • ADT_A02
    Represents a ADT_A02 message structure (see chapter ?). This structure contains the following elemen
  • ADT_A03
    Represents a ADT_A03 message structure (see chapter ?). This structure contains the following elemen
  • ADT_A05,
  • ADT_A06,
  • ADT_A07,
  • ADT_A08,
  • ADT_A09,
  • ADT_A10,
  • ADT_A11,
  • ADT_A12,
  • ADT_A13,
  • ADT_A14,
  • ADT_A15,
  • ADT_A16,
  • ADT_A17,
  • ADT_A18
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now