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

How to use
OMP_O09_INSURANCE
in
ca.uhn.hl7v2.model.v251.group

Best Java code snippets using ca.uhn.hl7v2.model.v251.group.OMP_O09_INSURANCE (Showing top 10 results out of 315)

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-v251

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

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, false, false);
  } catch(HL7Exception e) {
   log.error("Unexpected error creating OMP_O09_INSURANCE - this is probably a bug in the source code generator.", e);
  }
}
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, false, false);
  } catch(HL7Exception e) {
   log.error("Unexpected error creating OMP_O09_INSURANCE - this is probably a bug in the source code generator.", e);
  }
}
origin: ca.uhn.hapi/hapi-structures-v251

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

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

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

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

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

/**
 * Returns
 * IN3 (Insurance Additional Information, Certification) - creates it if necessary
 */
public IN3 getIN3() { 
  IN3 retVal = getTyped("IN3", IN3.class);
  return retVal;
}
ca.uhn.hl7v2.model.v251.groupOMP_O09_INSURANCE

Javadoc

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

Most used methods

  • add
  • getTyped
  • init

Popular in Java

  • Making http requests using okhttp
  • scheduleAtFixedRate (Timer)
  • notifyDataSetChanged (ArrayAdapter)
  • getResourceAsStream (ClassLoader)
  • Connection (java.sql)
    A connection represents a link from a Java application to a database. All SQL statements and results
  • BitSet (java.util)
    The BitSet class implements abit array [http://en.wikipedia.org/wiki/Bit_array]. Each element is eit
  • GregorianCalendar (java.util)
    GregorianCalendar is a concrete subclass of Calendarand provides the standard calendar used by most
  • Executor (java.util.concurrent)
    An object that executes submitted Runnable tasks. This interface provides a way of decoupling task s
  • Loader (org.hibernate.loader)
    Abstract superclass of object loading (and querying) strategies. This class implements useful common
  • Join (org.hibernate.mapping)
  • Top plugins for WebStorm
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