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

How to use
NCK
in
ca.uhn.hl7v2.model.v231.segment

Best Java code snippets using ca.uhn.hl7v2.model.v231.segment.NCK (Showing top 10 results out of 315)

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

private void init(ModelClassFactory factory) {
  try {
               this.add(TS.class, false, 1, 0, new Object[]{ getMessage() }, "System Date/Time");
  } catch(HL7Exception e) {
   log.error("Unexpected error creating NCK - this is probably a bug in the source code generator.", e);
  }
}
origin: ca.uhn.hapi/hapi-osgi-base

/**
 * Returns
 * NCK-1: "System Date/Time" - creates it if necessary
 */
public TS getNck1_SystemDateTime() { 
  TS retVal = this.getTypedField(1, 0);
  return retVal;
}
origin: ca.uhn.hapi/hapi-structures-v231

/** 
 * Creates a new NCK segment
 */
public NCK(Group parent, ModelClassFactory factory) {
  super(parent, factory);
  init(factory);
}
origin: ca.uhn.hapi/hapi-structures-v231

/** {@inheritDoc} */   
protected Type createNewTypeWithoutReflection(int field) {
  switch (field) {
   case 0: return new TS(getMessage());
   default: return null;
  }
}
origin: ca.uhn.hapi/hapi-osgi-base

/** {@inheritDoc} */   
protected Type createNewTypeWithoutReflection(int field) {
  switch (field) {
   case 0: return new TS(getMessage());
   default: return null;
  }
}
origin: ca.uhn.hapi/hapi-structures-v231

private void init(ModelClassFactory factory) {
  try {
               this.add(TS.class, false, 1, 0, new Object[]{ getMessage() }, "System Date/Time");
  } catch(HL7Exception e) {
   log.error("Unexpected error creating NCK - this is probably a bug in the source code generator.", e);
  }
}
origin: ca.uhn.hapi/hapi-structures-v231

/**
 * Returns
 * NCK-1: "System Date/Time" - creates it if necessary
 */
public TS getSystemDateTime() { 
  TS retVal = this.getTypedField(1, 0);
  return retVal;
}
 
origin: ca.uhn.hapi/hapi-osgi-base

/** 
 * Creates a new NCK segment
 */
public NCK(Group parent, ModelClassFactory factory) {
  super(parent, factory);
  init(factory);
}
origin: ca.uhn.hapi/hapi-structures-v231

/**
 * Returns
 * NCK-1: "System Date/Time" - creates it if necessary
 */
public TS getNck1_SystemDateTime() { 
  TS retVal = this.getTypedField(1, 0);
  return retVal;
}
origin: ca.uhn.hapi/hapi-osgi-base

/**
 * Returns
 * NCK-1: "System Date/Time" - creates it if necessary
 */
public TS getSystemDateTime() { 
  TS retVal = this.getTypedField(1, 0);
  return retVal;
}
 
ca.uhn.hl7v2.model.v231.segmentNCK

Javadoc

Represents an HL7 NCK message segment (System Clock). This segment has the following fields:

  • NCK-1: System Date/Time (TS) optional

Most used methods

  • add
  • getMessage
  • getTypedField
  • init

Popular in Java

  • Reading from database using SQL prepared statement
  • notifyDataSetChanged (ArrayAdapter)
  • getApplicationContext (Context)
  • addToBackStack (FragmentTransaction)
  • Font (java.awt)
    The Font class represents fonts, which are used to render text in a visible way. A font provides the
  • ByteBuffer (java.nio)
    A buffer for bytes. A byte buffer can be created in either one of the following ways: * #allocate
  • Enumeration (java.util)
    A legacy iteration interface.New code should use Iterator instead. Iterator replaces the enumeration
  • Set (java.util)
    A Set is a data structure which does not allow duplicate elements.
  • ZipFile (java.util.zip)
    This class provides random read access to a zip file. You pay more to read the zip file's central di
  • Reflections (org.reflections)
    Reflections one-stop-shop objectReflections scans your classpath, indexes the metadata, allows you t
  • Best plugins for Eclipse
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