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

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

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

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

/**
 * Returns
 * AUTHORIZATION_CONTACT (a Group object) - creates it if necessary
 */
public RRI_I12_AUTHORIZATION_CONTACT getAUTHORIZATION_CONTACT() { 
  RRI_I12_AUTHORIZATION_CONTACT retVal = getTyped("AUTHORIZATION_CONTACT", RRI_I12_AUTHORIZATION_CONTACT.class);
  return retVal;
}
origin: ca.uhn.hapi/hapi-osgi-base

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

private void init(ModelClassFactory factory) {
  try {
               this.add(PR1.class, true, false, false);
               this.add(RRI_I12_AUTHORIZATION_CONTACT.class, false, false, false);
  } catch(HL7Exception e) {
   log.error("Unexpected error creating RRI_I12_PROCEDURE - 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(PR1.class, true, false, false);
               this.add(RRI_I12_AUTHORIZATION_CONTACT.class, false, false, false);
  } catch(HL7Exception e) {
   log.error("Unexpected error creating RRI_I12_PROCEDURE - this is probably a bug in the source code generator.", e);
  }
}
origin: ca.uhn.hapi/hapi-osgi-base

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

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

/**
 * Returns
 * PR1 (Procedures) - creates it if necessary
 */
public PR1 getPR1() { 
  PR1 retVal = getTyped("PR1", PR1.class);
  return retVal;
}
origin: ca.uhn.hapi/hapi-osgi-base

/**
 * Returns
 * AUTHORIZATION_CONTACT (a Group object) - creates it if necessary
 */
public RRI_I12_AUTHORIZATION_CONTACT getAUTHORIZATION_CONTACT() { 
  RRI_I12_AUTHORIZATION_CONTACT retVal = getTyped("AUTHORIZATION_CONTACT", RRI_I12_AUTHORIZATION_CONTACT.class);
  return retVal;
}
ca.uhn.hl7v2.model.v251.groupRRI_I12_PROCEDURE

Javadoc

Represents a RRI_I12_PROCEDURE 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: PR1 (Procedures)
  • 2: RRI_I12_AUTHORIZATION_CONTACT (a Group object) optional

Most used methods

  • add
  • getTyped
  • init

Popular in Java

  • Making http post requests using okhttp
  • setScale (BigDecimal)
  • compareTo (BigDecimal)
  • setRequestProperty (URLConnection)
  • Pointer (com.sun.jna)
    An abstraction for a native pointer data type. A Pointer instance represents, on the Java side, a na
  • Component (java.awt)
    A component is an object having a graphical representation that can be displayed on the screen and t
  • BufferedWriter (java.io)
    Wraps an existing Writer and buffers the output. Expensive interaction with the underlying reader is
  • IOException (java.io)
    Signals a general, I/O-related error. Error details may be specified when calling the constructor, a
  • BigInteger (java.math)
    An immutable arbitrary-precision signed integer.FAST CRYPTOGRAPHY This implementation is efficient f
  • Pattern (java.util.regex)
    Patterns are compiled regular expressions. In many cases, convenience methods such as String#matches
  • Best IntelliJ 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