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

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

Best Java code snippets using ca.uhn.hl7v2.model.v24.group.PPT_PCL_GOAL_OBSERVATION (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 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-v24

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

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

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

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

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

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

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

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

/**
 * Returns
 * the first repetition of 
 * NTE (Notes and Comments) - creates it if necessary
 */
public NTE getNTE() { 
  NTE retVal = getTyped("NTE", NTE.class);
  return retVal;
}
ca.uhn.hl7v2.model.v24.groupPPT_PCL_GOAL_OBSERVATION

Javadoc

Represents a PPT_PCL_GOAL_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

Most used methods

  • add
  • getAllAsList
  • getReps
  • getTyped
  • init

Popular in Java

  • Finding current android device location
  • setScale (BigDecimal)
  • addToBackStack (FragmentTransaction)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • Socket (java.net)
    Provides a client-side TCP socket.
  • SocketTimeoutException (java.net)
    This exception is thrown when a timeout expired on a socket read or accept operation.
  • UnknownHostException (java.net)
    Thrown when a hostname can not be resolved.
  • JFileChooser (javax.swing)
  • XPath (javax.xml.xpath)
    XPath provides access to the XPath evaluation environment and expressions. Evaluation of XPath Expr
  • IOUtils (org.apache.commons.io)
    General IO stream manipulation utilities. This class provides static utility methods for input/outpu
  • Top Vim 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