Class RXD

All Implemented Interfaces:
Segment, Structure, Visitable, Serializable

public class RXD extends AbstractSegment

Represents an HL7 RXD message segment (Pharmacy/Treatment Dispense). This segment has the following fields:

  • RXD-1: Dispense Sub-ID Counter (NM)
  • RXD-2: Dispense/Give Code (CE)
  • RXD-3: Date/Time Dispensed (TS)
  • RXD-4: Actual Dispense Amount (NM)
  • RXD-5: Actual Dispense Units (CE) optional
  • RXD-6: Actual Dosage Form (CE) optional
  • RXD-7: Prescription Number (ST)
  • RXD-8: Number of Refills Remaining (NM) optional
  • RXD-9: Dispense Notes (ST) optional repeating
  • RXD-10: Dispensing Provider (XCN) optional repeating
  • RXD-11: Substitution Status (ID) optional
  • RXD-12: Total Daily Dose (CQ) optional
  • RXD-13: Dispense-To Location (LA2) optional
  • RXD-14: Needs Human Review (ID) optional
  • RXD-15: Pharmacy/Treatment Supplier's Special Dispensing Instructions (CE) optional repeating
  • RXD-16: Actual Strength (NM) optional
  • RXD-17: Actual Strength Unit (CE) optional
  • RXD-18: Substance Lot Number (ST) optional repeating
  • RXD-19: Substance Expiration Date (TS) optional repeating
  • RXD-20: Substance Manufacturer Name (CE) optional repeating
  • RXD-21: Indication (CE) optional repeating
  • RXD-22: Dispense Package Size (NM) optional
  • RXD-23: Dispense Package Size Unit (CE) optional
  • RXD-24: Dispense Package Method (ID) optional
  • RXD-25: Supplementary Code (CE) optional repeating
  • RXD-26: Initiating Location (CE) optional
  • RXD-27: Packaging/Assembly Location (CE) optional
