Class DeviceUseStatement
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
Java class for DeviceUseStatement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DeviceUseStatement">
<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="whenUsed" type="{http://hl7.org/fhir}Period" minOccurs="0"/>
<element name="device" type="{http://hl7.org/fhir}Reference"/>
<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="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>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CodeableConceptprotected Referenceprotected Referenceprotected List<Identifier> protected List<CodeableConcept> protected DateTimeprotected Referenceprotected DateTimeprotected Periodprotected Timingprotected PeriodFields 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 identifier property.Gets the value of the indication property.getNotes()Gets the value of the notes property.Gets the value of the recordedOn 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.Gets the value of the whenUsed 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.voidsetIdentifier(List<Identifier> value) voidsetIndication(List<CodeableConcept> value) voidvoidsetRecordedOn(DateTime value) Sets the value of the recordedOn 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.voidsetWhenUsed(Period value) Sets the value of the whenUsed property.toString()withBodySiteReference(Reference value) withContained(Collection<ResourceContainer> values) withContained(ResourceContainer... values) withDevice(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) withRecordedOn(DateTime value) withSubject(Reference value) withTimingDateTime(DateTime value) withTimingPeriod(Period value) withTimingTiming(Timing value) withWhenUsed(Period 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
-
whenUsed
-
device
-
identifier
-
indication
-
notes
-
recordedOn
-
subject
-
timingTiming
-
timingPeriod
-
timingDateTime
-
-
Constructor Details
-
DeviceUseStatement
public DeviceUseStatement()
-
-
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
-
getWhenUsed
Gets the value of the whenUsed property.- Returns:
- possible object is
Period
-
setWhenUsed
Sets the value of the whenUsed property.- Parameters:
value- allowed object isPeriod
-
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
-
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 -
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
-
withBodySiteCodeableConcept
-
withBodySiteReference
-
withWhenUsed
-
withDevice
-
withIdentifier
-
withIdentifier
-
withIndication
-
withIndication
-
withNotes
-
withNotes
-
withRecordedOn
-
withSubject
-
withTimingTiming
-
withTimingPeriod
-
withTimingDateTime
-
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
-