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

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

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

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

/**
 * Returns
 * SCD-5: "Load Number" - creates it if necessary
 */
public NM getScd5_LoadNumber() { 
  NM retVal = this.getTypedField(5, 0);
  return retVal;
}
origin: ca.uhn.hapi/hapi-structures-v26

/**
 * Returns
 * SAC-13: "Tray Identifier" - creates it if necessary
 */
public EI getSac13_TrayIdentifier() { 
  EI retVal = this.getTypedField(13, 0);
  return retVal;
}
origin: ca.uhn.hapi/hapi-structures-v26

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

/**
 * Returns
 * SCH-7: "Appointment Reason" - creates it if necessary
 */
public CWE getSch7_AppointmentReason() { 
  CWE retVal = this.getTypedField(7, 0);
  return retVal;
}
origin: pentaho/pentaho-kettle

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

} else if ( structure instanceof ca.uhn.hl7v2.model.v26.segment.MSH ) {
 messageType =
   ( (ca.uhn.hl7v2.model.v26.segment.MSH) structure ).getMessageType().getMessageStructure().getValue();
} else {
 logError( "This job entry does not support the HL7 dialect used. Found MSH class: "
origin: ca.uhn.hapi/hapi-structures-v26

/**
 * Returns
 * SCD-6: "Condition Time" - creates it if necessary
 */
public CQ getConditionTime() { 
  CQ retVal = this.getTypedField(6, 0);
  return retVal;
}
 
origin: ca.uhn.hapi/hapi-structures-v26

/**
 * Returns
 * SAC-20: "Container Height/Diameter/Delta Units" - creates it if necessary
 */
public CWE getSac20_ContainerHeightDiameterDeltaUnits() { 
  CWE retVal = this.getTypedField(20, 0);
  return retVal;
}
origin: ca.uhn.hapi/hapi-structures-v26

/**
 * Returns
 * SCD-16: "Cycle Complete Time" - creates it if necessary
 */
public TM getCycleCompleteTime() { 
  TM retVal = this.getTypedField(16, 0);
  return retVal;
}
 
origin: ca.uhn.hapi/hapi-structures-v26

/**
 * Returns all repetitions of Special Handling Code (SAC-43).
 */
public CWE[] getSac43_SpecialHandlingCode() {
  CWE[] retVal = this.getTypedField(43, new CWE[0]);
  return retVal;
}
origin: ca.uhn.hapi/hapi-structures-v26

/**
 * Returns
 * SCD-18: "Over Temperature" - creates it if necessary
 */
public CQ getScd18_OverTemperature() { 
  CQ retVal = this.getTypedField(18, 0);
  return retVal;
}
origin: ca.uhn.hapi/hapi-structures-v26

/**
 * Returns all repetitions of Other Environmental Factors (SAC-44).
 */
public CWE[] getSac44_OtherEnvironmentalFactors() {
  CWE[] retVal = this.getTypedField(44, new CWE[0]);
  return retVal;
}
origin: ca.uhn.hapi/hapi-structures-v26

/**
 * Returns
 * SCD-21: "Long in Charge Phase" - creates it if necessary
 */
public CNE getScd21_LongInChargePhase() { 
  CNE retVal = this.getTypedField(21, 0);
  return retVal;
}
origin: ca.uhn.hapi/hapi-structures-v26

/**
 * Returns
 * SCD-22: "Long in Exhaust Phase" - creates it if necessary
 */
public CNE getScd22_LongInExhaustPhase() { 
  CNE retVal = this.getTypedField(22, 0);
  return retVal;
}
origin: ca.uhn.hapi/hapi-structures-v26

/**
 * Returns
 * SCD-26: "Door Open" - creates it if necessary
 */
public CNE getScd26_DoorOpen() { 
  CNE retVal = this.getTypedField(26, 0);
  return retVal;
}
origin: ca.uhn.hapi/hapi-structures-v26

/**
 * Returns
 * SCD-27: "Reading Failure" - creates it if necessary
 */
public CNE getScd27_ReadingFailure() { 
  CNE retVal = this.getTypedField(27, 0);
  return retVal;
}
origin: ca.uhn.hapi/hapi-structures-v26

/**
 * Returns
 * SCD-32: "Procedure Code" - creates it if necessary
 */
public CNE getProcedureCode() { 
  CNE retVal = this.getTypedField(32, 0);
  return retVal;
}
 
origin: ca.uhn.hapi/hapi-structures-v26

/**
 * Returns all repetitions of Patient Identifier List (SCD-33).
 */
public CX[] getPatientIdentifierList() {
  CX[] retVal = this.getTypedField(33, new CX[0]);
  return retVal;
}
origin: ca.uhn.hapi/hapi-structures-v26

/**
 * Returns
 * SCD-36: "Fill Time" - creates it if necessary
 */
public CQ getFillTime() { 
  CQ retVal = this.getTypedField(36, 0);
  return retVal;
}
 
origin: ca.uhn.hapi/hapi-structures-v26

/**
 * Returns
 * SCD-37: "Inlet Temperature" - creates it if necessary
 */
public CQ getScd37_InletTemperature() { 
  CQ retVal = this.getTypedField(37, 0);
  return retVal;
}
ca.uhn.hl7v2.model.v26.segment

Most used classes

  • MSH
    Represents an HL7 MSH message segment (Message Header). This segment has the following fields: * M
  • 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:
  • ADJ
    Represents an HL7 ADJ message segment (Adjustment). This segment has the following fields: * ADJ-1
  • AIG,
  • AIL,
  • AIP,
  • AIS,
  • AL1,
  • APR,
  • ARQ,
  • ARV,
  • AUT,
  • BHS,
  • BLC,
  • BLG,
  • BPO,
  • BPX
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