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

How to use
ADT_A46
in
ca.uhn.hl7v2.model.v23.message

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

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

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

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

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(PD1.class, false, false);
             this.add(MRG.class, true, false);
    } catch(HL7Exception e) {
   log.error("Unexpected error creating ADT_A46 - 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(PD1.class, false, false);
             this.add(MRG.class, true, false);
    } catch(HL7Exception e) {
   log.error("Unexpected error creating ADT_A46 - this is probably a bug in the source code generator.", e);
  }
}
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

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

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

/**
 * <p>
 * Returns
 * PD1 (Patient Demographic) - creates it if necessary
 * </p>
 * 
 *
 */
public PD1 getPD1() { 
  return getTyped("PD1", PD1.class);
}
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

/**
 * <p>
 * Returns
 * PD1 (Patient Demographic) - creates it if necessary
 * </p>
 * 
 *
 */
public PD1 getPD1() { 
  return getTyped("PD1", PD1.class);
}
origin: ca.uhn.hapi/hapi-osgi-base

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

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

/**
 * <p>
 * Returns
 * MRG (Merge patient information) - creates it if necessary
 * </p>
 * 
 *
 */
public MRG getMRG() { 
  return getTyped("MRG", MRG.class);
}
origin: ca.uhn.hapi/hapi-osgi-base

/**
 * <p>
 * Returns
 * MSH (Message header segment) - creates it if necessary
 * </p>
 * 
 *
 */
public MSH getMSH() { 
  return getTyped("MSH", MSH.class);
}
ca.uhn.hl7v2.model.v23.messageADT_A46

Javadoc

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

  • 1: MSH (Message header segment)
  • 2: EVN (Event type)
  • 3: PID (Patient Identification)
  • 4: PD1 (Patient Demographic) optional
  • 5: MRG (Merge patient information)

Most used methods

  • add
  • getTyped
  • init

Popular in Java

  • Updating database using SQL prepared statement
  • compareTo (BigDecimal)
  • addToBackStack (FragmentTransaction)
  • startActivity (Activity)
  • FileInputStream (java.io)
    An input stream that reads bytes from a file. File file = ...finally if (in != null) in.clos
  • MalformedURLException (java.net)
    This exception is thrown when a program attempts to create an URL from an incorrect specification.
  • Charset (java.nio.charset)
    A charset is a named mapping between Unicode characters and byte sequences. Every Charset can decode
  • Timestamp (java.sql)
    A Java representation of the SQL TIMESTAMP type. It provides the capability of representing the SQL
  • IOUtils (org.apache.commons.io)
    General IO stream manipulation utilities. This class provides static utility methods for input/outpu
  • Project (org.apache.tools.ant)
    Central representation of an Ant project. This class defines an Ant project with all of its targets,
  • Top Sublime Text plugins
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