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

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

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

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

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

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

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

/**
 * 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 the number of existing repetitions of ROL 
 */ 
public int getROLReps() {  
  return getReps("ROL");
} 
origin: ca.uhn.hapi/hapi-structures-v251

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

/**
 * 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-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
 * PR1 (Procedures) - creates it if necessary
 */
public PR1 getPR1() { 
  PR1 retVal = getTyped("PR1", PR1.class);
  return retVal;
}
ca.uhn.hl7v2.model.v251.groupADT_A16_PROCEDURE

Javadoc

Represents a ADT_A16_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
  • getSystemService (Context)
  • requestLocationUpdates (LocationManager)
  • getExternalFilesDir (Context)
  • Window (java.awt)
    A Window object is a top-level window with no borders and no menubar. The default layout for a windo
  • Timer (java.util)
    Timers schedule one-shot or recurring TimerTask for execution. Prefer java.util.concurrent.Scheduled
  • TimeUnit (java.util.concurrent)
    A TimeUnit represents time durations at a given unit of granularity and provides utility methods to
  • Options (org.apache.commons.cli)
    Main entry-point into the library. Options represents a collection of Option objects, which describ
  • StringUtils (org.apache.commons.lang)
    Operations on java.lang.String that arenull safe. * IsEmpty/IsBlank - checks if a String contains
  • Logger (org.slf4j)
    The org.slf4j.Logger interface is the main user entry point of SLF4J API. It is expected that loggin
  • Github Copilot alternatives
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