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

How to use
ORM_O01
in
ca.uhn.hl7v2.model.v22.message

Best Java code snippets using ca.uhn.hl7v2.model.v22.message.ORM_O01 (Showing top 20 results out of 315)

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

/** 
 * <p>
 * Returns a non-modifiable List containing all current existing repetitions of NTE.
 * <p>
 * <p>
 * Note that unlike {@link #getNTE()}, this method will not create any reps
 * if none are already present, so an empty list may be returned.
 * </p>
 * 
 */ 
public java.util.List<NTE> getNTEAll() throws HL7Exception {
  return getAllAsList("NTE", NTE.class);
} 
origin: ca.uhn.hapi/hapi-structures-v22

/** 
 * <p>
 * Returns the number of existing repetitions of NTE 
 * </p>
 * 
 */ 
public int getNTEReps() { 
  return getReps("NTE");
} 
origin: ca.uhn.hapi/hapi-structures-v22

/**
 * <p>
 * Returns
 * the first repetition of 
 * ORDER (a Group object) - creates it if necessary
 * </p>
 * 
 *
 */
public ORM_O01_ORDER getORDER() { 
  return getTyped("ORDER", ORM_O01_ORDER.class);
}
origin: ca.uhn.hapi/hapi-structures-v22

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

private void init(ModelClassFactory factory) {
  try {
           this.add(MSH.class, true, false);
             this.add(NTE.class, false, true);
             this.add(ORM_O01_PATIENT.class, false, false);
             this.add(ORM_O01_ORDER.class, true, true);
    } catch(HL7Exception e) {
   log.error("Unexpected error creating ORM_O01 - this is probably a bug in the source code generator.", e);
  }
}
origin: ca.uhn.hapi/hapi-osgi-base

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

private void init(ModelClassFactory factory) {
  try {
           this.add(MSH.class, true, false);
             this.add(NTE.class, false, true);
             this.add(ORM_O01_PATIENT.class, false, false);
             this.add(ORM_O01_ORDER.class, true, true);
    } catch(HL7Exception e) {
   log.error("Unexpected error creating ORM_O01 - this is probably a bug in the source code generator.", e);
  }
}
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-v22

/** 
 * <p>
 * Returns the number of existing repetitions of ORDER 
 * </p>
 * 
 */ 
public int getORDERReps() { 
  return getReps("ORDER");
} 
origin: ca.uhn.hapi/hapi-structures-v22

/** 
 * <p>
 * Returns a non-modifiable List containing all current existing repetitions of ORDER.
 * <p>
 * <p>
 * Note that unlike {@link #getORDER()}, this method will not create any reps
 * if none are already present, so an empty list may be returned.
 * </p>
 * 
 */ 
public java.util.List<ORM_O01_ORDER> getORDERAll() throws HL7Exception {
  return getAllAsList("ORDER", ORM_O01_ORDER.class);
} 
origin: ca.uhn.hapi/hapi-structures-v22

/**
 * <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 the number of existing repetitions of NTE 
 * </p>
 * 
 */ 
public int getNTEReps() { 
  return getReps("NTE");
} 
origin: ca.uhn.hapi/hapi-structures-v22

/** 
 * <p>
 * Returns a non-modifiable List containing all current existing repetitions of NTE.
 * <p>
 * <p>
 * Note that unlike {@link #getNTE()}, this method will not create any reps
 * if none are already present, so an empty list may be returned.
 * </p>
 * 
 */ 
public java.util.List<NTE> getNTEAll() throws HL7Exception {
  return getAllAsList("NTE", NTE.class);
} 
origin: ca.uhn.hapi/hapi-structures-v22

/**
 * <p>
 * Returns
 * PATIENT (a Group object) - creates it if necessary
 * </p>
 * 
 *
 */
public ORM_O01_PATIENT getPATIENT() { 
  return getTyped("PATIENT", ORM_O01_PATIENT.class);
}
origin: ca.uhn.hapi/hapi-osgi-base

/** 
 * <p>
 * Returns the number of existing repetitions of ORDER 
 * </p>
 * 
 */ 
public int getORDERReps() { 
  return getReps("ORDER");
} 
origin: ca.uhn.hapi/hapi-osgi-base

/** 
 * <p>
 * Returns a non-modifiable List containing all current existing repetitions of ORDER.
 * <p>
 * <p>
 * Note that unlike {@link #getORDER()}, this method will not create any reps
 * if none are already present, so an empty list may be returned.
 * </p>
 * 
 */ 
public java.util.List<ORM_O01_ORDER> getORDERAll() throws HL7Exception {
  return getAllAsList("ORDER", ORM_O01_ORDER.class);
} 
origin: ca.uhn.hapi/hapi-osgi-base

/**
 * <p>
 * Returns
 * the first repetition of 
 * ORDER (a Group object) - creates it if necessary
 * </p>
 * 
 *
 */
public ORM_O01_ORDER getORDER() { 
  return getTyped("ORDER", ORM_O01_ORDER.class);
}
origin: ca.uhn.hapi/hapi-structures-v22

/**
 * <p>
 * Returns
 * the first repetition of 
 * NTE (NOTES AND COMMENTS) - creates it if necessary
 * </p>
 * 
 *
 */
public NTE getNTE() { 
  return getTyped("NTE", NTE.class);
}
origin: ca.uhn.hapi/hapi-osgi-base

/**
 * <p>
 * Returns
 * the first repetition of 
 * NTE (NOTES AND COMMENTS) - creates it if necessary
 * </p>
 * 
 *
 */
public NTE getNTE() { 
  return getTyped("NTE", NTE.class);
}
origin: ca.uhn.hapi/hapi-osgi-base

/**
 * <p>
 * Returns
 * PATIENT (a Group object) - creates it if necessary
 * </p>
 * 
 *
 */
public ORM_O01_PATIENT getPATIENT() { 
  return getTyped("PATIENT", ORM_O01_PATIENT.class);
}
ca.uhn.hl7v2.model.v22.messageORM_O01

Javadoc

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

  • 1: MSH (MESSAGE HEADER)
  • 2: NTE (NOTES AND COMMENTS) optional repeating
  • 3: ORM_O01_PATIENT (a Group object) optional
  • 4: ORM_O01_ORDER (a Group object) repeating

Most used methods

  • add
  • getAllAsList
  • getReps
  • getTyped
  • init

Popular in Java

  • Running tasks concurrently on multiple threads
  • setRequestProperty (URLConnection)
  • putExtra (Intent)
  • onCreateOptionsMenu (Activity)
  • VirtualMachine (com.sun.tools.attach)
    A Java virtual machine. A VirtualMachine represents a Java virtual machine to which this Java vir
  • Rectangle (java.awt)
    A Rectangle specifies an area in a coordinate space that is enclosed by the Rectangle object's top-
  • Arrays (java.util)
    This class contains various methods for manipulating arrays (such as sorting and searching). This cl
  • HashSet (java.util)
    HashSet is an implementation of a Set. All optional operations (adding and removing) are supported.
  • XPath (javax.xml.xpath)
    XPath provides access to the XPath evaluation environment and expressions. Evaluation of XPath Expr
  • Logger (org.slf4j)
    The org.slf4j.Logger interface is the main user entry point of SLF4J API. It is expected that loggin
  • 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