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

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

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

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 ROL 
 */ 
public int getROLReps() {  
  return getReps("ROL");
} 
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-v24

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

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

/** 
 * Creates a new BAR_P01_PROCEDURE group
 */
public BAR_P01_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(ROL.class, false, true, false);
  } catch(HL7Exception e) {
   log.error("Unexpected error creating BAR_P01_PROCEDURE - this is probably a bug in the source code generator.", e);
  }
}
origin: ca.uhn.hapi/hapi-structures-v24

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

/**
 * Returns
 * PR1 (Procedures) - creates it if necessary
 */
public PR1 getPR1() { 
  PR1 retVal = getTyped("PR1", PR1.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 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.groupBAR_P01_PROCEDURE

Javadoc

Represents a BAR_P01_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: ROL (Role) optional repeating

Most used methods

  • add
  • getAllAsList
  • getReps
  • getTyped
  • init

Popular in Java

  • Finding current android device location
  • findViewById (Activity)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • setScale (BigDecimal)
  • MalformedURLException (java.net)
    This exception is thrown when a program attempts to create an URL from an incorrect specification.
  • SecureRandom (java.security)
    This class generates cryptographically secure pseudo-random numbers. It is best to invoke SecureRand
  • TimeZone (java.util)
    TimeZone represents a time zone offset, and also figures out daylight savings. Typically, you get a
  • TreeSet (java.util)
    TreeSet is an implementation of SortedSet. All optional operations (adding and removing) are support
  • ExecutorService (java.util.concurrent)
    An Executor that provides methods to manage termination and methods that can produce a Future for tr
  • DataSource (javax.sql)
    An interface for the creation of Connection objects which represent a connection to a database. This
  • 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