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

How to use
ADT_A24
in
ca.uhn.hl7v2.model.v21.message

Best Java code snippets using ca.uhn.hl7v2.model.v21.message.ADT_A24 (Showing top 14 results out of 315)

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

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

/** 
 * Creates a new ADT_A24 message with custom ModelClassFactory.
 */
public ADT_A24(ModelClassFactory factory) {
  super(factory);
  init(factory);
}
origin: ca.uhn.hapi/hapi-structures-v21

private void init(ModelClassFactory factory) {
  try {
           this.add(MSH.class, true, false);
             this.add(EVN.class, true, false);
             this.add(PID.class, true, false);
             this.add(PV1.class, true, false);
             this.add(PID.class, true, false);
    } catch(HL7Exception e) {
   log.error("Unexpected error creating ADT_A24 - 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(MSH.class, true, false);
             this.add(EVN.class, true, false);
             this.add(PID.class, true, false);
             this.add(PV1.class, true, false);
             this.add(PID.class, true, false);
    } catch(HL7Exception e) {
   log.error("Unexpected error creating ADT_A24 - this is probably a bug in the source code generator.", e);
  }
}
origin: ca.uhn.hapi/hapi-osgi-base

/**
 * <p>
 * Returns
 * EVN (EVENT TYPE) - creates it if necessary
 * </p>
 * 
 *
 */
public EVN getEVN() { 
  return getTyped("EVN", EVN.class);
}
origin: ca.uhn.hapi/hapi-osgi-base

/** 
 * Creates a new ADT_A24 message with custom ModelClassFactory.
 */
public ADT_A24(ModelClassFactory factory) {
  super(factory);
  init(factory);
}
origin: ca.uhn.hapi/hapi-structures-v21

/**
 * <p>
 * Returns
 * EVN (EVENT TYPE) - creates it if necessary
 * </p>
 * 
 *
 */
public EVN getEVN() { 
  return getTyped("EVN", EVN.class);
}
origin: ca.uhn.hapi/hapi-structures-v21

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

/**
 * <p>
 * Returns
 * PV1 (PATIENT VISIT) - creates it if necessary
 * </p>
 * 
 *
 */
public PV1 getPV1() { 
  return getTyped("PV1", PV1.class);
}
origin: ca.uhn.hapi/hapi-structures-v21

/**
 * <p>
 * Returns
 * MSH (MESSAGE HEADER) - creates it if necessary
 * </p>
 * 
 *
 */
public MSH getMSH() { 
  return getTyped("MSH", MSH.class);
}
origin: ca.uhn.hapi/hapi-osgi-base

/**
 * <p>
 * Returns
 * PV1 (PATIENT VISIT) - creates it if necessary
 * </p>
 * 
 *
 */
public PV1 getPV1() { 
  return getTyped("PV1", PV1.class);
}
origin: ca.uhn.hapi/hapi-structures-v21

/**
 * <p>
 * Returns
 * PID2 (PATIENT IDENTIFICATION) - creates it if necessary
 * </p>
 * 
 *
 */
public PID getPID2() { 
  return getTyped("PID2", PID.class);
}
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-osgi-base

/**
 * <p>
 * Returns
 * PID2 (PATIENT IDENTIFICATION) - creates it if necessary
 * </p>
 * 
 *
 */
public PID getPID2() { 
  return getTyped("PID2", PID.class);
}
ca.uhn.hl7v2.model.v21.messageADT_A24

Javadoc

Represents a ADT_A24 message structure (see chapter ?). This structure contains the following elements:

  • 1: MSH (MESSAGE HEADER)
  • 2: EVN (EVENT TYPE)
  • 3: PID (PATIENT IDENTIFICATION)
  • 4: PV1 (PATIENT VISIT)
  • 5: PID (PATIENT IDENTIFICATION)

Most used methods

  • add
  • getTyped
  • init

Popular in Java

  • Reactive rest calls using spring rest template
  • getSystemService (Context)
  • scheduleAtFixedRate (Timer)
  • requestLocationUpdates (LocationManager)
  • Component (java.awt)
    A component is an object having a graphical representation that can be displayed on the screen and t
  • Date (java.sql)
    A class which can consume and produce dates in SQL Date format. Dates are represented in SQL as yyyy
  • Comparator (java.util)
    A Comparator is used to compare two objects to determine their ordering with respect to each other.
  • JLabel (javax.swing)
  • Get (org.apache.hadoop.hbase.client)
    Used to perform Get operations on a single row. To get everything for a row, instantiate a Get objec
  • IsNull (org.hamcrest.core)
    Is the value null?
  • Top 12 Jupyter Notebook extensions
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