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

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

Best Java code snippets using ca.uhn.hl7v2.model.v24.group.ADT_A39_PATIENT (Showing top 12 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_A39_PATIENT group
 */
public ADT_A39_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);
               this.add(PV1.class, false, false, false);
  } catch(HL7Exception e) {
   log.error("Unexpected error creating ADT_A39_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);
               this.add(PV1.class, false, false, false);
  } catch(HL7Exception e) {
   log.error("Unexpected error creating ADT_A39_PATIENT - this is probably a bug in the source code generator.", e);
  }
}
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

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

/**
 * Returns
 * PV1 (Patient visit) - creates it if necessary
 */
public PV1 getPV1() { 
  PV1 retVal = getTyped("PV1", PV1.class);
  return retVal;
}
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-osgi-base

/**
 * Returns
 * PV1 (Patient visit) - creates it if necessary
 */
public PV1 getPV1() { 
  PV1 retVal = getTyped("PV1", PV1.class);
  return retVal;
}
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

/**
 * Returns
 * PD1 (patient additional demographic) - creates it if necessary
 */
public PD1 getPD1() { 
  PD1 retVal = getTyped("PD1", PD1.class);
  return retVal;
}
ca.uhn.hl7v2.model.v24.groupADT_A39_PATIENT

Javadoc

Represents a ADT_A39_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)
  • 4: PV1 (Patient visit) optional

Most used methods

  • add
  • getTyped
  • init

Popular in Java

  • Creating JSON documents from java classes using gson
  • onRequestPermissionsResult (Fragment)
  • getSystemService (Context)
  • setScale (BigDecimal)
  • PrintStream (java.io)
    Fake signature of an existing Java class.
  • HttpURLConnection (java.net)
    An URLConnection for HTTP (RFC 2616 [http://tools.ietf.org/html/rfc2616]) used to send and receive d
  • URL (java.net)
    A Uniform Resource Locator that identifies the location of an Internet resource as specified by RFC
  • Queue (java.util)
    A collection designed for holding elements prior to processing. Besides basic java.util.Collection o
  • ReentrantLock (java.util.concurrent.locks)
    A reentrant mutual exclusion Lock with the same basic behavior and semantics as the implicit monitor
  • Project (org.apache.tools.ant)
    Central representation of an Ant project. This class defines an Ant project with all of its targets,
  • Top plugins for WebStorm
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