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

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

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

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

/**
 * 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 PTR_PCF_PATIENT_VISIT group
 */
public PTR_PCF_PATIENT_VISIT(Group parent, ModelClassFactory factory) {
  super(parent, factory);
  init(factory);
}
origin: ca.uhn.hapi/hapi-structures-v25

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 PTR_PCF_PATIENT_VISIT - this is probably a bug in the source code generator.", e);
  }
}
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 PTR_PCF_PATIENT_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-structures-v25

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

/**
 * 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.v25.groupPTR_PCF_PATIENT_VISIT

Javadoc

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

  • Running tasks concurrently on multiple threads
  • compareTo (BigDecimal)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • getSharedPreferences (Context)
  • Rectangle (java.awt)
    A Rectangle specifies an area in a coordinate space that is enclosed by the Rectangle object's top-
  • Socket (java.net)
    Provides a client-side TCP socket.
  • Charset (java.nio.charset)
    A charset is a named mapping between Unicode characters and byte sequences. Every Charset can decode
  • ConcurrentHashMap (java.util.concurrent)
    A plug-in replacement for JDK1.5 java.util.concurrent.ConcurrentHashMap. This version is based on or
  • Executors (java.util.concurrent)
    Factory and utility methods for Executor, ExecutorService, ScheduledExecutorService, ThreadFactory,
  • JFrame (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