congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
ca.uhn.hl7v2.model.v24.segment
Code IndexAdd Tabnine to your IDE (free)

How to use ca.uhn.hl7v2.model.v24.segment

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

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

/**
 * Returns
 * AIL-2: "Segment Action Code" - creates it if necessary
 */
public ID getAil2_SegmentActionCode() { 
  ID retVal = this.getTypedField(2, 0);
  return retVal;
}
origin: ca.uhn.hapi/hapi-structures-v24

/**
 * Returns
 * ACC-3: "Accident Location" - creates it if necessary
 */
public ST getAcc3_AccidentLocation() { 
  ST retVal = this.getTypedField(3, 0);
  return retVal;
}
origin: ca.uhn.hapi/hapi-structures-v24

/**
 * Returns
 * AIG-9: "Start Date/Time Offset" - creates it if necessary
 */
public NM getStartDateTimeOffset() { 
  NM retVal = this.getTypedField(9, 0);
  return retVal;
}
 
origin: pentaho/pentaho-kettle

} else if ( ack instanceof ca.uhn.hl7v2.model.v24.message.ACK ) {
 ca.uhn.hl7v2.model.v24.message.ACK mod = (ca.uhn.hl7v2.model.v24.message.ACK) ack;
 mod.getMSH().getSendingApplication().getNamespaceID().setValue( APPNAME );
 mod.getMSH().getSendingFacility().getNamespaceID().setValue( APPNAME );
 ackMessage = mod.encode();
} else if ( ack instanceof ca.uhn.hl7v2.model.v25.message.ACK ) {
origin: ca.uhn.hapi/hapi-structures-v24

/**
 * Returns
 * ABS-7: "Abstract Completion Date/Time" - creates it if necessary
 */
public TS getAbstractCompletionDateTime() { 
  TS retVal = this.getTypedField(7, 0);
  return retVal;
}
 
origin: ca.uhn.hapi/hapi-structures-v24

/** 
 * Creates a new ACC segment
 */
public ACC(Group parent, ModelClassFactory factory) {
  super(parent, factory);
  init(factory);
}
origin: pentaho/pentaho-kettle

} else if ( structure instanceof ca.uhn.hl7v2.model.v24.segment.MSH ) {
 messageType =
   ( (ca.uhn.hl7v2.model.v24.segment.MSH) structure ).getMessageType().getMessageStructure().getValue();
} else if ( structure instanceof ca.uhn.hl7v2.model.v25.segment.MSH ) {
 messageType =
origin: ca.uhn.hapi/hapi-structures-v24

/**
 * Returns
 * AIL-3: "Location Resource ID" - creates it if necessary
 */
public PL getAil3_LocationResourceID() { 
  PL retVal = this.getTypedField(3, 0);
  return retVal;
}
origin: ca.uhn.hapi/hapi-structures-v24

/**
 * Returns
 * ACC-4: "Auto Accident State" - creates it if necessary
 */
public CE getAutoAccidentState() { 
  CE retVal = this.getTypedField(4, 0);
  return retVal;
}
 
origin: ca.uhn.hapi/hapi-structures-v24

/**
 * Returns
 * AIG-9: "Start Date/Time Offset" - creates it if necessary
 */
public NM getAig9_StartDateTimeOffset() { 
  NM retVal = this.getTypedField(9, 0);
  return retVal;
}
origin: ca.uhn.hapi/hapi-structures-v24

/**
 * Returns
 * ABS-9: "Case Category Code" - creates it if necessary
 */
public CE getCaseCategoryCode() { 
  CE retVal = this.getTypedField(9, 0);
  return retVal;
}
 
origin: ca.uhn.hapi/hapi-structures-v24

/**
 * Returns
 * AIL-4: "Location Type-AIL" - creates it if necessary
 */
public CE getLocationTypeAIL() { 
  CE retVal = this.getTypedField(4, 0);
  return retVal;
}
 
origin: ca.uhn.hapi/hapi-structures-v24

/**
 * Returns
 * ACC-6: "Accident Death Indicator" - creates it if necessary
 */
public ID getAccidentDeathIndicator() { 
  ID retVal = this.getTypedField(6, 0);
  return retVal;
}
 
origin: ca.uhn.hapi/hapi-structures-v24

/**
 * Returns
 * AIG-12: "Duration Units" - creates it if necessary
 */
public CE getDurationUnits() { 
  CE retVal = this.getTypedField(12, 0);
  return retVal;
}
 
origin: ca.uhn.hapi/hapi-structures-v24

/**
 * Returns
 * AIL-7: "Start Date/Time Offset" - creates it if necessary
 */
public NM getStartDateTimeOffset() { 
  NM retVal = this.getTypedField(7, 0);
  return retVal;
}
 
origin: ca.uhn.hapi/hapi-structures-v24

/**
 * Returns
 * ACC-9: "Brought In By" - creates it if necessary
 */
public ST getBroughtInBy() { 
  ST retVal = this.getTypedField(9, 0);
  return retVal;
}
 
origin: ca.uhn.hapi/hapi-structures-v24

/**
 * Returns
 * AIG-12: "Duration Units" - creates it if necessary
 */
public CE getAig12_DurationUnits() { 
  CE retVal = this.getTypedField(12, 0);
  return retVal;
}
origin: ca.uhn.hapi/hapi-structures-v24

/**
 * Returns
 * AIL-9: "Duration" - creates it if necessary
 */
public NM getDuration() { 
  NM retVal = this.getTypedField(9, 0);
  return retVal;
}
 
origin: ca.uhn.hapi/hapi-structures-v24

/**
 * Returns
 * AIL-11: "Allow Substitution Code" - creates it if necessary
 */
public IS getAllowSubstitutionCode() { 
  IS retVal = this.getTypedField(11, 0);
  return retVal;
}
 
origin: ca.uhn.hapi/hapi-structures-v24

/**
 * Returns
 * AIL-12: "Filler Status Code" - creates it if necessary
 */
public CE getAil12_FillerStatusCode() { 
  CE retVal = this.getTypedField(12, 0);
  return retVal;
}
ca.uhn.hl7v2.model.v24.segment

Most used classes

  • MSH
    Represents an HL7 MSH message segment (Message Header). This segment has the following fields: * M
  • PID
    Represents an HL7 PID message segment (Patient identification). This segment has the following field
  • ABS
    Represents an HL7 ABS message segment (Abstract). This segment has the following fields: * ABS-1:
  • ACC
    Represents an HL7 ACC message segment (Accident). This segment has the following fields: * ACC-1:
  • ADD
    Represents an HL7 ADD message segment (Addendum). This segment has the following fields: * ADD-1:
  • AIG,
  • AIL,
  • AIP,
  • AIS,
  • AL1,
  • APR,
  • ARQ,
  • AUT,
  • BHS,
  • BLC,
  • BLG,
  • BTS,
  • CDM,
  • CM0
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