Tabnine Logo
QRY_A19
Code IndexAdd Tabnine to your IDE (free)

How to use
QRY_A19
in
ca.uhn.hl7v2.model.v26.message

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

origin: ca.uhn.hapi/hapi-osgi-base

private void init(ModelClassFactory factory) {
  try {
           this.add(MSH.class, true, false);
             this.add(SFT.class, false, true);
             this.add(UAC.class, false, false);
             this.add(QRD.class, true, false);
             this.add(QRF.class, false, false);
    } catch(HL7Exception e) {
   log.error("Unexpected error creating QRY_A19 - this is probably a bug in the source code generator.", e);
  }
}
origin: ca.uhn.hapi/hapi-structures-v26

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

/**
 * <p>
 * Returns
 * QRF (Original style query filter) - creates it if necessary
 * </p>
 * 
 *
 */
public QRF getQRF() { 
  return getTyped("QRF", QRF.class);
}
origin: ca.uhn.hapi/hapi-structures-v26

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

/** 
 * <p>
 * Returns a non-modifiable List containing all current existing repetitions of SFT.
 * <p>
 * <p>
 * Note that unlike {@link #getSFT()}, this method will not create any reps
 * if none are already present, so an empty list may be returned.
 * </p>
 * 
 */ 
public java.util.List<SFT> getSFTAll() throws HL7Exception {
  return getAllAsList("SFT", SFT.class);
} 
origin: ca.uhn.hapi/hapi-osgi-base

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

/** 
 * <p>
 * Returns a non-modifiable List containing all current existing repetitions of SFT.
 * <p>
 * <p>
 * Note that unlike {@link #getSFT()}, this method will not create any reps
 * if none are already present, so an empty list may be returned.
 * </p>
 * 
 */ 
public java.util.List<SFT> getSFTAll() throws HL7Exception {
  return getAllAsList("SFT", SFT.class);
} 
origin: ca.uhn.hapi/hapi-osgi-base

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

private void init(ModelClassFactory factory) {
  try {
           this.add(MSH.class, true, false);
             this.add(SFT.class, false, true);
             this.add(UAC.class, false, false);
             this.add(QRD.class, true, false);
             this.add(QRF.class, false, false);
    } catch(HL7Exception e) {
   log.error("Unexpected error creating QRY_A19 - this is probably a bug in the source code generator.", e);
  }
}
origin: ca.uhn.hapi/hapi-osgi-base

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

/**
 * <p>
 * Returns
 * QRD (Original-Style Query Definition) - creates it if necessary
 * </p>
 * 
 *
 */
public QRD getQRD() { 
  return getTyped("QRD", QRD.class);
}
origin: ca.uhn.hapi/hapi-osgi-base

/**
 * <p>
 * Returns
 * the first repetition of 
 * SFT (Software Segment) - creates it if necessary
 * </p>
 * 
 *
 */
public SFT getSFT() { 
  return getTyped("SFT", SFT.class);
}
origin: ca.uhn.hapi/hapi-osgi-base

/**
 * <p>
 * Returns
 * UAC (User Authentication Credential Segment) - creates it if necessary
 * </p>
 * 
 *
 */
public UAC getUAC() { 
  return getTyped("UAC", UAC.class);
}
origin: ca.uhn.hapi/hapi-structures-v26

/**
 * <p>
 * Returns
 * UAC (User Authentication Credential Segment) - creates it if necessary
 * </p>
 * 
 *
 */
public UAC getUAC() { 
  return getTyped("UAC", UAC.class);
}
origin: ca.uhn.hapi/hapi-osgi-base

/**
 * <p>
 * Returns
 * QRD (Original-Style Query Definition) - creates it if necessary
 * </p>
 * 
 *
 */
public QRD getQRD() { 
  return getTyped("QRD", QRD.class);
}
origin: ca.uhn.hapi/hapi-osgi-base

/**
 * <p>
 * Returns
 * QRF (Original style query filter) - creates it if necessary
 * </p>
 * 
 *
 */
public QRF getQRF() { 
  return getTyped("QRF", QRF.class);
}
origin: ca.uhn.hapi/hapi-osgi-base

/**
 * <p>
 * Returns a specific repetition of
 * SFT (Software Segment) - creates it if necessary
 * </p>
 * 
 *
 * @param rep The repetition index (0-indexed, i.e. the first repetition is at index 0)
 * @throws HL7Exception if the repetition requested is more than one 
 *     greater than the number of existing repetitions.
 */
public SFT getSFT(int rep) { 
  return getTyped("SFT", rep, SFT.class);
}
origin: ca.uhn.hapi/hapi-structures-v26

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

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

/**
 * <p>
 * Returns a specific repetition of
 * SFT (Software Segment) - creates it if necessary
 * </p>
 * 
 *
 * @param rep The repetition index (0-indexed, i.e. the first repetition is at index 0)
 * @throws HL7Exception if the repetition requested is more than one 
 *     greater than the number of existing repetitions.
 */
public SFT getSFT(int rep) { 
  return getTyped("SFT", rep, SFT.class);
}
ca.uhn.hl7v2.model.v26.messageQRY_A19

Javadoc

Represents a QRY_A19 message structure (see chapter 3.3.19). This structure contains the following elements:

  • 1: MSH (Message Header)
  • 2: SFT (Software Segment) optional repeating
  • 3: UAC (User Authentication Credential Segment) optional
  • 4: QRD (Original-Style Query Definition)
  • 5: QRF (Original style query filter) optional

Most used methods

  • add
  • getAllAsList
  • getReps
  • getTyped
  • init

Popular in Java

  • Running tasks concurrently on multiple threads
  • onCreateOptionsMenu (Activity)
  • getApplicationContext (Context)
  • compareTo (BigDecimal)
  • VirtualMachine (com.sun.tools.attach)
    A Java virtual machine. A VirtualMachine represents a Java virtual machine to which this Java vir
  • BufferedReader (java.io)
    Wraps an existing Reader and buffers the input. Expensive interaction with the underlying reader is
  • Comparator (java.util)
    A Comparator is used to compare two objects to determine their ordering with respect to each other.
  • DataSource (javax.sql)
    An interface for the creation of Connection objects which represent a connection to a database. This
  • JOptionPane (javax.swing)
  • Join (org.hibernate.mapping)
  • Best plugins for Eclipse
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