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

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

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

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

/** 
 * <p>
 * Returns a non-modifiable List containing all current existing repetitions of STUDY_OBSERVATION.
 * <p>
 * <p>
 * Note that unlike {@link #getSTUDY_OBSERVATION()}, this method will not create any reps
 * if none are already present, so an empty list may be returned.
 * </p>
 */ 
public java.util.List<CSU_C09_STUDY_OBSERVATION> getSTUDY_OBSERVATIONAll() throws HL7Exception {
  return getAllAsList("STUDY_OBSERVATION", CSU_C09_STUDY_OBSERVATION.class);
} 
origin: ca.uhn.hapi/hapi-structures-v24

/** 
 * Returns the number of existing repetitions of STUDY_OBSERVATION 
 */ 
public int getSTUDY_OBSERVATIONReps() {  
  return getReps("STUDY_OBSERVATION");
} 
origin: ca.uhn.hapi/hapi-osgi-base

/**
 * Returns a specific repetition of
 * STUDY_OBSERVATION (a Group object) - 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 CSU_C09_STUDY_OBSERVATION getSTUDY_OBSERVATION(int rep) { 
  CSU_C09_STUDY_OBSERVATION retVal = getTyped("STUDY_OBSERVATION", rep, CSU_C09_STUDY_OBSERVATION.class);
  return retVal;
}
origin: ca.uhn.hapi/hapi-structures-v24

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

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

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

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

/**
 * Returns
 * CSS (Clinical Study Data Schedule Segment) - creates it if necessary
 */
public CSS getCSS() { 
  CSS retVal = getTyped("CSS", CSS.class);
  return retVal;
}
origin: ca.uhn.hapi/hapi-structures-v24

/** 
 * <p>
 * Returns a non-modifiable List containing all current existing repetitions of STUDY_PHARM.
 * <p>
 * <p>
 * Note that unlike {@link #getSTUDY_PHARM()}, this method will not create any reps
 * if none are already present, so an empty list may be returned.
 * </p>
 */ 
public java.util.List<CSU_C09_STUDY_PHARM> getSTUDY_PHARMAll() throws HL7Exception {
  return getAllAsList("STUDY_PHARM", CSU_C09_STUDY_PHARM.class);
} 
origin: ca.uhn.hapi/hapi-structures-v24

/** 
 * Returns the number of existing repetitions of STUDY_PHARM 
 */ 
public int getSTUDY_PHARMReps() {  
  return getReps("STUDY_PHARM");
} 
origin: ca.uhn.hapi/hapi-structures-v24

/**
 * Returns
 * the first repetition of 
 * STUDY_OBSERVATION (a Group object) - creates it if necessary
 */
public CSU_C09_STUDY_OBSERVATION getSTUDY_OBSERVATION() { 
  CSU_C09_STUDY_OBSERVATION retVal = getTyped("STUDY_OBSERVATION", CSU_C09_STUDY_OBSERVATION.class);
  return retVal;
}
origin: ca.uhn.hapi/hapi-osgi-base

/** 
 * <p>
 * Returns a non-modifiable List containing all current existing repetitions of STUDY_OBSERVATION.
 * <p>
 * <p>
 * Note that unlike {@link #getSTUDY_OBSERVATION()}, this method will not create any reps
 * if none are already present, so an empty list may be returned.
 * </p>
 */ 
public java.util.List<CSU_C09_STUDY_OBSERVATION> getSTUDY_OBSERVATIONAll() throws HL7Exception {
  return getAllAsList("STUDY_OBSERVATION", CSU_C09_STUDY_OBSERVATION.class);
} 
origin: ca.uhn.hapi/hapi-osgi-base

/** 
 * Returns the number of existing repetitions of STUDY_OBSERVATION 
 */ 
public int getSTUDY_OBSERVATIONReps() {  
  return getReps("STUDY_OBSERVATION");
} 
origin: ca.uhn.hapi/hapi-structures-v24

