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

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

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

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

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

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

/**
 * Returns a specific repetition of
 * NTE (Notes and Comments) - 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 NTE getNTE(int rep) { 
  NTE retVal = getTyped("NTE", rep, NTE.class);
  return retVal;
}
origin: ca.uhn.hapi/hapi-structures-v25

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

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

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

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

/**
 * Returns
 * the first repetition of 
 * VAR (Variance) - creates it if necessary
 */
public VAR getVAR() { 
  VAR retVal = getTyped("VAR", VAR.class);
  return retVal;
}
origin: ca.uhn.hapi/hapi-osgi-base

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

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

/**
 * Returns
 * the first repetition of 
 * VAR (Variance) - creates it if necessary
 */
public VAR getVAR() { 
  VAR retVal = getTyped("VAR", VAR.class);
  return retVal;
}
origin: ca.uhn.hapi/hapi-structures-v25

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

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

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

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

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

/**
 * Returns a specific repetition of
 * NTE (Notes and Comments) - 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 NTE getNTE(int rep) { 
  NTE retVal = getTyped("NTE", rep, NTE.class);
  return retVal;
}
origin: ca.uhn.hapi/hapi-structures-v25

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

/**
 * Returns a specific repetition of
 * VAR (Variance) - 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 VAR getVAR(int rep) { 
  VAR retVal = getTyped("VAR", rep, VAR.class);
  return retVal;
}
origin: ca.uhn.hapi/hapi-structures-v25

/**
 * Returns
 * OBX (Observation/Result) - creates it if necessary
 */
public OBX getOBX() { 
  OBX retVal = getTyped("OBX", OBX.class);
  return retVal;
}
ca.uhn.hl7v2.model.v25.groupPPP_PCB_ORDER_OBSERVATION

Javadoc

Represents a PPP_PCB_ORDER_OBSERVATION 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: OBX (Observation/Result)
  • 2: NTE (Notes and Comments) optional repeating
  • 3: VAR (Variance) optional repeating

Most used methods

  • add
  • getAllAsList
  • getReps
  • getTyped
  • init

Popular in Java

  • Reading from database using SQL prepared statement
  • getSharedPreferences (Context)
  • onCreateOptionsMenu (Activity)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • PrintStream (java.io)
    Fake signature of an existing Java class.
  • Date (java.sql)
    A class which can consume and produce dates in SQL Date format. Dates are represented in SQL as yyyy
  • Iterator (java.util)
    An iterator over a sequence of objects, such as a collection.If a collection has been changed since
  • Servlet (javax.servlet)
    Defines methods that all servlets must implement. A servlet is a small Java program that runs within
  • Project (org.apache.tools.ant)
    Central representation of an Ant project. This class defines an Ant project with all of its targets,
  • IsNull (org.hamcrest.core)
    Is the value null?
  • 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