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

How to use
RPA_I08_PROCEDURE
in
ca.uhn.hl7v2.model.v25.group

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

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

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

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

private void init(ModelClassFactory factory) {
  try {
               this.add(PR1.class, true, false, false);
               this.add(RPA_I08_AUTHORIZATION_2.class, false, false, false);
  } catch(HL7Exception e) {
   log.error("Unexpected error creating RPA_I08_PROCEDURE - this is probably a bug in the source code generator.", e);
  }
}
origin: ca.uhn.hapi/hapi-structures-v25

private void init(ModelClassFactory factory) {
  try {
               this.add(PR1.class, true, false, false);
               this.add(RPA_I08_AUTHORIZATION_2.class, false, false, false);
  } catch(HL7Exception e) {
   log.error("Unexpected error creating RPA_I08_PROCEDURE - this is probably a bug in the source code generator.", e);
  }
}
origin: ca.uhn.hapi/hapi-structures-v25

/**
 * Returns
 * AUTHORIZATION_2 (a Group object) - creates it if necessary
 */
public RPA_I08_AUTHORIZATION_2 getAUTHORIZATION_2() { 
  RPA_I08_AUTHORIZATION_2 retVal = getTyped("AUTHORIZATION_2", RPA_I08_AUTHORIZATION_2.class);
  return retVal;
}
origin: ca.uhn.hapi/hapi-structures-v25

/** 
 * Creates a new RPA_I08_PROCEDURE group
 */
public RPA_I08_PROCEDURE(Group parent, ModelClassFactory factory) {
  super(parent, factory);
  init(factory);
}
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-v25

/**
 * Returns
 * PR1 (Procedures) - creates it if necessary
 */
public PR1 getPR1() { 
  PR1 retVal = getTyped("PR1", PR1.class);
  return retVal;
}
ca.uhn.hl7v2.model.v25.groupRPA_I08_PROCEDURE

Javadoc

Represents a RPA_I08_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: RPA_I08_AUTHORIZATION_2 (a Group object) optional

Most used methods

  • add
  • getTyped
  • init

Popular in Java

  • Reactive rest calls using spring rest template
  • notifyDataSetChanged (ArrayAdapter)
  • startActivity (Activity)
  • onCreateOptionsMenu (Activity)
  • FileReader (java.io)
    A specialized Reader that reads from a file in the file system. All read requests made by calling me
  • PrintStream (java.io)
    Fake signature of an existing Java class.
  • RandomAccessFile (java.io)
    Allows reading from and writing to a file in a random-access manner. This is different from the uni-
  • InetAddress (java.net)
    An Internet Protocol (IP) address. This can be either an IPv4 address or an IPv6 address, and in pra
  • Scanner (java.util)
    A parser that parses a text string of primitive types and strings with the help of regular expressio
  • DateTimeFormat (org.joda.time.format)
    Factory that creates instances of DateTimeFormatter from patterns and styles. Datetime formatting i
  • 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