congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
ADT_A43_PATIENT
Code IndexAdd Tabnine to your IDE (free)

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

Best Java code snippets using ca.uhn.hl7v2.model.v24.group.ADT_A43_PATIENT (Showing top 10 results out of 315)

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

/**
 * Returns
 * PID (Patient identification) - creates it if necessary
 */
public PID getPID() { 
  PID retVal = getTyped("PID", PID.class);
  return retVal;
}
origin: ca.uhn.hapi/hapi-structures-v24

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

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

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

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

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

/**
 * Returns
 * MRG (Merge patient information) - creates it if necessary
 */
public MRG getMRG() { 
  MRG retVal = getTyped("MRG", MRG.class);
  return retVal;
}
origin: ca.uhn.hapi/hapi-structures-v24

/**
 * Returns
 * PD1 (patient additional demographic) - creates it if necessary
 */
public PD1 getPD1() { 
  PD1 retVal = getTyped("PD1", PD1.class);
  return retVal;
}
origin: ca.uhn.hapi/hapi-osgi-base

/**
 * Returns
 * PD1 (patient additional demographic) - creates it if necessary
 */
public PD1 getPD1() { 
  PD1 retVal = getTyped("PD1", PD1.class);
  return retVal;
}
origin: ca.uhn.hapi/hapi-osgi-base

/**
 * Returns
 * MRG (Merge patient information) - creates it if necessary
 */
public MRG getMRG() { 
  MRG retVal = getTyped("MRG", MRG.class);
  return retVal;
}
ca.uhn.hl7v2.model.v24.groupADT_A43_PATIENT

Javadoc

Represents a ADT_A43_PATIENT 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: PID (Patient identification)
  • 2: PD1 (patient additional demographic) optional
  • 3: MRG (Merge patient information)

Most used methods

  • add
  • getTyped
  • init

Popular in Java

  • Start an intent from android
  • onRequestPermissionsResult (Fragment)
  • getSupportFragmentManager (FragmentActivity)
  • setScale (BigDecimal)
  • Table (com.google.common.collect)
    A collection that associates an ordered pair of keys, called a row key and a column key, with a sing
  • VirtualMachine (com.sun.tools.attach)
    A Java virtual machine. A VirtualMachine represents a Java virtual machine to which this Java vir
  • Collections (java.util)
    This class consists exclusively of static methods that operate on or return collections. It contains
  • Date (java.util)
    A specific moment in time, with millisecond precision. Values typically come from System#currentTime
  • List (java.util)
    An ordered collection (also known as a sequence). The user of this interface has precise control ove
  • Properties (java.util)
    A Properties object is a Hashtable where the keys and values must be Strings. Each property can have
  • 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