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

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

Best Java code snippets using ca.uhn.hl7v2.model.v24.group.ADT_A01_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-structures-v24

/** 
 * Returns the number of existing repetitions of IN3 
 */ 
public int getIN3Reps() {  
  return getReps("IN3");
} 
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

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_A01_INSURANCE - this is probably a bug in the source code generator.", e);
  }
}
origin: ca.uhn.hapi/hapi-osgi-base

/** 
 * Creates a new ADT_A01_INSURANCE group
 */
public ADT_A01_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_A01_INSURANCE - this is probably a bug in the source code generator.", e);
  }
}
origin: ca.uhn.hapi/hapi-structures-v24

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

/**
 * Returns
 * the first repetition of 
 * ROL (Role) - creates it if necessary
 */
public ROL getROL() { 
  ROL retVal = getTyped("ROL", ROL.class);
  return retVal;
}
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

/** 
 * <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
 * IN2 (Insurance Additional Information) - creates it if necessary
 */
public IN2 getIN2() { 
  IN2 retVal = getTyped("IN2", IN2.class);
  return retVal;
}
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-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 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-osgi-base

/** 
 * Returns the number of existing repetitions of IN3 
 */ 
public int getIN3Reps() {  
  return getReps("IN3");
} 
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 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-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;
}
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-osgi-base

/**
 * 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_A01_INSURANCE

Javadoc

Represents a ADT_A01_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

  • Reactive rest calls using spring rest template
  • setScale (BigDecimal)
  • setRequestProperty (URLConnection)
  • scheduleAtFixedRate (ScheduledExecutorService)
  • EOFException (java.io)
    Thrown when a program encounters the end of a file or stream during an input operation.
  • InetAddress (java.net)
    An Internet Protocol (IP) address. This can be either an IPv4 address or an IPv6 address, and in pra
  • NumberFormat (java.text)
    The abstract base class for all number formats. This class provides the interface for formatting and
  • BlockingQueue (java.util.concurrent)
    A java.util.Queue that additionally supports operations that wait for the queue to become non-empty
  • Executor (java.util.concurrent)
    An object that executes submitted Runnable tasks. This interface provides a way of decoupling task s
  • Scheduler (org.quartz)
    This is the main interface of a Quartz Scheduler. A Scheduler maintains a registry of org.quartz.Job
  • 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