Class AlteredSupplyInformation

java.lang.Object
org.projecthusky.common.hl7cdar2.POCDMT000040SubstanceAdministration
org.projecthusky.cda.elga.generated.artdecor.emed.AlteredSupplyInformation

@Generated(value="org.projecthusky.codegenerator.cda.ArtDecor2JavaGenerator", date="2022-02-22") public class AlteredSupplyInformation extends org.projecthusky.common.hl7cdar2.POCDMT000040SubstanceAdministration
AlteredSupplyInformation

Identifier: 1.2.40.0.34.11.90015
Effective date: 2016-07-21 00:00:00
Status: active

  • Field Summary

    Fields inherited from class org.projecthusky.common.hl7cdar2.POCDMT000040SubstanceAdministration

    administrationUnitCode, approachSiteCode, author, classCode, code, consumable, doseQuantity, effectiveTime, entryRelationship, id, informant, maxDoseQuantity, moodCode, negationInd, nullFlavor, participant, performer, precondition, priorityCode, rateQuantity, realmCode, reference, repeatNumber, routeCode, specimen, statusCode, subject, templateId, text, typeId
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.projecthusky.common.hl7cdar2.POCDMT000040Consumable
    Gets the hl7Consumable
    org.projecthusky.common.hl7cdar2.IVLPQ
    Gets the hl7DoseQuantity
    org.projecthusky.common.hl7cdar2.SXCMTS
    Gets the hl7EffectiveTime
    org.projecthusky.common.hl7cdar2.CE
    Gets the hl7RouteCode
    List<org.projecthusky.common.hl7cdar2.II>
    Gets the hl7TemplateId
    org.projecthusky.common.hl7cdar2.ED
    Gets the hl7Text
    static org.projecthusky.common.hl7cdar2.IVLPQ
    Adds a predefined org.projecthusky.common.hl7cdar2.IVLPQ, filled by:
    static org.projecthusky.common.hl7cdar2.IVLTS
    Adds a predefined org.projecthusky.common.hl7cdar2.IVLTS, filled by: "A", null
    static org.projecthusky.common.hl7cdar2.IVLTS
    Adds a predefined org.projecthusky.common.hl7cdar2.IVLTS, filled by: "NA"
    static org.projecthusky.common.hl7cdar2.II
    Adds a predefined org.projecthusky.common.hl7cdar2.II, filled by: "1.3.6.1.4.1.19376.1.5.3.1.4.21"
    static org.projecthusky.common.hl7cdar2.II
    Adds a predefined org.projecthusky.common.hl7cdar2.II, filled by: "1.3.6.1.4.1.19376.1.5.3.1.4.7.1"
    static org.projecthusky.common.hl7cdar2.II
    Adds a predefined org.projecthusky.common.hl7cdar2.II, filled by: "1.3.6.1.4.1.19376.1.5.3.1.4.9"
    void
    setHl7Consumable(org.projecthusky.common.hl7cdar2.POCDMT000040Consumable value)
    Sets the hl7Consumable
    void
    setHl7DoseQuantity(org.projecthusky.common.hl7cdar2.IVLPQ value)
    Sets the hl7DoseQuantity
    void
    setHl7EffectiveTime(org.projecthusky.common.hl7cdar2.IVLTS value)
    Sets the hl7EffectiveTime
    void
    setHl7EffectiveTime(org.projecthusky.common.hl7cdar2.PIVLTS value)
    Sets the hl7EffectiveTime
    void
    setHl7RouteCode(org.projecthusky.common.hl7cdar2.CE value)
    Sets the hl7RouteCode
    void
    setHl7TemplateId(org.projecthusky.common.hl7cdar2.II value)
    Sets the hl7TemplateId
    void
    setHl7Text(org.projecthusky.common.hl7cdar2.ED value)
    Sets the hl7Text

    Methods inherited from class org.projecthusky.common.hl7cdar2.POCDMT000040SubstanceAdministration

    getAdministrationUnitCode, getApproachSiteCode, getAuthor, getClassCode, getCode, getConsumable, getDoseQuantity, getEffectiveTime, getEntryRelationship, getId, getInformant, getMaxDoseQuantity, getMoodCode, getNullFlavor, getParticipant, getPerformer, getPrecondition, getPriorityCode, getRateQuantity, getRealmCode, getReference, getRepeatNumber, getRouteCode, getSpecimen, getStatusCode, getSubject, getTemplateId, getText, getTypeId, isNegationInd, setAdministrationUnitCode, setCode, setConsumable, setDoseQuantity, setMaxDoseQuantity, setMoodCode, setNegationInd, setPriorityCode, setRateQuantity, setRepeatNumber, setRouteCode, setStatusCode, setSubject, setText, setTypeId

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AlteredSupplyInformation

      public AlteredSupplyInformation()
  • Method Details

    • getHl7Consumable

      public org.projecthusky.common.hl7cdar2.POCDMT000040Consumable getHl7Consumable()
      Gets the hl7Consumable
    • getHl7DoseQuantityIvlpq

      public org.projecthusky.common.hl7cdar2.IVLPQ getHl7DoseQuantityIvlpq()
      Gets the hl7DoseQuantity
    • getHl7EffectiveTimePivlTs

      public org.projecthusky.common.hl7cdar2.SXCMTS getHl7EffectiveTimePivlTs()
      Gets the hl7EffectiveTime
    • getHl7RouteCode

      public org.projecthusky.common.hl7cdar2.CE getHl7RouteCode()
      Gets the hl7RouteCode
    • getHl7TemplateId

      public List<org.projecthusky.common.hl7cdar2.II> getHl7TemplateId()
      Gets the hl7TemplateId
    • getHl7Text

      public org.projecthusky.common.hl7cdar2.ED getHl7Text()
      Gets the hl7Text
    • getPredefinedDoseQuantity

      public static org.projecthusky.common.hl7cdar2.IVLPQ getPredefinedDoseQuantity()
      Adds a predefined org.projecthusky.common.hl7cdar2.IVLPQ, filled by:
      Returns:
      the predefined element.
    • getPredefinedEffectiveTimeANull

      public static org.projecthusky.common.hl7cdar2.IVLTS getPredefinedEffectiveTimeANull()
      Adds a predefined org.projecthusky.common.hl7cdar2.IVLTS, filled by: "A", null
      Returns:
      the predefined element.
    • getPredefinedEffectiveTimeNa

      public static org.projecthusky.common.hl7cdar2.IVLTS getPredefinedEffectiveTimeNa()
      Adds a predefined org.projecthusky.common.hl7cdar2.IVLTS, filled by: "NA"
      Returns:
      the predefined element.
    • getPredefinedTemplateId136141193761531421

      public static org.projecthusky.common.hl7cdar2.II getPredefinedTemplateId136141193761531421()
      Adds a predefined org.projecthusky.common.hl7cdar2.II, filled by: "1.3.6.1.4.1.19376.1.5.3.1.4.21"
      Returns:
      the predefined element.
    • getPredefinedTemplateId136141193761531471

      public static org.projecthusky.common.hl7cdar2.II getPredefinedTemplateId136141193761531471()
      Adds a predefined org.projecthusky.common.hl7cdar2.II, filled by: "1.3.6.1.4.1.19376.1.5.3.1.4.7.1"
      Returns:
      the predefined element.
    • getPredefinedTemplateId13614119376153149

      public static org.projecthusky.common.hl7cdar2.II getPredefinedTemplateId13614119376153149()
      Adds a predefined org.projecthusky.common.hl7cdar2.II, filled by: "1.3.6.1.4.1.19376.1.5.3.1.4.9"
      Returns:
      the predefined element.
    • setHl7Consumable

      public void setHl7Consumable(org.projecthusky.common.hl7cdar2.POCDMT000040Consumable value)
      Sets the hl7Consumable
    • setHl7DoseQuantity

      public void setHl7DoseQuantity(org.projecthusky.common.hl7cdar2.IVLPQ value)
      Sets the hl7DoseQuantity
    • setHl7EffectiveTime

      public void setHl7EffectiveTime(org.projecthusky.common.hl7cdar2.PIVLTS value)
      Sets the hl7EffectiveTime
    • setHl7EffectiveTime

      public void setHl7EffectiveTime(org.projecthusky.common.hl7cdar2.IVLTS value)
      Sets the hl7EffectiveTime
    • setHl7RouteCode

      public void setHl7RouteCode(org.projecthusky.common.hl7cdar2.CE value)
      Sets the hl7RouteCode
    • setHl7TemplateId

      public void setHl7TemplateId(org.projecthusky.common.hl7cdar2.II value)
      Sets the hl7TemplateId
    • setHl7Text

      public void setHl7Text(org.projecthusky.common.hl7cdar2.ED value)
      Sets the hl7Text