Tabnine Logo
AL1.getTypedField
Code IndexAdd Tabnine to your IDE (free)

How to use
getTypedField
method
in
ca.uhn.hl7v2.model.v26.segment.AL1

Best Java code snippets using ca.uhn.hl7v2.model.v26.segment.AL1.getTypedField (Showing top 20 results out of 315)

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

/**
 * Returns
 * AL1-6: "Identification Date" - creates it if necessary
 */
public DT getIdentificationDate() { 
  DT retVal = this.getTypedField(6, 0);
  return retVal;
}
 
origin: ca.uhn.hapi/hapi-osgi-base

/**
 * Returns a specific repetition of
 * AL1-5: "Allergy Reaction Code" - creates it if necessary
 *
 * @param rep The repetition index (0-indexed)
 */
public ST getAllergyReactionCode(int rep) { 
  ST retVal = this.getTypedField(5, rep);
  return retVal;
}
origin: ca.uhn.hapi/hapi-structures-v26

/**
 * Returns all repetitions of Allergy Reaction Code (AL1-5).
 */
public ST[] getAllergyReactionCode() {
  ST[] retVal = this.getTypedField(5, new ST[0]);
  return retVal;
}
origin: ca.uhn.hapi/hapi-structures-v26

/**
 * Returns a specific repetition of
 * AL1-5: "Allergy Reaction Code" - creates it if necessary
 *
 * @param rep The repetition index (0-indexed)
 */
public ST getAl15_AllergyReactionCode(int rep) { 
  ST retVal = this.getTypedField(5, rep);
  return retVal;
}
origin: ca.uhn.hapi/hapi-structures-v26

/**
 * Returns
 * AL1-6: "Identification Date" - creates it if necessary
 */
public DT getAl16_IdentificationDate() { 
  DT retVal = this.getTypedField(6, 0);
  return retVal;
}
origin: ca.uhn.hapi/hapi-osgi-base

/**
 * Returns
 * AL1-1: "Set ID - AL1" - creates it if necessary
 */
public SI getSetIDAL1() { 
  SI retVal = this.getTypedField(1, 0);
  return retVal;
}
 
origin: ca.uhn.hapi/hapi-structures-v26

/**
 * Returns
 * AL1-3: "Allergen Code/Mnemonic/Description" - creates it if necessary
 */
public CWE getAl13_AllergenCodeMnemonicDescription() { 
  CWE retVal = this.getTypedField(3, 0);
  return retVal;
}
origin: ca.uhn.hapi/hapi-structures-v26

/**
 * Returns
 * AL1-4: "Allergy Severity Code" - creates it if necessary
 */
public CWE getAllergySeverityCode() { 
  CWE retVal = this.getTypedField(4, 0);
  return retVal;
}
 
origin: ca.uhn.hapi/hapi-structures-v26

/**
 * Returns all repetitions of Allergy Reaction Code (AL1-5).
 */
public ST[] getAl15_AllergyReactionCode() {
  ST[] retVal = this.getTypedField(5, new ST[0]);
  return retVal;
}
origin: ca.uhn.hapi/hapi-osgi-base

/**
 * Returns
 * AL1-1: "Set ID - AL1" - creates it if necessary
 */
public SI getAl11_SetIDAL1() { 
  SI retVal = this.getTypedField(1, 0);
  return retVal;
}
origin: ca.uhn.hapi/hapi-osgi-base

/**
 * Returns
 * AL1-2: "Allergen Type Code" - creates it if necessary
 */
public CWE getAllergenTypeCode() { 
  CWE retVal = this.getTypedField(2, 0);
  return retVal;
}
 
origin: ca.uhn.hapi/hapi-osgi-base

/**
 * Returns all repetitions of Allergy Reaction Code (AL1-5).
 */
public ST[] getAl15_AllergyReactionCode() {
  ST[] retVal = this.getTypedField(5, new ST[0]);
  return retVal;
}
origin: ca.uhn.hapi/hapi-osgi-base

/**
 * Returns
 * AL1-6: "Identification Date" - creates it if necessary
 */
public DT getIdentificationDate() { 
  DT retVal = this.getTypedField(6, 0);
  return retVal;
}
 
origin: ca.uhn.hapi/hapi-structures-v26

/**
 * Returns
 * AL1-1: "Set ID - AL1" - creates it if necessary
 */
public SI getSetIDAL1() { 
  SI retVal = this.getTypedField(1, 0);
  return retVal;
}
 
origin: ca.uhn.hapi/hapi-structures-v26

/**
 * Returns
 * AL1-1: "Set ID - AL1" - creates it if necessary
 */
public SI getAl11_SetIDAL1() { 
  SI retVal = this.getTypedField(1, 0);
  return retVal;
}
origin: ca.uhn.hapi/hapi-structures-v26

/**
 * Returns
 * AL1-2: "Allergen Type Code" - creates it if necessary
 */
public CWE getAl12_AllergenTypeCode() { 
  CWE retVal = this.getTypedField(2, 0);
  return retVal;
}
origin: ca.uhn.hapi/hapi-structures-v26

/**
 * Returns a specific repetition of
 * AL1-5: "Allergy Reaction Code" - creates it if necessary
 *
 * @param rep The repetition index (0-indexed)
 */
public ST getAllergyReactionCode(int rep) { 
  ST retVal = this.getTypedField(5, rep);
  return retVal;
}
origin: ca.uhn.hapi/hapi-osgi-base

/**
 * Returns
 * AL1-2: "Allergen Type Code" - creates it if necessary
 */
public CWE getAl12_AllergenTypeCode() { 
  CWE retVal = this.getTypedField(2, 0);
  return retVal;
}
origin: ca.uhn.hapi/hapi-osgi-base

/**
 * Returns
 * AL1-3: "Allergen Code/Mnemonic/Description" - creates it if necessary
 */
public CWE getAl13_AllergenCodeMnemonicDescription() { 
  CWE retVal = this.getTypedField(3, 0);
  return retVal;
}
origin: ca.uhn.hapi/hapi-osgi-base

/**
 * Returns
 * AL1-4: "Allergy Severity Code" - creates it if necessary
 */
public CWE getAl14_AllergySeverityCode() { 
  CWE retVal = this.getTypedField(4, 0);
  return retVal;
}
ca.uhn.hl7v2.model.v26.segmentAL1getTypedField

Popular methods of AL1

  • add
  • getMessage
  • getReps
  • init

Popular in Java

  • Running tasks concurrently on multiple threads
  • startActivity (Activity)
  • putExtra (Intent)
  • getSharedPreferences (Context)
  • HttpServer (com.sun.net.httpserver)
    This class implements a simple HTTP server. A HttpServer is bound to an IP address and port number a
  • Rectangle (java.awt)
    A Rectangle specifies an area in a coordinate space that is enclosed by the Rectangle object's top-
  • System (java.lang)
    Provides access to system-related information and resources including standard input and output. Ena
  • JPanel (javax.swing)
  • JTextField (javax.swing)
  • LogFactory (org.apache.commons.logging)
    Factory for creating Log instances, with discovery and configuration features similar to that employ
  • Top PhpStorm 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