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

How to use
REF_I12_VISIT
in
ca.uhn.hl7v2.model.v23.group

Best Java code snippets using ca.uhn.hl7v2.model.v23.group.REF_I12_VISIT (Showing top 8 results out of 315)

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

/**
 * Returns
 * PV2 (Patient visit - additional information) - creates it if necessary
 */
public PV2 getPV2() { 
  PV2 retVal = getTyped("PV2", PV2.class);
  return retVal;
}
origin: ca.uhn.hapi/hapi-structures-v23

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

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

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

/**
 * Returns
 * PV2 (Patient visit - additional information) - creates it if necessary
 */
public PV2 getPV2() { 
  PV2 retVal = getTyped("PV2", PV2.class);
  return retVal;
}
origin: ca.uhn.hapi/hapi-osgi-base

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

/**
 * Returns
 * PV1 (Patient visit) - creates it if necessary
 */
public PV1 getPV1() { 
  PV1 retVal = getTyped("PV1", PV1.class);
  return retVal;
}
origin: ca.uhn.hapi/hapi-osgi-base

/**
 * Returns
 * PV1 (Patient visit) - creates it if necessary
 */
public PV1 getPV1() { 
  PV1 retVal = getTyped("PV1", PV1.class);
  return retVal;
}
ca.uhn.hl7v2.model.v23.groupREF_I12_VISIT

Javadoc

Represents a REF_I12_VISIT 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: PV1 (Patient visit)
  • 2: PV2 (Patient visit - additional information) optional

Most used methods

  • add
  • getTyped
  • init

Popular in Java

  • Start an intent from android
  • compareTo (BigDecimal)
  • notifyDataSetChanged (ArrayAdapter)
  • onCreateOptionsMenu (Activity)
  • RandomAccessFile (java.io)
    Allows reading from and writing to a file in a random-access manner. This is different from the uni-
  • DecimalFormat (java.text)
    A concrete subclass of NumberFormat that formats decimal numbers. It has a variety of features desig
  • TimerTask (java.util)
    The TimerTask class represents a task to run at a specified time. The task may be run once or repeat
  • ExecutorService (java.util.concurrent)
    An Executor that provides methods to manage termination and methods that can produce a Future for tr
  • Runner (org.openjdk.jmh.runner)
  • Scheduler (org.quartz)
    This is the main interface of a Quartz Scheduler. A Scheduler maintains a registry of org.quartz.Job
  • 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