Class ProcedureRequest
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
Java class for ProcedureRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProcedureRequest">
<complexContent>
<extension base="{http://hl7.org/fhir}DomainResource">
<sequence>
<element name="identifier" type="{http://hl7.org/fhir}Identifier" maxOccurs="unbounded" minOccurs="0"/>
<element name="subject" type="{http://hl7.org/fhir}Reference"/>
<element name="code" type="{http://hl7.org/fhir}CodeableConcept"/>
<element name="bodySite" type="{http://hl7.org/fhir}CodeableConcept" maxOccurs="unbounded" minOccurs="0"/>
<choice minOccurs="0">
<element name="reasonCodeableConcept" type="{http://hl7.org/fhir}CodeableConcept"/>
<element name="reasonReference" type="{http://hl7.org/fhir}Reference"/>
</choice>
<choice minOccurs="0">
<element name="scheduledDateTime" type="{http://hl7.org/fhir}dateTime"/>
<element name="scheduledPeriod" type="{http://hl7.org/fhir}Period"/>
<element name="scheduledTiming" type="{http://hl7.org/fhir}Timing"/>
</choice>
<element name="encounter" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
<element name="performer" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
<element name="status" type="{http://hl7.org/fhir}ProcedureRequestStatus" minOccurs="0"/>
<element name="notes" type="{http://hl7.org/fhir}Annotation" maxOccurs="unbounded" minOccurs="0"/>
<choice minOccurs="0">
<element name="asNeededBoolean" type="{http://hl7.org/fhir}boolean"/>
<element name="asNeededCodeableConcept" type="{http://hl7.org/fhir}CodeableConcept"/>
</choice>
<element name="orderedOn" type="{http://hl7.org/fhir}dateTime" minOccurs="0"/>
<element name="orderer" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
<element name="priority" type="{http://hl7.org/fhir}ProcedureRequestPriority" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Booleanprotected CodeableConceptprotected List<CodeableConcept> protected CodeableConceptprotected Referenceprotected List<Identifier> protected List<Annotation> protected DateTimeprotected Referenceprotected Referenceprotected ProcedureRequestPriorityprotected CodeableConceptprotected Referenceprotected DateTimeprotected Periodprotected Timingprotected ProcedureRequestStatusprotected ReferenceFields 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 asNeededBoolean property.Gets the value of the asNeededCodeableConcept property.Gets the value of the bodySite property.getCode()Gets the value of the code property.Gets the value of the encounter property.Gets the value of the identifier property.getNotes()Gets the value of the notes property.Gets the value of the orderedOn property.Gets the value of the orderer property.Gets the value of the performer property.Gets the value of the priority property.Gets the value of the reasonCodeableConcept property.Gets the value of the reasonReference property.Gets the value of the scheduledDateTime property.Gets the value of the scheduledPeriod property.Gets the value of the scheduledTiming property.Gets the value of the status property.Gets the value of the subject property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidsetAsNeededBoolean(Boolean value) Sets the value of the asNeededBoolean property.voidSets the value of the asNeededCodeableConcept property.voidsetBodySite(List<CodeableConcept> value) voidsetCode(CodeableConcept value) Sets the value of the code property.voidsetEncounter(Reference value) Sets the value of the encounter property.voidsetIdentifier(List<Identifier> value) voidsetNotes(List<Annotation> value) voidsetOrderedOn(DateTime value) Sets the value of the orderedOn property.voidsetOrderer(Reference value) Sets the value of the orderer property.voidsetPerformer(Reference value) Sets the value of the performer property.voidSets the value of the priority property.voidSets the value of the reasonCodeableConcept property.voidsetReasonReference(Reference value) Sets the value of the reasonReference property.voidsetScheduledDateTime(DateTime value) Sets the value of the scheduledDateTime property.voidsetScheduledPeriod(Period value) Sets the value of the scheduledPeriod property.voidsetScheduledTiming(Timing value) Sets the value of the scheduledTiming property.voidsetStatus(ProcedureRequestStatus value) Sets the value of the status property.voidsetSubject(Reference value) Sets the value of the subject property.toString()withAsNeededBoolean(Boolean value) withBodySite(Collection<CodeableConcept> values) withBodySite(CodeableConcept... values) withCode(CodeableConcept value) withContained(Collection<ResourceContainer> values) withContained(ResourceContainer... values) withEncounter(Reference value) withExtension(Collection<Extension> values) withExtension(Extension... values) withIdentifier(Collection<Identifier> values) withIdentifier(Identifier... values) withImplicitRules(Uri value) withLanguage(Code value) withModifierExtension(Collection<Extension> values) withModifierExtension(Extension... values) withNotes(Collection<Annotation> values) withNotes(Annotation... values) withOrderedOn(DateTime value) withOrderer(Reference value) withPerformer(Reference value) withReasonReference(Reference value) withScheduledDateTime(DateTime value) withScheduledPeriod(Period value) withScheduledTiming(Timing value) withStatus(ProcedureRequestStatus value) withSubject(Reference 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
-
subject
-
code
-
bodySite
-
reasonCodeableConcept
-
reasonReference
-
scheduledDateTime
-
scheduledPeriod
-
scheduledTiming
-
encounter
-
performer
-
status
-
notes
-
asNeededBoolean
-
asNeededCodeableConcept
-
orderedOn
-
orderer
-
priority
-
-
Constructor Details
-
ProcedureRequest
public ProcedureRequest()
-
-
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 -
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
-
getCode
Gets the value of the code property.- Returns:
- possible object is
CodeableConcept
-
setCode
Sets the value of the code property.- Parameters:
value- allowed object isCodeableConcept
-
getBodySite
Gets the value of the bodySite 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 bodySite property.For example, to add a new item, do as follows:
getBodySite().add(newItem);Objects of the following type(s) are allowed in the list
CodeableConcept -
getReasonCodeableConcept
Gets the value of the reasonCodeableConcept property.- Returns:
- possible object is
CodeableConcept
-
setReasonCodeableConcept
Sets the value of the reasonCodeableConcept property.- Parameters:
value- allowed object isCodeableConcept
-
getReasonReference
Gets the value of the reasonReference property.- Returns:
- possible object is
Reference
-
setReasonReference
Sets the value of the reasonReference property.- Parameters:
value- allowed object isReference
-
getScheduledDateTime
Gets the value of the scheduledDateTime property.- Returns:
- possible object is
DateTime
-
setScheduledDateTime
Sets the value of the scheduledDateTime property.- Parameters:
value- allowed object isDateTime
-
getScheduledPeriod
Gets the value of the scheduledPeriod property.- Returns:
- possible object is
Period
-
setScheduledPeriod
Sets the value of the scheduledPeriod property.- Parameters:
value- allowed object isPeriod
-
getScheduledTiming
Gets the value of the scheduledTiming property.- Returns:
- possible object is
Timing
-
setScheduledTiming
Sets the value of the scheduledTiming property.- Parameters:
value- allowed object isTiming
-
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
-
getPerformer
Gets the value of the performer property.- Returns:
- possible object is
Reference
-
setPerformer
Sets the value of the performer property.- Parameters:
value- allowed object isReference
-
getStatus
Gets the value of the status property.- Returns:
- possible object is
ProcedureRequestStatus
-
setStatus
Sets the value of the status property.- Parameters:
value- allowed object isProcedureRequestStatus
-
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
Annotation -
getAsNeededBoolean
Gets the value of the asNeededBoolean property.- Returns:
- possible object is
Boolean
-
setAsNeededBoolean
Sets the value of the asNeededBoolean property.- Parameters:
value- allowed object isBoolean
-
getAsNeededCodeableConcept
Gets the value of the asNeededCodeableConcept property.- Returns:
- possible object is
CodeableConcept
-
setAsNeededCodeableConcept
Sets the value of the asNeededCodeableConcept property.- Parameters:
value- allowed object isCodeableConcept
-
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
-
getOrderer
Gets the value of the orderer property.- Returns:
- possible object is
Reference
-
setOrderer
Sets the value of the orderer property.- Parameters:
value- allowed object isReference
-
getPriority
Gets the value of the priority property.- Returns:
- possible object is
ProcedureRequestPriority
-
setPriority
Sets the value of the priority property.- Parameters:
value- allowed object isProcedureRequestPriority
-
withIdentifier
-
withIdentifier
-
withSubject
-
withCode
-
withBodySite
-
withBodySite
-
withReasonCodeableConcept
-
withReasonReference
-
withScheduledDateTime
-
withScheduledPeriod
-
withScheduledTiming
-
withEncounter
-
withPerformer
-
withStatus
-
withNotes
-
withNotes
-
withAsNeededBoolean
-
withAsNeededCodeableConcept
-
withOrderedOn
-
withOrderer
-
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
-
setBodySite
-
setNotes
-