Class ReferralRequest
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
Java class for ReferralRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReferralRequest">
<complexContent>
<extension base="{http://hl7.org/fhir}DomainResource">
<sequence>
<element name="identifier" type="{http://hl7.org/fhir}Identifier" maxOccurs="unbounded" minOccurs="0"/>
<element name="basedOn" type="{http://hl7.org/fhir}Reference" maxOccurs="unbounded" minOccurs="0"/>
<element name="parent" type="{http://hl7.org/fhir}Identifier" minOccurs="0"/>
<element name="status" type="{http://hl7.org/fhir}ReferralStatus"/>
<element name="category" type="{http://hl7.org/fhir}ReferralCategory"/>
<element name="type" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/>
<element name="priority" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/>
<element name="patient" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
<element name="context" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
<element name="fulfillmentTime" type="{http://hl7.org/fhir}Period" minOccurs="0"/>
<element name="authored" type="{http://hl7.org/fhir}dateTime" minOccurs="0"/>
<element name="requester" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
<element name="specialty" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/>
<element name="recipient" type="{http://hl7.org/fhir}Reference" maxOccurs="unbounded" minOccurs="0"/>
<element name="reason" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/>
<element name="description" type="{http://hl7.org/fhir}string" minOccurs="0"/>
<element name="serviceRequested" type="{http://hl7.org/fhir}CodeableConcept" maxOccurs="unbounded" minOccurs="0"/>
<element name="supportingInformation" type="{http://hl7.org/fhir}Reference" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected DateTimeprotected ReferralCategoryprotected Referenceprotected Stringprotected Periodprotected List<Identifier> protected Identifierprotected Referenceprotected CodeableConceptprotected CodeableConceptprotected Referenceprotected List<CodeableConcept> protected CodeableConceptprotected ReferralStatusprotected CodeableConceptFields inherited from class org.hl7.fhir.DomainResource
contained, extension, modifierExtension, textFields inherited from class org.hl7.fhir.Resource
id, implicitRules, language, meta -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) booleanbooleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) Gets the value of the authored property.Gets the value of the basedOn property.Gets the value of the category property.Gets the value of the context property.Gets the value of the description property.Gets the value of the fulfillmentTime property.Gets the value of the identifier property.Gets the value of the parent property.Gets the value of the patient property.Gets the value of the priority property.Gets the value of the reason property.Gets the value of the recipient property.Gets the value of the requester property.Gets the value of the serviceRequested property.Gets the value of the specialty property.Gets the value of the status property.Gets the value of the supportingInformation property.getType()Gets the value of the type property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidsetAuthored(DateTime value) Sets the value of the authored property.voidsetBasedOn(List<Reference> value) voidsetCategory(ReferralCategory value) Sets the value of the category property.voidsetContext(Reference value) Sets the value of the context property.voidsetDescription(String value) Sets the value of the description property.voidsetFulfillmentTime(Period value) Sets the value of the fulfillmentTime property.voidsetIdentifier(List<Identifier> value) voidsetParent(Identifier value) Sets the value of the parent property.voidsetPatient(Reference value) Sets the value of the patient property.voidsetPriority(CodeableConcept value) Sets the value of the priority property.voidsetReason(CodeableConcept value) Sets the value of the reason property.voidsetRecipient(List<Reference> value) voidsetRequester(Reference value) Sets the value of the requester property.voidsetServiceRequested(List<CodeableConcept> value) voidsetSpecialty(CodeableConcept value) Sets the value of the specialty property.voidsetStatus(ReferralStatus value) Sets the value of the status property.voidsetSupportingInformation(List<Reference> value) voidsetType(CodeableConcept value) Sets the value of the type property.toString()withAuthored(DateTime value) withBasedOn(Collection<Reference> values) withBasedOn(Reference... values) withCategory(ReferralCategory value) withContained(Collection<ResourceContainer> values) withContained(ResourceContainer... values) withContext(Reference value) withDescription(String value) withExtension(Collection<Extension> values) withExtension(Extension... values) withFulfillmentTime(Period value) withIdentifier(Collection<Identifier> values) withIdentifier(Identifier... values) withImplicitRules(Uri value) withLanguage(Code value) withModifierExtension(Collection<Extension> values) withModifierExtension(Extension... values) withParent(Identifier value) withPatient(Reference value) withPriority(CodeableConcept value) withReason(CodeableConcept value) withRecipient(Collection<Reference> values) withRecipient(Reference... values) withRequester(Reference value) withServiceRequested(CodeableConcept... values) withSpecialty(CodeableConcept value) withStatus(ReferralStatus value) withSupportingInformation(Collection<Reference> values) withSupportingInformation(Reference... values) withType(CodeableConcept value) Methods inherited from class org.hl7.fhir.DomainResource
getContained, getExtension, getModifierExtension, getText, setContained, setExtension, setModifierExtension, setTextMethods inherited from class org.hl7.fhir.Resource
getId, getImplicitRules, getLanguage, getMeta, setId, setImplicitRules, setLanguage, setMeta
-
Field Details
-
identifier
-
basedOn
-
parent
-
status
-
category
-
type
-
priority
-
patient
-
context
-
fulfillmentTime
-
authored
-
requester
-
specialty
-
recipient
-
reason
-
description
-
serviceRequested
-
supportingInformation
-
-
Constructor Details
-
ReferralRequest
public ReferralRequest()
-
-
Method Details
-
getIdentifier
Gets the value of the identifier 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
setmethod for the identifier property.For example, to add a new item, do as follows:
getIdentifier().add(newItem);Objects of the following type(s) are allowed in the list
Identifier -
getBasedOn
Gets the value of the basedOn 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
setmethod for the basedOn property.For example, to add a new item, do as follows:
getBasedOn().add(newItem);Objects of the following type(s) are allowed in the list
Reference -
getParent
Gets the value of the parent property.- Returns:
- possible object is
Identifier
-
setParent
Sets the value of the parent property.- Parameters:
value- allowed object isIdentifier
-
getStatus
Gets the value of the status property.- Returns:
- possible object is
ReferralStatus
-
setStatus
Sets the value of the status property.- Parameters:
value- allowed object isReferralStatus
-
getCategory
Gets the value of the category property.- Returns:
- possible object is
ReferralCategory
-
setCategory
Sets the value of the category property.- Parameters:
value- allowed object isReferralCategory
-
getType
Gets the value of the type property.- Returns:
- possible object is
CodeableConcept
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isCodeableConcept
-
getPriority
Gets the value of the priority property.- Returns:
- possible object is
CodeableConcept
-
setPriority
Sets the value of the priority property.- Parameters:
value- allowed object isCodeableConcept
-
getPatient
Gets the value of the patient property.- Returns:
- possible object is
Reference
-
setPatient
Sets the value of the patient property.- Parameters:
value- allowed object isReference
-
getContext
Gets the value of the context property.- Returns:
- possible object is
Reference
-
setContext
Sets the value of the context property.- Parameters:
value- allowed object isReference
-
getFulfillmentTime
Gets the value of the fulfillmentTime property.- Returns:
- possible object is
Period
-
setFulfillmentTime
Sets the value of the fulfillmentTime property.- Parameters:
value- allowed object isPeriod
-
getAuthored
Gets the value of the authored property.- Returns:
- possible object is
DateTime
-
setAuthored
Sets the value of the authored property.- Parameters:
value- allowed object isDateTime
-
getRequester
Gets the value of the requester property.- Returns:
- possible object is
Reference
-
setRequester
Sets the value of the requester property.- Parameters:
value- allowed object isReference
-
getSpecialty
Gets the value of the specialty property.- Returns:
- possible object is
CodeableConcept
-
setSpecialty
Sets the value of the specialty property.- Parameters:
value- allowed object isCodeableConcept
-
getRecipient
Gets the value of the recipient 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
setmethod for the recipient property.For example, to add a new item, do as follows:
getRecipient().add(newItem);Objects of the following type(s) are allowed in the list
Reference -
getReason
Gets the value of the reason property.- Returns:
- possible object is
CodeableConcept
-
setReason
Sets the value of the reason property.- Parameters:
value- allowed object isCodeableConcept
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isString
-
getServiceRequested
Gets the value of the serviceRequested 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
setmethod for the serviceRequested property.For example, to add a new item, do as follows:
getServiceRequested().add(newItem);Objects of the following type(s) are allowed in the list
CodeableConcept -
getSupportingInformation
Gets the value of the supportingInformation 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
setmethod for the supportingInformation property.For example, to add a new item, do as follows:
getSupportingInformation().add(newItem);Objects of the following type(s) are allowed in the list
Reference -
withIdentifier
-
withIdentifier
-
withBasedOn
-
withBasedOn
-
withParent
-
withStatus
-
withCategory
-
withType
-
withPriority
-
withPatient
-
withContext
-
withFulfillmentTime
-
withAuthored
-
withRequester
-
withSpecialty
-
withRecipient
-
withRecipient
-
withReason
-
withDescription
-
withServiceRequested
-
withServiceRequested
-
withSupportingInformation
-
withSupportingInformation
-
withText
- Overrides:
withTextin classDomainResource
-
withContained
- Overrides:
withContainedin classDomainResource
-
withContained
- Overrides:
withContainedin classDomainResource
-
withExtension
- Overrides:
withExtensionin classDomainResource
-
withExtension
- Overrides:
withExtensionin classDomainResource
-
withModifierExtension
- Overrides:
withModifierExtensionin classDomainResource
-
withModifierExtension
- Overrides:
withModifierExtensionin classDomainResource
-
withId
- Overrides:
withIdin classDomainResource
-
withMeta
- Overrides:
withMetain classDomainResource
-
withImplicitRules
- Overrides:
withImplicitRulesin classDomainResource
-
withLanguage
- Overrides:
withLanguagein classDomainResource
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) - Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2- Overrides:
equalsin classDomainResource
-
equals
- Overrides:
equalsin classDomainResource
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode2- Overrides:
hashCodein classDomainResource
-
hashCode
public int hashCode()- Overrides:
hashCodein classDomainResource
-
toString
- Overrides:
toStringin classDomainResource
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
appendin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendin classDomainResource
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendFieldsin classDomainResource
-
setIdentifier
-
setBasedOn
-
setRecipient
-
setServiceRequested
-
setSupportingInformation
-