congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
ADT_A06_INSURANCE
Code IndexAdd Tabnine to your IDE (free)

How to use
ADT_A06_INSURANCE
in
ca.uhn.hl7v2.model.v24.group

Best Java code snippets using ca.uhn.hl7v2.model.v24.group.ADT_A06_INSURANCE (Showing top 20 results out of 315)

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

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

/** 
 * Returns the number of existing repetitions of ROL 
 */ 
public int getROLReps() {  
  return getReps("ROL");
} 
origin: ca.uhn.hapi/hapi-structures-v24

/**
 * Returns
 * the first repetition of 
 * IN3 (Insurance Additional Information, Certification) - creates it if necessary
 */
public IN3 getIN3() { 
  IN3 retVal = getTyped("IN3", IN3.class);
  return retVal;
}
origin: ca.uhn.hapi/hapi-structures-v24

/** 
 * Creates a new ADT_A06_INSURANCE group
 */
public ADT_A06_INSURANCE(Group parent, ModelClassFactory factory) {
  super(parent, factory);
  init(factory);
}
origin: ca.uhn.hapi/hapi-structures-v24

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

/** 
 * Creates a new ADT_A06_INSURANCE group
 */
public ADT_A06_INSURANCE(Group parent, ModelClassFactory factory) {
  super(parent, factory);
  init(factory);
}
origin: ca.uhn.hapi/hapi-osgi-base

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

/**
 * Returns
 * the first repetition of 
 * IN3 (Insurance Additional Information, Certification) - creates it if necessary
 */
public IN3 getIN3() { 
  IN3 retVal = getTyped("IN3", IN3.class);
  return retVal;
}
origin: ca.uhn.hapi/hapi-structures-v24

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

/** 
 * Returns the number of existing repetitions of IN3 
 */ 
public int getIN3Reps() {  
  return getReps("IN3");
} 
origin: ca.uhn.hapi/hapi-osgi-base

/**
 * Returns
 * IN2 (Insurance Additional Information) - creates it if necessary
 */
public IN2 getIN2() { 
  IN2 retVal = getTyped("IN2", IN2.class);
  return retVal;
}
origin: ca.uhn.hapi/hapi-osgi-base

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

/** 
 * Returns the number of existing repetitions of IN3 
 */ 
public int getIN3Reps() {  
  return getReps("IN3");
} 
origin: ca.uhn.hapi/hapi-osgi-base

/**
 * Returns a specific repetition of
 * IN3 (Insurance Additional Information, Certification) - creates it if necessary
 *
 * @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 IN3 getIN3(int rep) { 
  IN3 retVal = getTyped("IN3", rep, IN3.class);
  return retVal;
}
origin: ca.uhn.hapi/hapi-osgi-base

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

/** 
 * Returns the number of existing repetitions of ROL 
 */ 
public int getROLReps() {  
  return getReps("ROL");
} 
origin: ca.uhn.hapi/hapi-structures-v24

/**
 * Returns
 * IN1 (Insurance) - creates it if necessary
 */
public IN1 getIN1() { 
  IN1 retVal = getTyped("IN1", IN1.class);
  return retVal;
}
origin: ca.uhn.hapi/hapi-structures-v24

/**
 * Returns a specific repetition of
 * IN3 (Insurance Additional Information, Certification) - creates it if necessary
 *
 * @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 IN3 getIN3(int rep) { 
  IN3 retVal = getTyped("IN3", rep, IN3.class);
  return retVal;
}
origin: ca.uhn.hapi/hapi-osgi-base

/**
 * Returns
 * IN1 (Insurance) - creates it if necessary
 */
public IN1 getIN1() { 
  IN1 retVal = getTyped("IN1", IN1.class);
  return retVal;
}
origin: ca.uhn.hapi/hapi-structures-v24

/**
 * Returns a specific repetition of
 * ROL (Role) - creates it if necessary
 *
 * @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 ROL getROL(int rep) { 
  ROL retVal = getTyped("ROL", rep, ROL.class);
  return retVal;
}
ca.uhn.hl7v2.model.v24.groupADT_A06_INSURANCE

Javadoc

Represents a ADT_A06_INSURANCE group structure (a Group object). A Group is an ordered collection of message segments that can repeat together or be optionally in/excluded together. This Group contains the following elements:

  • 1: IN1 (Insurance)
  • 2: IN2 (Insurance Additional Information) optional
  • 3: IN3 (Insurance Additional Information, Certification) optional repeating
  • 4: ROL (Role) optional repeating

Most used methods

  • add
  • getAllAsList
  • getReps
  • getTyped
  • init

Popular in Java

  • Parsing JSON documents to java classes using gson
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • setRequestProperty (URLConnection)
  • onRequestPermissionsResult (Fragment)
  • ConnectException (java.net)
    A ConnectException is thrown if a connection cannot be established to a remote host on a specific po
  • ResultSet (java.sql)
    An interface for an object which represents a database table entry, returned as the result of the qu
  • Collection (java.util)
    Collection is the root of the collection hierarchy. It defines operations on data collections and t
  • HttpServlet (javax.servlet.http)
    Provides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site. A sub
  • Join (org.hibernate.mapping)
  • Logger (org.slf4j)
    The org.slf4j.Logger interface is the main user entry point of SLF4J API. It is expected that loggin
  • Top Sublime Text plugins
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