Tabnine Logo
PPG_PCJ.getTyped
Code IndexAdd Tabnine to your IDE (free)

How to use
getTyped
method
in
ca.uhn.hl7v2.model.v23.message.PPG_PCJ

Best Java code snippets using ca.uhn.hl7v2.model.v23.message.PPG_PCJ.getTyped (Showing top 10 results out of 315)

origin: ca.uhn.hapi/hapi-osgi-base

/**
 * <p>
 * Returns
 * PID (Patient Identification) - creates it if necessary
 * </p>
 * 
 *
 */
public PID getPID() { 
  return getTyped("PID", PID.class);
}
origin: ca.uhn.hapi/hapi-structures-v23

/**
 * <p>
 * Returns
 * PID (Patient Identification) - creates it if necessary
 * </p>
 * 
 *
 */
public PID getPID() { 
  return getTyped("PID", PID.class);
}
origin: ca.uhn.hapi/hapi-structures-v23

/**
 * <p>
 * Returns
 * the first repetition of 
 * PATHWAY (a Group object) - creates it if necessary
 * </p>
 * 
 *
 */
public PPG_PCJ_PATHWAY getPATHWAY() { 
  return getTyped("PATHWAY", PPG_PCJ_PATHWAY.class);
}
origin: ca.uhn.hapi/hapi-osgi-base

/**
 * <p>
 * Returns
 * PATIENT_VISIT (a Group object) - creates it if necessary
 * </p>
 * 
 *
 */
public PPG_PCJ_PATIENT_VISIT getPATIENT_VISIT() { 
  return getTyped("PATIENT_VISIT", PPG_PCJ_PATIENT_VISIT.class);
}
origin: ca.uhn.hapi/hapi-osgi-base

/**
 * <p>
 * Returns
 * the first repetition of 
 * PATHWAY (a Group object) - creates it if necessary
 * </p>
 * 
 *
 */
public PPG_PCJ_PATHWAY getPATHWAY() { 
  return getTyped("PATHWAY", PPG_PCJ_PATHWAY.class);
}
origin: ca.uhn.hapi/hapi-structures-v23

/**
 * <p>
 * Returns
 * MSH (Message header segment) - creates it if necessary
 * </p>
 * 
 *
 */
public MSH getMSH() { 
  return getTyped("MSH", MSH.class);
}
origin: ca.uhn.hapi/hapi-structures-v23

/**
 * <p>
 * Returns
 * PATIENT_VISIT (a Group object) - creates it if necessary
 * </p>
 * 
 *
 */
public PPG_PCJ_PATIENT_VISIT getPATIENT_VISIT() { 
  return getTyped("PATIENT_VISIT", PPG_PCJ_PATIENT_VISIT.class);
}
origin: ca.uhn.hapi/hapi-osgi-base

/**
 * <p>
 * Returns
 * MSH (Message header segment) - creates it if necessary
 * </p>
 * 
 *
 */
public MSH getMSH() { 
  return getTyped("MSH", MSH.class);
}
origin: ca.uhn.hapi/hapi-structures-v23

/**
 * <p>
 * Returns a specific repetition of
 * PATHWAY (a Group object) - creates it if necessary
 * </p>
 * 
 *
 * @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 PPG_PCJ_PATHWAY getPATHWAY(int rep) { 
  return getTyped("PATHWAY", rep, PPG_PCJ_PATHWAY.class);
}
origin: ca.uhn.hapi/hapi-osgi-base

/**
 * <p>
 * Returns a specific repetition of
 * PATHWAY (a Group object) - creates it if necessary
 * </p>
 * 
 *
 * @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 PPG_PCJ_PATHWAY getPATHWAY(int rep) { 
  return getTyped("PATHWAY", rep, PPG_PCJ_PATHWAY.class);
}
ca.uhn.hl7v2.model.v23.messagePPG_PCJgetTyped

Popular methods of PPG_PCJ

  • add
  • getAllAsList
  • getReps
  • init

Popular in Java

  • Start an intent from android
  • getResourceAsStream (ClassLoader)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • setScale (BigDecimal)
  • ArrayList (java.util)
    ArrayList is an implementation of List, backed by an array. All optional operations including adding
  • Scanner (java.util)
    A parser that parses a text string of primitive types and strings with the help of regular expressio
  • BlockingQueue (java.util.concurrent)
    A java.util.Queue that additionally supports operations that wait for the queue to become non-empty
  • Manifest (java.util.jar)
    The Manifest class is used to obtain attribute information for a JarFile and its entries.
  • Cipher (javax.crypto)
    This class provides access to implementations of cryptographic ciphers for encryption and decryption
  • JTextField (javax.swing)
  • From CI to AI: The AI layer in your organization
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