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

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

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

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

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

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

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

/**
 * <p>
 * Returns
 * UB1 (UB82  data) - creates it if necessary
 * </p>
 * 
 *
 */
public UB1 getUB1() { 
  return getTyped("UB1", UB1.class);
}
origin: ca.uhn.hapi/hapi-structures-v23

/**
 * <p>
 * Returns
 * PD1 (Patient Demographic) - creates it if necessary
 * </p>
 * 
 *
 */
public PD1 getPD1() { 
  return getTyped("PD1", PD1.class);
}
origin: ca.uhn.hapi/hapi-structures-v23

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

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

/**
 * <p>
 * Returns
 * the first repetition of 
 * PROCEDURE (a Group object) - creates it if necessary
 * </p>
 * 
 *
 */
public ADT_A04_PROCEDURE getPROCEDURE() { 
  return getTyped("PROCEDURE", ADT_A04_PROCEDURE.class);
}
origin: ca.uhn.hapi/hapi-structures-v23

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

/**
 * <p>
 * Returns
 * the first repetition of 
 * OBX (Observation segment) - creates it if necessary
 * </p>
 * 
 *
 */
public OBX getOBX() { 
  return getTyped("OBX", OBX.class);
}
origin: ca.uhn.hapi/hapi-structures-v23

/**
 * <p>
 * Returns
 * ERR (Error segment) - creates it if necessary
 * </p>
 * 
 *
 */
public ERR getERR() { 
  return getTyped("ERR", ERR.class);
}
origin: ca.uhn.hapi/hapi-structures-v23

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

/**
 * <p>
 * Returns
 * the first repetition of 
 * OBX (Observation segment) - creates it if necessary
 * </p>
 * 
 *
 */
public OBX getOBX() { 
  return getTyped("OBX", OBX.class);
}
origin: pentaho/pentaho-kettle

} else if ( ack instanceof ca.uhn.hl7v2.model.v23.message.ACK ) {
 ca.uhn.hl7v2.model.v23.message.ACK mod = (ca.uhn.hl7v2.model.v23.message.ACK) ack;
 mod.getMSH().getSendingApplication().getNamespaceID().setValue( APPNAME );
 mod.getMSH().getSendingFacility().getNamespaceID().setValue( APPNAME );
 ackMessage = mod.encode();
} else if ( ack instanceof ca.uhn.hl7v2.model.v231.message.ACK ) {
 ca.uhn.hl7v2.model.v231.message.ACK mod = (ca.uhn.hl7v2.model.v231.message.ACK) ack;
origin: ca.uhn.hapi/hapi-structures-v23

/**
 * <p>
 * Returns
 * the first repetition of 
 * DB1 (Disability Segment) - creates it if necessary
 * </p>
 * 
 *
 */
public DB1 getDB1() { 
  return getTyped("DB1", DB1.class);
}
origin: ca.uhn.hapi/hapi-structures-v23

/**
 * <p>
 * Returns
 * the first repetition of 
 * DB1 (Disability Segment) - creates it if necessary
 * </p>
 * 
 *
 */
public DB1 getDB1() { 
  return getTyped("DB1", DB1.class);
}
origin: ca.uhn.hapi/hapi-structures-v23

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

/**
 * <p>
 * Returns
 * UB2 (UB92 data) - creates it if necessary
 * </p>
 * 
 *
 */
public UB2 getUB2() { 
  return getTyped("UB2", UB2.class);
}
origin: ca.uhn.hapi/hapi-structures-v23

/**
 * <p>
 * Returns
 * the first repetition of 
 * DB1 (Disability Segment) - creates it if necessary
 * </p>
 * 
 *
 */
public DB1 getDB1() { 
  return getTyped("DB1", DB1.class);
}
origin: ca.uhn.hapi/hapi-structures-v23

/**
 * <p>
 * Returns
 * ACC (Accident) - creates it if necessary
 * </p>
 * 
 *
 */
public ACC getACC() { 
  return getTyped("ACC", ACC.class);
}
ca.uhn.hl7v2.model.v23.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