/**
 * Returns a specific repetition of
 * STUDY_OBSERVATION (a Group object) - 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 CSU_C09_STUDY_OBSERVATION getSTUDY_OBSERVATION(int rep) { 
  CSU_C09_STUDY_OBSERVATION retVal = getTyped("STUDY_OBSERVATION", rep, CSU_C09_STUDY_OBSERVATION.class);
  return retVal;
}
origin: ca.uhn.hapi/hapi-osgi-base

/** 
 * <p>
 * Returns a non-modifiable List containing all current existing repetitions of STUDY_PHARM.
 * <p>
 * <p>
 * Note that unlike {@link #getSTUDY_PHARM()}, this method will not create any reps
 * if none are already present, so an empty list may be returned.
 * </p>
 */ 
public java.util.List<CSU_C09_STUDY_PHARM> getSTUDY_PHARMAll() throws HL7Exception {
  return getAllAsList("STUDY_PHARM", CSU_C09_STUDY_PHARM.class);
} 
origin: ca.uhn.hapi/hapi-osgi-base

/** 
 * Returns the number of existing repetitions of STUDY_PHARM 
 */ 
public int getSTUDY_PHARMReps() {  
  return getReps("STUDY_PHARM");
} 
origin: ca.uhn.hapi/hapi-structures-v24

/**
 * Returns a specific repetition of
 * STUDY_PHARM (a Group object) - 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 CSU_C09_STUDY_PHARM getSTUDY_PHARM(int rep) { 
  CSU_C09_STUDY_PHARM retVal = getTyped("STUDY_PHARM", rep, CSU_C09_STUDY_PHARM.class);
  return retVal;
}
origin: ca.uhn.hapi/hapi-osgi-base

/**
 * Returns
 * CSS (Clinical Study Data Schedule Segment) - creates it if necessary
 */
public CSS getCSS() { 
  CSS retVal = getTyped("CSS", CSS.class);
  return retVal;
}
origin: ca.uhn.hapi/hapi-osgi-base

/**
 * Returns
 * the first repetition of 
 * STUDY_OBSERVATION (a Group object) - creates it if necessary
 */
public CSU_C09_STUDY_OBSERVATION getSTUDY_OBSERVATION() { 
  CSU_C09_STUDY_OBSERVATION retVal = getTyped("STUDY_OBSERVATION", CSU_C09_STUDY_OBSERVATION.class);
  return retVal;
}
origin: ca.uhn.hapi/hapi-osgi-base

/**
 * Returns a specific repetition of
 * STUDY_PHARM (a Group object) - 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 CSU_C09_STUDY_PHARM getSTUDY_PHARM(int rep) { 
  CSU_C09_STUDY_PHARM retVal = getTyped("STUDY_PHARM", rep, CSU_C09_STUDY_PHARM.class);
  return retVal;
}
ca.uhn.hl7v2.model.v24.groupCSU_C09_STUDY_SCHEDULE

Javadoc

Represents a CSU_C09_STUDY_SCHEDULE 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: CSS (Clinical Study Data Schedule Segment) optional
  • 2: CSU_C09_STUDY_OBSERVATION (a Group object) repeating
  • 3: CSU_C09_STUDY_PHARM (a Group object) repeating

Most used methods

  • add
  • getAllAsList
  • getReps
  • getTyped
  • init

Popular in Java

  • Creating JSON documents from java classes using gson
  • runOnUiThread (Activity)
  • findViewById (Activity)
  • notifyDataSetChanged (ArrayAdapter)
  • System (java.lang)
    Provides access to system-related information and resources including standard input and output. Ena
  • Set (java.util)
    A Set is a data structure which does not allow duplicate elements.
  • ExecutorService (java.util.concurrent)
    An Executor that provides methods to manage termination and methods that can produce a Future for tr
  • Semaphore (java.util.concurrent)
    A counting semaphore. Conceptually, a semaphore maintains a set of permits. Each #acquire blocks if
  • Loader (org.hibernate.loader)
    Abstract superclass of object loading (and querying) strategies. This class implements useful common
  • Join (org.hibernate.mapping)
  • Top PhpStorm 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