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

How to use
OML_O35
in
ca.uhn.hl7v2.model.v25.message

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

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-osgi-base

/**
 * <p>
 * Returns
 * the first repetition of 
 * SPECIMEN (a Group object) - creates it if necessary
 * </p>
 * 
 *
 */
public OML_O35_SPECIMEN getSPECIMEN() { 
  return getTyped("SPECIMEN", OML_O35_SPECIMEN.class);
}
origin: ca.uhn.hapi/hapi-osgi-base

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

/** 
 * <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-v25

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

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

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

/**
 * <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-structures-v25

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

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

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

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

/** 
 * <p>
 * Returns the number of existing repetitions of SPECIMEN 
 * </p>
 * 
 */ 
public int getSPECIMENReps() { 
  return getReps("SPECIMEN");
} 
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-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-v25

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

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

/**
 * <p>
 * Returns
 * the first repetition of 
 * SFT (Software Segment) - creates it if necessary
 * </p>
 * 
 *
 */
public SFT getSFT() { 
  return getTyped("SFT", SFT.class);
}
origin: ca.uhn.hapi/hapi-osgi-base

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

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

Javadoc

Represents a OML_O35 message structure (see chapter 4.4.10). This structure contains the following elements:

  • 1: MSH (Message Header)
  • 2: SFT (Software Segment) optional repeating
  • 3: NTE (Notes and Comments) optional repeating
  • 4: OML_O35_PATIENT (a Group object) optional
  • 5: OML_O35_SPECIMEN (a Group object) repeating

Most used methods

  • add
  • getAllAsList
  • getReps
  • getTyped
  • init

Popular in Java

  • Updating database using SQL prepared statement
  • setRequestProperty (URLConnection)
  • notifyDataSetChanged (ArrayAdapter)
  • requestLocationUpdates (LocationManager)
  • BufferedReader (java.io)
    Wraps an existing Reader and buffers the input. Expensive interaction with the underlying reader is
  • FileInputStream (java.io)
    An input stream that reads bytes from a file. File file = ...finally if (in != null) in.clos
  • SocketException (java.net)
    This SocketException may be thrown during socket creation or setting options, and is the superclass
  • Charset (java.nio.charset)
    A charset is a named mapping between Unicode characters and byte sequences. Every Charset can decode
  • JOptionPane (javax.swing)
  • Table (org.hibernate.mapping)
    A relational table
  • Top plugins for Android Studio
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