See Also:
  • Constructor Details

  • Method Details

    • getDispenseSubIDCounter

      Returns RXD-1: "Dispense Sub-ID Counter" - creates it if necessary
    • getRxd1_DispenseSubIDCounter

      Returns RXD-1: "Dispense Sub-ID Counter" - creates it if necessary
    • getDispenseGiveCode

      Returns RXD-2: "Dispense/Give Code" - creates it if necessary
    • getRxd2_DispenseGiveCode

      Returns RXD-2: "Dispense/Give Code" - creates it if necessary
    • getDateTimeDispensed

      Returns RXD-3: "Date/Time Dispensed" - creates it if necessary
    • getRxd3_DateTimeDispensed

      Returns RXD-3: "Date/Time Dispensed" - creates it if necessary
    • getActualDispenseAmount

      Returns RXD-4: "Actual Dispense Amount" - creates it if necessary
    • getRxd4_ActualDispenseAmount

      Returns RXD-4: "Actual Dispense Amount" - creates it if necessary
    • getActualDispenseUnits

      Returns RXD-5: "Actual Dispense Units" - creates it if necessary
    • getRxd5_ActualDispenseUnits

      Returns RXD-5: "Actual Dispense Units" - creates it if necessary
    • getActualDosageForm

      Returns RXD-6: "Actual Dosage Form" - creates it if necessary
    • getRxd6_ActualDosageForm

      Returns RXD-6: "Actual Dosage Form" - creates it if necessary
    • getPrescriptionNumber

      Returns RXD-7: "Prescription Number" - creates it if necessary
    • getRxd7_PrescriptionNumber

      Returns RXD-7: "Prescription Number" - creates it if necessary
    • getNumberOfRefillsRemaining

      Returns RXD-8: "Number of Refills Remaining" - creates it if necessary
    • getRxd8_NumberOfRefillsRemaining

      Returns RXD-8: "Number of Refills Remaining" - creates it if necessary
    • getDispenseNotes

      public ST[] getDispenseNotes()
      Returns all repetitions of Dispense Notes (RXD-9).
    • getRxd9_DispenseNotes

      Returns all repetitions of Dispense Notes (RXD-9).
    • getDispenseNotesReps

      public int getDispenseNotesReps()
      Returns a count of the current number of repetitions of Dispense Notes (RXD-9). This method does not create a repetition, so if no repetitions have currently been defined or accessed, it will return zero.
    • getDispenseNotes

      public ST getDispenseNotes(int rep)
      Returns a specific repetition of RXD-9: "Dispense Notes" - creates it if necessary
      Parameters:
      rep - The repetition index (0-indexed)
    • getRxd9_DispenseNotes

      public ST getRxd9_DispenseNotes(int rep)
      Returns a specific repetition of RXD-9: "Dispense Notes" - creates it if necessary
      Parameters:
      rep - The repetition index (0-indexed)
    • getRxd9_DispenseNotesReps

      Returns a count of the current number of repetitions of Dispense Notes (RXD-9). This method does not create a repetition, so if no repetitions have currently been defined or accessed, it will return zero.
    • insertDispenseNotes

      public ST insertDispenseNotes(int rep) throws HL7Exception
      Inserts a repetition of RXD-9: "Dispense Notes" at a specific index
      Parameters:
      rep - The repetition index (0-indexed)
      Throws:
      HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
    • insertRxd9_DispenseNotes

      public ST insertRxd9_DispenseNotes(int rep) throws HL7Exception
      Inserts a repetition of RXD-9: "Dispense Notes" at a specific index
      Parameters:
      rep - The repetition index (0-indexed)
      Throws:
      HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
    • removeDispenseNotes

      public ST removeDispenseNotes(int rep) throws HL7Exception
      Removes a repetition of RXD-9: "Dispense Notes" at a specific index
      Parameters:
      rep - The repetition index (0-indexed)
      Throws:
      HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
    • removeRxd9_DispenseNotes

      public ST removeRxd9_DispenseNotes(int rep) throws HL7Exception
      Removes a repetition of RXD-9: "Dispense Notes" at a specific index
      Parameters:
      rep - The repetition index (0-indexed)
      Throws:
      HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
    • getDispensingProvider

      Returns all repetitions of Dispensing Provider (RXD-10).
    • getRxd10_DispensingProvider

      Returns all repetitions of Dispensing Provider (RXD-10).
    • getDispensingProviderReps

      Returns a count of the current number of repetitions of Dispensing Provider (RXD-10). This method does not create a repetition, so if no repetitions have currently been defined or accessed, it will return zero.
    • getDispensingProvider

      public XCN getDispensingProvider(int rep)
      Returns a specific repetition of RXD-10: "Dispensing Provider" - creates it if necessary
      Parameters:
      rep - The repetition index (0-indexed)
    • getRxd10_DispensingProvider

      public XCN getRxd10_DispensingProvider(int rep)
      Returns a specific repetition of RXD-10: "Dispensing Provider" - creates it if necessary
      Parameters:
      rep - The repetition index (0-indexed)
    • getRxd10_DispensingProviderReps

      Returns a count of the current number of repetitions of Dispensing Provider (RXD-10). This method does not create a repetition, so if no repetitions have currently been defined or accessed, it will return zero.
    • insertDispensingProvider

      public XCN insertDispensingProvider(int rep) throws HL7Exception
      Inserts a repetition of RXD-10: "Dispensing Provider" at a specific index
      Parameters:
      rep - The repetition index (0-indexed)
      Throws:
      HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
    • insertRxd10_DispensingProvider

      Inserts a repetition of RXD-10: "Dispensing Provider" at a specific index
      Parameters:
      rep - The repetition index (0-indexed)
      Throws:
      HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
    • removeDispensingProvider

      public XCN removeDispensingProvider(int rep) throws HL7Exception
      Removes a repetition of RXD-10: "Dispensing Provider" at a specific index
      Parameters:
      rep - The repetition index (0-indexed)
      Throws:
      HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
    • removeRxd10_DispensingProvider

      Removes a repetition of RXD-10: "Dispensing Provider" at a specific index
      Parameters:
      rep - The repetition index (0-indexed)
      Throws:
      HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
    • getSubstitutionStatus

      Returns RXD-11: "Substitution Status" - creates it if necessary
    • getRxd11_SubstitutionStatus

      Returns RXD-11: "Substitution Status" - creates it if necessary
    • getTotalDailyDose

      Returns RXD-12: "Total Daily Dose" - creates it if necessary
    • getRxd12_TotalDailyDose

      Returns RXD-12: "Total Daily Dose" - creates it if necessary
    • getDispenseToLocation

      Returns RXD-13: "Dispense-To Location" - creates it if necessary
    • getRxd13_DispenseToLocation

      Returns RXD-13: "Dispense-To Location" - creates it if necessary
    • getNeedsHumanReview

      Returns RXD-14: "Needs Human Review" - creates it if necessary
    • getRxd14_NeedsHumanReview

      Returns RXD-14: "Needs Human Review" - creates it if necessary
    • getPharmacyTreatmentSupplierSSpecialDispensingInstructions

      Returns all repetitions of Pharmacy/Treatment Supplier's Special Dispensing Instructions (RXD-15).
    • getRxd15_PharmacyTreatmentSupplierSSpecialDispensingInstructions

      Returns all repetitions of Pharmacy/Treatment Supplier's Special Dispensing Instructions (RXD-15).
    • getPharmacyTreatmentSupplierSSpecialDispensingInstructionsReps

      Returns a count of the current number of repetitions of Pharmacy/Treatment Supplier's Special Dispensing Instructions (RXD-15). This method does not create a repetition, so if no repetitions have currently been defined or accessed, it will return zero.
    • getPharmacyTreatmentSupplierSSpecialDispensingInstructions

      Returns a specific repetition of RXD-15: "Pharmacy/Treatment Supplier's Special Dispensing Instructions" - creates it if necessary
      Parameters:
      rep - The repetition index (0-indexed)
    • getRxd15_PharmacyTreatmentSupplierSSpecialDispensingInstructions

      Returns a specific repetition of RXD-15: "Pharmacy/Treatment Supplier's Special Dispensing Instructions" - creates it if necessary
      Parameters:
      rep - The repetition index (0-indexed)
    • getRxd15_PharmacyTreatmentSupplierSSpecialDispensingInstructionsReps

      Returns a count of the current number of repetitions of Pharmacy/Treatment Supplier's Special Dispensing Instructions (RXD-15). This method does not create a repetition, so if no repetitions have currently been defined or accessed, it will return zero.
    • insertPharmacyTreatmentSupplierSSpecialDispensingInstructions

      Inserts a repetition of RXD-15: "Pharmacy/Treatment Supplier's Special Dispensing Instructions" at a specific index
      Parameters:
      rep - The repetition index (0-indexed)
      Throws:
      HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
    • insertRxd15_PharmacyTreatmentSupplierSSpecialDispensingInstructions

      Inserts a repetition of RXD-15: "Pharmacy/Treatment Supplier's Special Dispensing Instructions" at a specific index
      Parameters:
      rep - The repetition index (0-indexed)
      Throws:
      HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
    • removePharmacyTreatmentSupplierSSpecialDispensingInstructions

      Removes a repetition of RXD-15: "Pharmacy/Treatment Supplier's Special Dispensing Instructions" at a specific index
      Parameters:
      rep - The repetition index (0-indexed)
      Throws:
      HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
    • removeRxd15_PharmacyTreatmentSupplierSSpecialDispensingInstructions

      Removes a repetition of RXD-15: "Pharmacy/Treatment Supplier's Special Dispensing Instructions" at a specific index
      Parameters:
      rep - The repetition index (0-indexed)
      Throws:
      HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
    • getActualStrength

      Returns RXD-16: "Actual Strength" - creates it if necessary
    • getRxd16_ActualStrength

      Returns RXD-16: "Actual Strength" - creates it if necessary
    • getActualStrengthUnit

      Returns RXD-17: "Actual Strength Unit" - creates it if necessary
    • getRxd17_ActualStrengthUnit

      Returns RXD-17: "Actual Strength Unit" - creates it if necessary
    • getSubstanceLotNumber

      Returns all repetitions of Substance Lot Number (RXD-18).
    • getRxd18_SubstanceLotNumber

      Returns all repetitions of Substance Lot Number (RXD-18).
    • getSubstanceLotNumberReps

      Returns a count of the current number of repetitions of Substance Lot Number (RXD-18). This method does not create a repetition, so if no repetitions have currently been defined or accessed, it will return zero.
    • getSubstanceLotNumber

      public ST getSubstanceLotNumber(int rep)
      Returns a specific repetition of RXD-18: "Substance Lot Number" - creates it if necessary
      Parameters:
      rep - The repetition index (0-indexed)
    • getRxd18_SubstanceLotNumber

      public ST getRxd18_SubstanceLotNumber(int rep)
      Returns a specific repetition of RXD-18: "Substance Lot Number" - creates it if necessary
      Parameters:
      rep - The repetition index (0-indexed)
    • getRxd18_SubstanceLotNumberReps

      Returns a count of the current number of repetitions of Substance Lot Number (RXD-18). This method does not create a repetition, so if no repetitions have currently been defined or accessed, it will return zero.
    • insertSubstanceLotNumber

      public ST insertSubstanceLotNumber(int rep) throws HL7Exception
      Inserts a repetition of RXD-18: "Substance Lot Number" at a specific index
      Parameters:
      rep - The repetition index (0-indexed)
      Throws:
      HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
    • insertRxd18_SubstanceLotNumber

      Inserts a repetition of RXD-18: "Substance Lot Number" at a specific index
      Parameters:
      rep - The repetition index (0-indexed)
      Throws:
      HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
    • removeSubstanceLotNumber

      public ST removeSubstanceLotNumber(int rep) throws HL7Exception
      Removes a repetition of RXD-18: "Substance Lot Number" at a specific index
      Parameters:
      rep - The repetition index (0-indexed)
      Throws:
      HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
    • removeRxd18_SubstanceLotNumber

      Removes a repetition of RXD-18: "Substance Lot Number" at a specific index
      Parameters:
      rep - The repetition index (0-indexed)
      Throws:
      HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
    • getSubstanceExpirationDate

      Returns all repetitions of Substance Expiration Date (RXD-19).
    • getRxd19_SubstanceExpirationDate

      Returns all repetitions of Substance Expiration Date (RXD-19).
    • getSubstanceExpirationDateReps

      Returns a count of the current number of repetitions of Substance Expiration Date (RXD-19). This method does not create a repetition, so if no repetitions have currently been defined or accessed, it will return zero.
    • getSubstanceExpirationDate

      public TS getSubstanceExpirationDate(int rep)
      Returns a specific repetition of RXD-19: "Substance Expiration Date" - creates it if necessary
      Parameters:
      rep - The repetition index (0-indexed)
    • getRxd19_SubstanceExpirationDate

      Returns a specific repetition of RXD-19: "Substance Expiration Date" - creates it if necessary
      Parameters:
      rep - The repetition index (0-indexed)
    • getRxd19_SubstanceExpirationDateReps

      Returns a count of the current number of repetitions of Substance Expiration Date (RXD-19). This method does not create a repetition, so if no repetitions have currently been defined or accessed, it will return zero.
    • insertSubstanceExpirationDate

      Inserts a repetition of RXD-19: "Substance Expiration Date" at a specific index
      Parameters:
      rep - The repetition index (0-indexed)
      Throws:
      HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
    • insertRxd19_SubstanceExpirationDate

      Inserts a repetition of RXD-19: "Substance Expiration Date" at a specific index
      Parameters:
      rep - The repetition index (0-indexed)
      Throws:
      HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
    • removeSubstanceExpirationDate

      Removes a repetition of RXD-19: "Substance Expiration Date" at a specific index
      Parameters:
      rep - The repetition index (0-indexed)
      Throws:
      HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
    • removeRxd19_SubstanceExpirationDate

      Removes a repetition of RXD-19: "Substance Expiration Date" at a specific index
      Parameters:
      rep - The repetition index (0-indexed)
      Throws:
      HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
    • getSubstanceManufacturerName

      Returns all repetitions of Substance Manufacturer Name (RXD-20).
    • getRxd20_SubstanceManufacturerName

      Returns all repetitions of Substance Manufacturer Name (RXD-20).
    • getSubstanceManufacturerNameReps

      Returns a count of the current number of repetitions of Substance Manufacturer Name (RXD-20). This method does not create a repetition, so if no repetitions have currently been defined or accessed, it will return zero.
    • getSubstanceManufacturerName

      public CE getSubstanceManufacturerName(int rep)
      Returns a specific repetition of RXD-20: "Substance Manufacturer Name" - creates it if necessary
      Parameters:
      rep - The repetition index (0-indexed)
    • getRxd20_SubstanceManufacturerName

      Returns a specific repetition of RXD-20: "Substance Manufacturer Name" - creates it if necessary
      Parameters:
      rep - The repetition index (0-indexed)
    • getRxd20_SubstanceManufacturerNameReps

      Returns a count of the current number of repetitions of Substance Manufacturer Name (RXD-20). This method does not create a repetition, so if no repetitions have currently been defined or accessed, it will return zero.
    • insertSubstanceManufacturerName

      Inserts a repetition of RXD-20: "Substance Manufacturer Name" at a specific index
      Parameters:
      rep - The repetition index (0-indexed)
      Throws:
      HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
    • insertRxd20_SubstanceManufacturerName

      Inserts a repetition of RXD-20: "Substance Manufacturer Name" at a specific index
      Parameters:
      rep - The repetition index (0-indexed)
      Throws:
      HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
    • removeSubstanceManufacturerName

      Removes a repetition of RXD-20: "Substance Manufacturer Name" at a specific index
      Parameters:
      rep - The repetition index (0-indexed)
      Throws:
      HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
    • removeRxd20_SubstanceManufacturerName

      Removes a repetition of RXD-20: "Substance Manufacturer Name" at a specific index
      Parameters:
      rep - The repetition index (0-indexed)
      Throws:
      HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
    • getIndication

      public CE[] getIndication()
      Returns all repetitions of Indication (RXD-21).
    • getRxd21_Indication

      public CE[] getRxd21_Indication()
      Returns all repetitions of Indication (RXD-21).
    • getIndicationReps

      public int getIndicationReps()
      Returns a count of the current number of repetitions of Indication (RXD-21). This method does not create a repetition, so if no repetitions have currently been defined or accessed, it will return zero.
    • getIndication

      public CE getIndication(int rep)
      Returns a specific repetition of RXD-21: "Indication" - creates it if necessary
      Parameters:
      rep - The repetition index (0-indexed)
    • getRxd21_Indication

      public CE getRxd21_Indication(int rep)
      Returns a specific repetition of RXD-21: "Indication" - creates it if necessary
      Parameters:
      rep - The repetition index (0-indexed)
    • getRxd21_IndicationReps

      Returns a count of the current number of repetitions of Indication (RXD-21). This method does not create a repetition, so if no repetitions have currently been defined or accessed, it will return zero.
    • insertIndication

      public CE insertIndication(int rep) throws HL7Exception
      Inserts a repetition of RXD-21: "Indication" at a specific index
      Parameters:
      rep - The repetition index (0-indexed)
      Throws:
      HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
    • insertRxd21_Indication

      public CE insertRxd21_Indication(int rep) throws HL7Exception
      Inserts a repetition of RXD-21: "Indication" at a specific index
      Parameters:
      rep - The repetition index (0-indexed)
      Throws:
      HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
    • removeIndication

      public CE removeIndication(int rep) throws HL7Exception
      Removes a repetition of RXD-21: "Indication" at a specific index
      Parameters:
      rep - The repetition index (0-indexed)
      Throws:
      HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
    • removeRxd21_Indication

      public CE removeRxd21_Indication(int rep) throws HL7Exception
      Removes a repetition of RXD-21: "Indication" at a specific index
      Parameters:
      rep - The repetition index (0-indexed)
      Throws:
      HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
    • getDispensePackageSize

      Returns RXD-22: "Dispense Package Size" - creates it if necessary
    • getRxd22_DispensePackageSize

      Returns RXD-22: "Dispense Package Size" - creates it if necessary
    • getDispensePackageSizeUnit

      Returns RXD-23: "Dispense Package Size Unit" - creates it if necessary
    • getRxd23_DispensePackageSizeUnit

      Returns RXD-23: "Dispense Package Size Unit" - creates it if necessary
    • getDispensePackageMethod

      Returns RXD-24: "Dispense Package Method" - creates it if necessary
    • getRxd24_DispensePackageMethod

      Returns RXD-24: "Dispense Package Method" - creates it if necessary
    • getSupplementaryCode

      Returns all repetitions of Supplementary Code (RXD-25).
    • getRxd25_SupplementaryCode

      Returns all repetitions of Supplementary Code (RXD-25).
    • getSupplementaryCodeReps

      Returns a count of the current number of repetitions of Supplementary Code (RXD-25). This method does not create a repetition, so if no repetitions have currently been defined or accessed, it will return zero.
    • getSupplementaryCode

      public CE getSupplementaryCode(int rep)
      Returns a specific repetition of RXD-25: "Supplementary Code" - creates it if necessary
      Parameters:
      rep - The repetition index (0-indexed)
    • getRxd25_SupplementaryCode

      public CE getRxd25_SupplementaryCode(int rep)
      Returns a specific repetition of RXD-25: "Supplementary Code" - creates it if necessary
      Parameters:
      rep - The repetition index (0-indexed)
    • getRxd25_SupplementaryCodeReps

      Returns a count of the current number of repetitions of Supplementary Code (RXD-25). This method does not create a repetition, so if no repetitions have currently been defined or accessed, it will return zero.
    • insertSupplementaryCode

      public CE insertSupplementaryCode(int rep) throws HL7Exception
      Inserts a repetition of RXD-25: "Supplementary Code" at a specific index
      Parameters:
      rep - The repetition index (0-indexed)
      Throws:
      HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
    • insertRxd25_SupplementaryCode

      Inserts a repetition of RXD-25: "Supplementary Code" at a specific index
      Parameters:
      rep - The repetition index (0-indexed)
      Throws:
      HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
    • removeSupplementaryCode

      public CE removeSupplementaryCode(int rep) throws HL7Exception
      Removes a repetition of RXD-25: "Supplementary Code" at a specific index
      Parameters:
      rep - The repetition index (0-indexed)
      Throws:
      HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
    • removeRxd25_SupplementaryCode

      Removes a repetition of RXD-25: "Supplementary Code" at a specific index
      Parameters:
      rep - The repetition index (0-indexed)
      Throws:
      HL7Exception - If the rep is invalid (below 0, or too high for the allowable repetitions)
    • getInitiatingLocation

      Returns RXD-26: "Initiating Location" - creates it if necessary
    • getRxd26_InitiatingLocation

      Returns RXD-26: "Initiating Location" - creates it if necessary
    • getPackagingAssemblyLocation

      Returns RXD-27: "Packaging/Assembly Location" - creates it if necessary
    • getRxd27_PackagingAssemblyLocation

      Returns RXD-27: "Packaging/Assembly Location" - creates it if necessary
    • createNewTypeWithoutReflection

      protected Type createNewTypeWithoutReflection(int field)
      Overrides:
      createNewTypeWithoutReflection in class AbstractSegment