Tabnine Logo
EncodingCharacters.setComponentSeparator
Code IndexAdd Tabnine to your IDE (free)

How to use
setComponentSeparator
method
in
ca.uhn.hl7v2.parser.EncodingCharacters

Best Java code snippets using ca.uhn.hl7v2.parser.EncodingCharacters.setComponentSeparator (Showing top 6 results out of 315)

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

nodeKey.add(new Integer(0));
handler.putDatum(nodeKey, String.valueOf(encodingChars.getFieldSeparator()));
encodingChars.setComponentSeparator(segment.charAt(4));
encodingChars.setRepetitionSeparator(segment.charAt(5));
encodingChars.setEscapeCharacter(segment.charAt(6));
origin: ca.uhn.hapi/hapi-base

nodeKey.add(new Integer(0));
handler.putDatum(nodeKey, String.valueOf(encodingChars.getFieldSeparator()));
encodingChars.setComponentSeparator(segment.charAt(4));
encodingChars.setRepetitionSeparator(segment.charAt(5));
encodingChars.setEscapeCharacter(segment.charAt(6));
origin: ca.uhn.hapi/hapi-base

setComponentSeparator('^');            
setRepetitionSeparator('~');            
setEscapeCharacter('\\');
origin: ca.uhn.hapi/hapi-osgi-base

setComponentSeparator('^');            
setRepetitionSeparator('~');            
setEscapeCharacter('\\');
origin: ca.uhn.hapi/hapi-osgi-base

/** copies contents of "other" */

public EncodingCharacters(EncodingCharacters other) {
  this.fieldSep = other.getFieldSeparator();
  this.encChars = new char[5];
  setComponentSeparator(other.getComponentSeparator());
  setRepetitionSeparator(other.getRepetitionSeparator());
  setEscapeCharacter(other.getEscapeCharacter());
  setSubcomponentSeparator(other.getSubcomponentSeparator());
  setTruncationCharacter(other.getTruncationCharacter());
}

origin: ca.uhn.hapi/hapi-base

/** copies contents of "other" */

public EncodingCharacters(EncodingCharacters other) {
  this.fieldSep = other.getFieldSeparator();
  this.encChars = new char[5];
  setComponentSeparator(other.getComponentSeparator());
  setRepetitionSeparator(other.getRepetitionSeparator());
  setEscapeCharacter(other.getEscapeCharacter());
  setSubcomponentSeparator(other.getSubcomponentSeparator());
  setTruncationCharacter(other.getTruncationCharacter());
}

ca.uhn.hl7v2.parserEncodingCharacterssetComponentSeparator

Popular methods of EncodingCharacters

  • <init>
    copies contents of "other"
  • defaultInstance
    Returns an instance of encoding characters with the standard ER7 encoding characters defined: |^~\&
  • getComponentSeparator
    Returns the component separator.
  • getEscapeCharacter
    Returns the escape character.
  • getFieldSeparator
    Returns the field separator.
  • getInstance
    Returns an instance using the MSH-1 and MSH-2 values of the given message
  • getRepetitionSeparator
    Returns the repetition separator.
  • getSubcomponentSeparator
    Returns the subcomponent separator.
  • getTruncationCharacter
    Returns the truncation character.
  • setEscapeCharacter
  • setFieldSeparator
  • setRepetitionSeparator
  • setFieldSeparator,
  • setRepetitionSeparator,
  • setSubcomponentSeparator,
  • setTruncationCharacter,
  • toString

Popular in Java

  • Making http requests using okhttp
  • addToBackStack (FragmentTransaction)
  • getSystemService (Context)
  • setScale (BigDecimal)
  • Menu (java.awt)
  • Rectangle (java.awt)
    A Rectangle specifies an area in a coordinate space that is enclosed by the Rectangle object's top-
  • TimeZone (java.util)
    TimeZone represents a time zone offset, and also figures out daylight savings. Typically, you get a
  • Executor (java.util.concurrent)
    An object that executes submitted Runnable tasks. This interface provides a way of decoupling task s
  • JLabel (javax.swing)
  • JPanel (javax.swing)
  • Top plugins for WebStorm
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