Package org.hl7.v3

Class COCTMT530000UVEncounter

java.lang.Object
org.hl7.v3.COCTMT530000UVEncounter

public class COCTMT530000UVEncounter extends Object

Java class for COCT_MT530000UV.Encounter complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="COCT_MT530000UV.Encounter">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{urn:hl7-org:v3}InfrastructureRootElements"/>
         <element name="id" type="{urn:hl7-org:v3}II" maxOccurs="unbounded" minOccurs="0"/>
         <element name="code" type="{urn:hl7-org:v3}CD" minOccurs="0"/>
         <element name="text" type="{urn:hl7-org:v3}ED" minOccurs="0"/>
         <element name="statusCode" type="{urn:hl7-org:v3}CS" minOccurs="0"/>
         <element name="effectiveTime" type="{urn:hl7-org:v3}SXCM_TS" maxOccurs="unbounded" minOccurs="0"/>
         <element name="availabilityTime" type="{urn:hl7-org:v3}TS" minOccurs="0"/>
         <element name="priorityCode" type="{urn:hl7-org:v3}CE" minOccurs="0"/>
         <element name="confidentialityCode" type="{urn:hl7-org:v3}CE" maxOccurs="unbounded" minOccurs="0"/>
         <element name="admissionReferralSourceCode" type="{urn:hl7-org:v3}CE" minOccurs="0"/>
         <element name="lengthOfStayQuantity" type="{urn:hl7-org:v3}PQ" minOccurs="0"/>
         <element name="dischargeDispositionCode" type="{urn:hl7-org:v3}CE" minOccurs="0"/>
         <element name="preAdmitTestInd" type="{urn:hl7-org:v3}BL" minOccurs="0"/>
         <element name="specialCourtesiesCode" type="{urn:hl7-org:v3}CE" maxOccurs="unbounded" minOccurs="0"/>
         <element name="specialArrangementCode" type="{urn:hl7-org:v3}CE" maxOccurs="unbounded" minOccurs="0"/>
         <element name="subject" type="{urn:hl7-org:v3}COCT_MT530000UV.Subject2" maxOccurs="unbounded" minOccurs="0"/>
         <element name="recordTarget" type="{urn:hl7-org:v3}COCT_MT530000UV.RecordTarget" minOccurs="0"/>
         <element name="responsibleParty" type="{urn:hl7-org:v3}COCT_MT530000UV.ResponsibleParty2" maxOccurs="unbounded" minOccurs="0"/>
         <element name="performer" type="{urn:hl7-org:v3}COCT_MT530000UV.Performer" maxOccurs="unbounded" minOccurs="0"/>
         <element name="author" type="{urn:hl7-org:v3}COCT_MT530000UV.Author" maxOccurs="unbounded" minOccurs="0"/>
         <element name="dataEnterer" type="{urn:hl7-org:v3}COCT_MT530000UV.DataEnterer" minOccurs="0"/>
         <element name="informant" type="{urn:hl7-org:v3}COCT_MT530000UV.Informant" maxOccurs="unbounded" minOccurs="0"/>
         <element name="verifier" type="{urn:hl7-org:v3}COCT_MT530000UV.Verifier" maxOccurs="unbounded" minOccurs="0"/>
         <element name="location" type="{urn:hl7-org:v3}COCT_MT530000UV.Location" maxOccurs="unbounded" minOccurs="0"/>
         <element name="definition" type="{urn:hl7-org:v3}COCT_MT530000UV.Definition" minOccurs="0"/>
         <element name="conditions" type="{urn:hl7-org:v3}COCT_MT530000UV.Conditions" maxOccurs="unbounded" minOccurs="0"/>
         <element name="sourceOf1" type="{urn:hl7-org:v3}COCT_MT530000UV.SourceOf1" maxOccurs="unbounded" minOccurs="0"/>
         <element name="sourceOf2" type="{urn:hl7-org:v3}COCT_MT530000UV.SourceOf3" maxOccurs="unbounded" minOccurs="0"/>
         <element name="subjectOf" type="{urn:hl7-org:v3}COCT_MT530000UV.Subject1" minOccurs="0"/>
         <element name="targetOf" type="{urn:hl7-org:v3}COCT_MT530000UV.SourceOf2" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attGroup ref="{urn:hl7-org:v3}InfrastructureRootAttributes"/>
       <attribute name="nullFlavor" type="{urn:hl7-org:v3}NullFlavor" />
       <attribute name="classCode" use="required" type="{urn:hl7-org:v3}ActClass" fixed="ENC" />
       <attribute name="moodCode" use="required" type="{urn:hl7-org:v3}x_ClinicalStatementEncounterMood" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • COCTMT530000UVEncounter

      public COCTMT530000UVEncounter()
  • Method Details

    • getRealmCode

      public List<CS> getRealmCode()
      Gets the value of the realmCode property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the realmCode property.

      For example, to add a new item, do as follows:

          getRealmCode().add(newItem);
       

      Objects of the following type(s) are allowed in the list CS

    • getTypeId

      public II getTypeId()
      Gets the value of the typeId property.
      Returns:
      possible object is II
    • setTypeId

      public void setTypeId(II value)
      Sets the value of the typeId property.
      Parameters:
      value - allowed object is II
    • getTemplateId

      public List<II> getTemplateId()
      Gets the value of the templateId property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the templateId property.

      For example, to add a new item, do as follows:

          getTemplateId().add(newItem);
       

      Objects of the following type(s) are allowed in the list II

    • getId

      public List<II> getId()
      Gets the value of the id property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the id property.

      For example, to add a new item, do as follows:

          getId().add(newItem);
       

      Objects of the following type(s) are allowed in the list II

    • getCode

      public CD getCode()
      Gets the value of the code property.
      Returns:
      possible object is CD
    • setCode

      public void setCode(CD value)
      Sets the value of the code property.
      Parameters:
      value - allowed object is CD
    • getText

      public ED getText()
      Gets the value of the text property.
      Returns:
      possible object is ED
    • setText

      public void setText(ED value)
      Sets the value of the text property.
      Parameters:
      value - allowed object is ED
    • getStatusCode

      public CS getStatusCode()
      Gets the value of the statusCode property.
      Returns:
      possible object is CS
    • setStatusCode

      public void setStatusCode(CS value)
      Sets the value of the statusCode property.
      Parameters:
      value - allowed object is CS
    • getEffectiveTime

      public List<SXCMTS> getEffectiveTime()
      Gets the value of the effectiveTime property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the effectiveTime property.

      For example, to add a new item, do as follows:

          getEffectiveTime().add(newItem);
       

      Objects of the following type(s) are allowed in the list SXCMTS

    • getAvailabilityTime

      public TS getAvailabilityTime()
      Gets the value of the availabilityTime property.
      Returns:
      possible object is TS
    • setAvailabilityTime

      public void setAvailabilityTime(TS value)
      Sets the value of the availabilityTime property.
      Parameters:
      value - allowed object is TS
    • getPriorityCode

      public CE getPriorityCode()
      Gets the value of the priorityCode property.
      Returns:
      possible object is CE
    • setPriorityCode

      public void setPriorityCode(CE value)
      Sets the value of the priorityCode property.
      Parameters:
      value - allowed object is CE
    • getConfidentialityCode

      public List<CE> getConfidentialityCode()
      Gets the value of the confidentialityCode property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the confidentialityCode property.

      For example, to add a new item, do as follows:

          getConfidentialityCode().add(newItem);
       

      Objects of the following type(s) are allowed in the list CE

    • getAdmissionReferralSourceCode

      public CE getAdmissionReferralSourceCode()
      Gets the value of the admissionReferralSourceCode property.
      Returns:
      possible object is CE
    • setAdmissionReferralSourceCode

      public void setAdmissionReferralSourceCode(CE value)
      Sets the value of the admissionReferralSourceCode property.
      Parameters:
      value - allowed object is CE
    • getLengthOfStayQuantity

      public PQ getLengthOfStayQuantity()
      Gets the value of the lengthOfStayQuantity property.
      Returns:
      possible object is PQ
    • setLengthOfStayQuantity

      public void setLengthOfStayQuantity(PQ value)
      Sets the value of the lengthOfStayQuantity property.
      Parameters:
      value - allowed object is PQ
    • getDischargeDispositionCode

      public CE getDischargeDispositionCode()
      Gets the value of the dischargeDispositionCode property.
      Returns:
      possible object is CE
    • setDischargeDispositionCode

      public void setDischargeDispositionCode(CE value)
      Sets the value of the dischargeDispositionCode property.
      Parameters:
      value - allowed object is CE
    • getPreAdmitTestInd

      public BL getPreAdmitTestInd()
      Gets the value of the preAdmitTestInd property.
      Returns:
      possible object is BL
    • setPreAdmitTestInd

      public void setPreAdmitTestInd(BL value)
      Sets the value of the preAdmitTestInd property.
      Parameters:
      value - allowed object is BL
    • getSpecialCourtesiesCode

      public List<CE> getSpecialCourtesiesCode()
      Gets the value of the specialCourtesiesCode property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the specialCourtesiesCode property.

      For example, to add a new item, do as follows:

          getSpecialCourtesiesCode().add(newItem);
       

      Objects of the following type(s) are allowed in the list CE

    • getSpecialArrangementCode

      public List<CE> getSpecialArrangementCode()
      Gets the value of the specialArrangementCode property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the specialArrangementCode property.

      For example, to add a new item, do as follows:

          getSpecialArrangementCode().add(newItem);
       

      Objects of the following type(s) are allowed in the list CE

    • getSubject

      public List<COCTMT530000UVSubject2> getSubject()
      Gets the value of the subject property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the subject property.

      For example, to add a new item, do as follows:

          getSubject().add(newItem);
       

      Objects of the following type(s) are allowed in the list COCTMT530000UVSubject2

    • getRecordTarget

      public jakarta.xml.bind.JAXBElement<COCTMT530000UVRecordTarget> getRecordTarget()
      Gets the value of the recordTarget property.
      Returns:
      possible object is JAXBElement<COCTMT530000UVRecordTarget>
    • setRecordTarget

      public void setRecordTarget(jakarta.xml.bind.JAXBElement<COCTMT530000UVRecordTarget> value)
      Sets the value of the recordTarget property.
      Parameters:
      value - allowed object is JAXBElement<COCTMT530000UVRecordTarget>
    • getResponsibleParty

      public List<COCTMT530000UVResponsibleParty2> getResponsibleParty()
      Gets the value of the responsibleParty property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the responsibleParty property.

      For example, to add a new item, do as follows:

          getResponsibleParty().add(newItem);
       

      Objects of the following type(s) are allowed in the list COCTMT530000UVResponsibleParty2

    • getPerformer

      public List<COCTMT530000UVPerformer> getPerformer()
      Gets the value of the performer property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the performer property.

      For example, to add a new item, do as follows:

          getPerformer().add(newItem);
       

      Objects of the following type(s) are allowed in the list COCTMT530000UVPerformer

    • getAuthor

      public List<COCTMT530000UVAuthor> getAuthor()
      Gets the value of the author property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the author property.

      For example, to add a new item, do as follows:

          getAuthor().add(newItem);
       

      Objects of the following type(s) are allowed in the list COCTMT530000UVAuthor

    • getDataEnterer

      public jakarta.xml.bind.JAXBElement<COCTMT530000UVDataEnterer> getDataEnterer()
      Gets the value of the dataEnterer property.
      Returns:
      possible object is JAXBElement<COCTMT530000UVDataEnterer>
    • setDataEnterer

      public void setDataEnterer(jakarta.xml.bind.JAXBElement<COCTMT530000UVDataEnterer> value)
      Sets the value of the dataEnterer property.
      Parameters:
      value - allowed object is JAXBElement<COCTMT530000UVDataEnterer>
    • getInformant

      public List<COCTMT530000UVInformant> getInformant()
      Gets the value of the informant property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the informant property.

      For example, to add a new item, do as follows:

          getInformant().add(newItem);
       

      Objects of the following type(s) are allowed in the list COCTMT530000UVInformant

    • getVerifier

      public List<COCTMT530000UVVerifier> getVerifier()
      Gets the value of the verifier property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the verifier property.

      For example, to add a new item, do as follows:

          getVerifier().add(newItem);
       

      Objects of the following type(s) are allowed in the list COCTMT530000UVVerifier

    • getLocation

      public List<COCTMT530000UVLocation> getLocation()
      Gets the value of the location property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the location property.

      For example, to add a new item, do as follows:

          getLocation().add(newItem);
       

      Objects of the following type(s) are allowed in the list COCTMT530000UVLocation

    • getDefinition

      public jakarta.xml.bind.JAXBElement<COCTMT530000UVDefinition> getDefinition()
      Gets the value of the definition property.
      Returns:
      possible object is JAXBElement<COCTMT530000UVDefinition>
    • setDefinition

      public void setDefinition(jakarta.xml.bind.JAXBElement<COCTMT530000UVDefinition> value)
      Sets the value of the definition property.
      Parameters:
      value - allowed object is JAXBElement<COCTMT530000UVDefinition>
    • getConditions

      public List<COCTMT530000UVConditions> getConditions()
      Gets the value of the conditions property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the conditions property.

      For example, to add a new item, do as follows:

          getConditions().add(newItem);
       

      Objects of the following type(s) are allowed in the list COCTMT530000UVConditions

    • getSourceOf1

      public List<COCTMT530000UVSourceOf1> getSourceOf1()
      Gets the value of the sourceOf1 property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the sourceOf1 property.

      For example, to add a new item, do as follows:

          getSourceOf1().add(newItem);
       

      Objects of the following type(s) are allowed in the list COCTMT530000UVSourceOf1

    • getSourceOf2

      public List<COCTMT530000UVSourceOf3> getSourceOf2()
      Gets the value of the sourceOf2 property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the sourceOf2 property.

      For example, to add a new item, do as follows:

          getSourceOf2().add(newItem);
       

      Objects of the following type(s) are allowed in the list COCTMT530000UVSourceOf3

    • getSubjectOf

      public jakarta.xml.bind.JAXBElement<COCTMT530000UVSubject1> getSubjectOf()
      Gets the value of the subjectOf property.
      Returns:
      possible object is JAXBElement<COCTMT530000UVSubject1>
    • setSubjectOf

      public void setSubjectOf(jakarta.xml.bind.JAXBElement<COCTMT530000UVSubject1> value)
      Sets the value of the subjectOf property.
      Parameters:
      value - allowed object is JAXBElement<COCTMT530000UVSubject1>
    • getTargetOf

      public List<COCTMT530000UVSourceOf2> getTargetOf()
      Gets the value of the targetOf property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the targetOf property.

      For example, to add a new item, do as follows:

          getTargetOf().add(newItem);
       

      Objects of the following type(s) are allowed in the list COCTMT530000UVSourceOf2

    • getNullFlavor

      public List<String> getNullFlavor()
      Gets the value of the nullFlavor property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the nullFlavor property.

      For example, to add a new item, do as follows:

          getNullFlavor().add(newItem);
       

      Objects of the following type(s) are allowed in the list String

    • getClassCode

      public List<String> getClassCode()
      Gets the value of the classCode property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the classCode property.

      For example, to add a new item, do as follows:

          getClassCode().add(newItem);
       

      Objects of the following type(s) are allowed in the list String

    • getMoodCode

      public XClinicalStatementEncounterMood getMoodCode()
      Gets the value of the moodCode property.
      Returns:
      possible object is XClinicalStatementEncounterMood
    • setMoodCode

      public void setMoodCode(XClinicalStatementEncounterMood value)
      Sets the value of the moodCode property.
      Parameters:
      value - allowed object is XClinicalStatementEncounterMood
    • withRealmCode

      public COCTMT530000UVEncounter withRealmCode(CS... values)
    • withRealmCode

      public COCTMT530000UVEncounter withRealmCode(Collection<CS> values)
    • withTypeId

      public COCTMT530000UVEncounter withTypeId(II value)
    • withTemplateId

      public COCTMT530000UVEncounter withTemplateId(II... values)
    • withTemplateId

      public COCTMT530000UVEncounter withTemplateId(Collection<II> values)
    • withId

      public COCTMT530000UVEncounter withId(II... values)
    • withId

      public COCTMT530000UVEncounter withId(Collection<II> values)
    • withCode

      public COCTMT530000UVEncounter withCode(CD value)
    • withText

      public COCTMT530000UVEncounter withText(ED value)
    • withStatusCode

      public COCTMT530000UVEncounter withStatusCode(CS value)
    • withEffectiveTime

      public COCTMT530000UVEncounter withEffectiveTime(SXCMTS... values)
    • withEffectiveTime

      public COCTMT530000UVEncounter withEffectiveTime(Collection<SXCMTS> values)
    • withAvailabilityTime

      public COCTMT530000UVEncounter withAvailabilityTime(TS value)
    • withPriorityCode

      public COCTMT530000UVEncounter withPriorityCode(CE value)
    • withConfidentialityCode

      public COCTMT530000UVEncounter withConfidentialityCode(CE... values)
    • withConfidentialityCode

      public COCTMT530000UVEncounter withConfidentialityCode(Collection<CE> values)
    • withAdmissionReferralSourceCode

      public COCTMT530000UVEncounter withAdmissionReferralSourceCode(CE value)
    • withLengthOfStayQuantity

      public COCTMT530000UVEncounter withLengthOfStayQuantity(PQ value)
    • withDischargeDispositionCode

      public COCTMT530000UVEncounter withDischargeDispositionCode(CE value)
    • withPreAdmitTestInd

      public COCTMT530000UVEncounter withPreAdmitTestInd(BL value)
    • withSpecialCourtesiesCode

      public COCTMT530000UVEncounter withSpecialCourtesiesCode(CE... values)
    • withSpecialCourtesiesCode

      public COCTMT530000UVEncounter withSpecialCourtesiesCode(Collection<CE> values)
    • withSpecialArrangementCode

      public COCTMT530000UVEncounter withSpecialArrangementCode(CE... values)
    • withSpecialArrangementCode

      public COCTMT530000UVEncounter withSpecialArrangementCode(Collection<CE> values)
    • withSubject

      public COCTMT530000UVEncounter withSubject(COCTMT530000UVSubject2... values)
    • withSubject

    • withRecordTarget

      public COCTMT530000UVEncounter withRecordTarget(jakarta.xml.bind.JAXBElement<COCTMT530000UVRecordTarget> value)
    • withResponsibleParty

      public COCTMT530000UVEncounter withResponsibleParty(COCTMT530000UVResponsibleParty2... values)
    • withResponsibleParty

    • withPerformer

      public COCTMT530000UVEncounter withPerformer(COCTMT530000UVPerformer... values)
    • withPerformer

    • withAuthor

      public COCTMT530000UVEncounter withAuthor(COCTMT530000UVAuthor... values)
    • withAuthor

    • withDataEnterer

      public COCTMT530000UVEncounter withDataEnterer(jakarta.xml.bind.JAXBElement<COCTMT530000UVDataEnterer> value)
    • withInformant

      public COCTMT530000UVEncounter withInformant(COCTMT530000UVInformant... values)
    • withInformant

    • withVerifier

      public COCTMT530000UVEncounter withVerifier(COCTMT530000UVVerifier... values)
    • withVerifier

    • withLocation

      public COCTMT530000UVEncounter withLocation(COCTMT530000UVLocation... values)
    • withLocation

    • withDefinition

      public COCTMT530000UVEncounter withDefinition(jakarta.xml.bind.JAXBElement<COCTMT530000UVDefinition> value)
    • withConditions

      public COCTMT530000UVEncounter withConditions(COCTMT530000UVConditions... values)
    • withConditions

    • withSourceOf1

      public COCTMT530000UVEncounter withSourceOf1(COCTMT530000UVSourceOf1... values)
    • withSourceOf1

    • withSourceOf2

      public COCTMT530000UVEncounter withSourceOf2(COCTMT530000UVSourceOf3... values)
    • withSourceOf2

    • withSubjectOf

      public COCTMT530000UVEncounter withSubjectOf(jakarta.xml.bind.JAXBElement<COCTMT530000UVSubject1> value)
    • withTargetOf

      public COCTMT530000UVEncounter withTargetOf(COCTMT530000UVSourceOf2... values)
    • withTargetOf

    • withNullFlavor

      public COCTMT530000UVEncounter withNullFlavor(String... values)
    • withNullFlavor

      public COCTMT530000UVEncounter withNullFlavor(Collection<String> values)
    • withClassCode

      public COCTMT530000UVEncounter withClassCode(String... values)
    • withClassCode

      public COCTMT530000UVEncounter withClassCode(Collection<String> values)
    • withMoodCode

    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
      Overrides:
      toString in class Object