Class DeviceUseRequest
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
Java class for DeviceUseRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DeviceUseRequest">
<complexContent>
<extension base="{http://hl7.org/fhir}DomainResource">
<sequence>
<choice minOccurs="0">
<element name="bodySiteCodeableConcept" type="{http://hl7.org/fhir}CodeableConcept"/>
<element name="bodySiteReference" type="{http://hl7.org/fhir}Reference"/>
</choice>
<element name="status" type="{http://hl7.org/fhir}DeviceUseRequestStatus" minOccurs="0"/>
<element name="device" type="{http://hl7.org/fhir}Reference"/>
<element name="encounter" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
<element name="identifier" type="{http://hl7.org/fhir}Identifier" maxOccurs="unbounded" minOccurs="0"/>
<element name="indication" type="{http://hl7.org/fhir}CodeableConcept" maxOccurs="unbounded" minOccurs="0"/>
<element name="notes" type="{http://hl7.org/fhir}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="prnReason" type="{http://hl7.org/fhir}CodeableConcept" maxOccurs="unbounded" minOccurs="0"/>
<element name="orderedOn" type="{http://hl7.org/fhir}dateTime" minOccurs="0"/>
<element name="recordedOn" type="{http://hl7.org/fhir}dateTime" minOccurs="0"/>
<element name="subject" type="{http://hl7.org/fhir}Reference"/>
<choice minOccurs="0">
<element name="timingTiming" type="{http://hl7.org/fhir}Timing"/>
<element name="timingPeriod" type="{http://hl7.org/fhir}Period"/>
<element name="timingDateTime" type="{http://hl7.org/fhir}dateTime"/>
</choice>
<element name="priority" type="{http://hl7.org/fhir}DeviceUseRequestPriority" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CodeableConceptprotected Referenceprotected Referenceprotected Referenceprotected List<Identifier> protected List<CodeableConcept> protected DateTimeprotected DeviceUseRequestPriorityprotected List<CodeableConcept> protected DateTimeprotected DeviceUseRequestStatusprotected Referenceprotected DateTimeprotected Periodprotected TimingFields 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 bodySiteCodeableConcept property.Gets the value of the bodySiteReference property.Gets the value of the device property.Gets the value of the encounter property.Gets the value of the identifier property.Gets the value of the indication property.getNotes()Gets the value of the notes property.Gets the value of the orderedOn property.Gets the value of the priority property.Gets the value of the prnReason property.Gets the value of the recordedOn property.Gets the value of the status property.Gets the value of the subject property.Gets the value of the timingDateTime property.Gets the value of the timingPeriod property.Gets the value of the timingTiming property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidSets the value of the bodySiteCodeableConcept property.voidsetBodySiteReference(Reference value) Sets the value of the bodySiteReference property.voidSets the value of the device property.voidsetEncounter(Reference value) Sets the value of the encounter property.voidsetIdentifier(List<Identifier> value) voidsetIndication(List<CodeableConcept> value) voidvoidsetOrderedOn(DateTime value) Sets the value of the orderedOn property.voidSets the value of the priority property.voidsetPrnReason(List<CodeableConcept> value) voidsetRecordedOn(DateTime value) Sets the value of the recordedOn property.voidsetStatus(DeviceUseRequestStatus value) Sets the value of the status property.voidsetSubject(Reference value) Sets the value of the subject property.voidsetTimingDateTime(DateTime value) Sets the value of the timingDateTime property.voidsetTimingPeriod(Period value) Sets the value of the timingPeriod property.voidsetTimingTiming(Timing value) Sets the value of the timingTiming property.toString()withBodySiteReference(Reference value) withContained(Collection<ResourceContainer> values) withContained(ResourceContainer... values) withDevice(Reference value) withEncounter(Reference value) withExtension(Collection<Extension> values) withExtension(Extension... values) withIdentifier(Collection<Identifier> values) withIdentifier(Identifier... values) withImplicitRules(Uri value) withIndication(Collection<CodeableConcept> values) withIndication(CodeableConcept... values) withLanguage(Code value) withModifierExtension(Collection<Extension> values) withModifierExtension(Extension... values) withNotes(Collection<String> values) withOrderedOn(DateTime value) withPrnReason(Collection<CodeableConcept> values) withPrnReason(CodeableConcept... values) withRecordedOn(DateTime value) withStatus(DeviceUseRequestStatus value) withSubject(Reference value) withTimingDateTime(DateTime value) withTimingPeriod(Period value) withTimingTiming(Timing 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
-
bodySiteCodeableConcept
-
bodySiteReference
-
status
-
device
-
encounter
-
identifier
-
indication
-
notes
-
prnReason
-
orderedOn
-
recordedOn
-
subject
-
timingTiming
-
timingPeriod
-
timingDateTime
-
priority
-
-
Constructor Details
-
DeviceUseRequest
public DeviceUseRequest()
-
-
Method Details
-
getBodySiteCodeableConcept
Gets the value of the bodySiteCodeableConcept property.- Returns:
- possible object is
CodeableConcept
-
setBodySiteCodeableConcept
Sets the value of the bodySiteCodeableConcept property.- Parameters:
value- allowed object isCodeableConcept
-
getBodySiteReference
Gets the value of the bodySiteReference property.- Returns:
- possible object is
Reference
-
setBodySiteReference
Sets the value of the bodySiteReference property.- Parameters:
value- allowed object isReference
-
getStatus
Gets the value of the status property.- Returns:
- possible object is
DeviceUseRequestStatus
-
setStatus
Sets the value of the status property.- Parameters:
value- allowed object isDeviceUseRequestStatus
-
getDevice
Gets the value of the device property.- Returns:
- possible object is
Reference
-
setDevice
Sets the value of the device property.- Parameters:
value- allowed object isReference
-
getEncounter
Gets the value of the encounter property.- Returns:
- possible object is
Reference
-
setEncounter
Sets the value of the encounter property.- Parameters:
value- allowed object isReference
-
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 -
getIndication
Gets the value of the indication 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 indication property.For example, to add a new item, do as follows:
getIndication().add(newItem);Objects of the following type(s) are allowed in the list
CodeableConcept -
getNotes
Gets the value of the notes 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 notes property.For example, to add a new item, do as follows:
getNotes().add(newItem);Objects of the following type(s) are allowed in the list
String -
getPrnReason
Gets the value of the prnReason 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 prnReason property.For example, to add a new item, do as follows:
getPrnReason().add(newItem);Objects of the following type(s) are allowed in the list
CodeableConcept -
getOrderedOn
Gets the value of the orderedOn property.- Returns:
- possible object is
DateTime
-
setOrderedOn
Sets the value of the orderedOn property.- Parameters:
value- allowed object isDateTime
-
getRecordedOn
Gets the value of the recordedOn property.- Returns:
- possible object is
DateTime
-
setRecordedOn
Sets the value of the recordedOn property.- Parameters:
value- allowed object isDateTime
-
getSubject
Gets the value of the subject property.- Returns:
- possible object is
Reference
-
setSubject
Sets the value of the subject property.- Parameters:
value- allowed object isReference
-
getTimingTiming
Gets the value of the timingTiming property.- Returns:
- possible object is
Timing
-
setTimingTiming
Sets the value of the timingTiming property.- Parameters:
value- allowed object isTiming
-
getTimingPeriod
Gets the value of the timingPeriod property.- Returns:
- possible object is
Period
-
setTimingPeriod
Sets the value of the timingPeriod property.- Parameters:
value- allowed object isPeriod
-
getTimingDateTime
Gets the value of the timingDateTime property.- Returns:
- possible object is
DateTime
-
setTimingDateTime
Sets the value of the timingDateTime property.- Parameters:
value- allowed object isDateTime
-
getPriority
Gets the value of the priority property.- Returns:
- possible object is
DeviceUseRequestPriority
-
setPriority
Sets the value of the priority property.- Parameters:
value- allowed object isDeviceUseRequestPriority
-
withBodySiteCodeableConcept
-
withBodySiteReference
-
withStatus
-
withDevice
-
withEncounter
-
withIdentifier
-
withIdentifier
-
withIndication
-
withIndication
-
withNotes
-
withNotes
-
withPrnReason
-
withPrnReason
-
withOrderedOn
-
withRecordedOn
-
withSubject
-
withTimingTiming
-
withTimingPeriod
-
withTimingDateTime
-
withPriority
-
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
-
setIndication
-
setNotes
-
setPrnReason
-