Class Procedure
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
Java class for Procedure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Procedure">
<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="status" type="{http://hl7.org/fhir}ProcedureStatus"/>
<element name="category" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/>
<element name="code" type="{http://hl7.org/fhir}CodeableConcept"/>
<element name="notPerformed" type="{http://hl7.org/fhir}boolean" minOccurs="0"/>
<element name="reasonNotPerformed" type="{http://hl7.org/fhir}CodeableConcept" maxOccurs="unbounded" minOccurs="0"/>
<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>
<element name="performer" type="{http://hl7.org/fhir}Procedure.Performer" maxOccurs="unbounded" minOccurs="0"/>
<choice minOccurs="0">
<element name="performedDateTime" type="{http://hl7.org/fhir}dateTime"/>
<element name="performedPeriod" type="{http://hl7.org/fhir}Period"/>
</choice>
<element name="encounter" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
<element name="location" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
<element name="outcome" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/>
<element name="report" type="{http://hl7.org/fhir}Reference" maxOccurs="unbounded" minOccurs="0"/>
<element name="complication" type="{http://hl7.org/fhir}CodeableConcept" maxOccurs="unbounded" minOccurs="0"/>
<element name="followUp" type="{http://hl7.org/fhir}CodeableConcept" maxOccurs="unbounded" minOccurs="0"/>
<element name="request" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
<element name="notes" type="{http://hl7.org/fhir}Annotation" maxOccurs="unbounded" minOccurs="0"/>
<element name="focalDevice" type="{http://hl7.org/fhir}Procedure.FocalDevice" maxOccurs="unbounded" minOccurs="0"/>
<element name="used" type="{http://hl7.org/fhir}Reference" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<CodeableConcept> protected CodeableConceptprotected CodeableConceptprotected List<CodeableConcept> protected Referenceprotected List<ProcedureFocalDevice> protected List<CodeableConcept> protected List<Identifier> protected Referenceprotected List<Annotation> protected Booleanprotected CodeableConceptprotected DateTimeprotected Periodprotected List<ProcedurePerformer> protected CodeableConceptprotected List<CodeableConcept> protected Referenceprotected Referenceprotected ProcedureStatusprotected 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 bodySite property.Gets the value of the category property.getCode()Gets the value of the code property.Gets the value of the complication property.Gets the value of the encounter property.Gets the value of the focalDevice property.Gets the value of the followUp property.Gets the value of the identifier property.Gets the value of the location property.getNotes()Gets the value of the notes property.Gets the value of the notPerformed property.Gets the value of the outcome property.Gets the value of the performedDateTime property.Gets the value of the performedPeriod property.Gets the value of the performer property.Gets the value of the reasonCodeableConcept property.Gets the value of the reasonNotPerformed property.Gets the value of the reasonReference property.Gets the value of the report property.Gets the value of the request property.Gets the value of the status property.Gets the value of the subject property.getUsed()Gets the value of the used property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidsetBodySite(List<CodeableConcept> value) voidsetCategory(CodeableConcept value) Sets the value of the category property.voidsetCode(CodeableConcept value) Sets the value of the code property.voidsetComplication(List<CodeableConcept> value) voidsetEncounter(Reference value) Sets the value of the encounter property.voidsetFocalDevice(List<ProcedureFocalDevice> value) voidsetFollowUp(List<CodeableConcept> value) voidsetIdentifier(List<Identifier> value) voidsetLocation(Reference value) Sets the value of the location property.voidsetNotes(List<Annotation> value) voidsetNotPerformed(Boolean value) Sets the value of the notPerformed property.voidsetOutcome(CodeableConcept value) Sets the value of the outcome property.voidsetPerformedDateTime(DateTime value) Sets the value of the performedDateTime property.voidsetPerformedPeriod(Period value) Sets the value of the performedPeriod property.voidsetPerformer(List<ProcedurePerformer> value) voidSets the value of the reasonCodeableConcept property.voidsetReasonNotPerformed(List<CodeableConcept> value) voidsetReasonReference(Reference value) Sets the value of the reasonReference property.voidvoidsetRequest(Reference value) Sets the value of the request property.voidsetStatus(ProcedureStatus value) Sets the value of the status property.voidsetSubject(Reference value) Sets the value of the subject property.voidtoString()withBodySite(Collection<CodeableConcept> values) withBodySite(CodeableConcept... values) withCategory(CodeableConcept value) withCode(CodeableConcept value) withComplication(Collection<CodeableConcept> values) withComplication(CodeableConcept... values) withContained(Collection<ResourceContainer> values) withContained(ResourceContainer... values) withEncounter(Reference value) withExtension(Collection<Extension> values) withExtension(Extension... values) withFocalDevice(ProcedureFocalDevice... values) withFollowUp(Collection<CodeableConcept> values) withFollowUp(CodeableConcept... values) withIdentifier(Collection<Identifier> values) withIdentifier(Identifier... values) withImplicitRules(Uri value) withLanguage(Code value) withLocation(Reference value) withModifierExtension(Collection<Extension> values) withModifierExtension(Extension... values) withNotes(Collection<Annotation> values) withNotes(Annotation... values) withNotPerformed(Boolean value) withOutcome(CodeableConcept value) withPerformedDateTime(DateTime value) withPerformedPeriod(Period value) withPerformer(Collection<ProcedurePerformer> values) withPerformer(ProcedurePerformer... values) withReasonNotPerformed(CodeableConcept... values) withReasonReference(Reference value) withReport(Collection<Reference> values) withReport(Reference... values) withRequest(Reference value) withStatus(ProcedureStatus value) withSubject(Reference value) withUsed(Collection<Reference> values) 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
-
status
-
category
-
code
-
notPerformed
-
reasonNotPerformed
-
bodySite
-
reasonCodeableConcept
-
reasonReference
-
performer
-
performedDateTime
-
performedPeriod
-
encounter
-
location
-
outcome
-
report
-
complication
-
followUp
-
request
-
notes
-
focalDevice
-
used
-
-
Constructor Details
-
Procedure
public Procedure()
-
-
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
-
getStatus
Gets the value of the status property.- Returns:
- possible object is
ProcedureStatus
-
setStatus
Sets the value of the status property.- Parameters:
value- allowed object isProcedureStatus
-
getCategory
Gets the value of the category property.- Returns:
- possible object is
CodeableConcept
-
setCategory
Sets the value of the category property.- Parameters:
value- allowed object isCodeableConcept
-
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
-
getNotPerformed
Gets the value of the notPerformed property.- Returns:
- possible object is
Boolean
-
setNotPerformed
Sets the value of the notPerformed property.- Parameters:
value- allowed object isBoolean
-
getReasonNotPerformed
Gets the value of the reasonNotPerformed 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 reasonNotPerformed property.For example, to add a new item, do as follows:
getReasonNotPerformed().add(newItem);Objects of the following type(s) are allowed in the list
CodeableConcept -
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
-
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
setmethod 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
ProcedurePerformer -
getPerformedDateTime
Gets the value of the performedDateTime property.- Returns:
- possible object is
DateTime
-
setPerformedDateTime
Sets the value of the performedDateTime property.- Parameters:
value- allowed object isDateTime
-
getPerformedPeriod
Gets the value of the performedPeriod property.- Returns:
- possible object is
Period
-
setPerformedPeriod
Sets the value of the performedPeriod property.- Parameters:
value- allowed object isPeriod
-
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
-
getLocation
Gets the value of the location property.- Returns:
- possible object is
Reference
-
setLocation
Sets the value of the location property.- Parameters:
value- allowed object isReference
-
getOutcome
Gets the value of the outcome property.- Returns:
- possible object is
CodeableConcept
-
setOutcome
Sets the value of the outcome property.- Parameters:
value- allowed object isCodeableConcept
-
getReport
Gets the value of the report 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 report property.For example, to add a new item, do as follows:
getReport().add(newItem);Objects of the following type(s) are allowed in the list
Reference -
getComplication
Gets the value of the complication 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 complication property.For example, to add a new item, do as follows:
getComplication().add(newItem);Objects of the following type(s) are allowed in the list
CodeableConcept -
getFollowUp
Gets the value of the followUp 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 followUp property.For example, to add a new item, do as follows:
getFollowUp().add(newItem);Objects of the following type(s) are allowed in the list
CodeableConcept -
getRequest
Gets the value of the request property.- Returns:
- possible object is
Reference
-
setRequest
Sets the value of the request property.- Parameters:
value- allowed object isReference
-
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 -
getFocalDevice
Gets the value of the focalDevice 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 focalDevice property.For example, to add a new item, do as follows:
getFocalDevice().add(newItem);Objects of the following type(s) are allowed in the list
ProcedureFocalDevice -
getUsed
Gets the value of the used 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 used property.For example, to add a new item, do as follows:
getUsed().add(newItem);Objects of the following type(s) are allowed in the list
Reference -
withIdentifier
-
withIdentifier
-
withSubject
-
withStatus
-
withCategory
-
withCode
-
withNotPerformed
-
withReasonNotPerformed
-
withReasonNotPerformed
-
withBodySite
-
withBodySite
-
withReasonCodeableConcept
-
withReasonReference
-
withPerformer
-
withPerformer
-
withPerformedDateTime
-
withPerformedPeriod
-
withEncounter
-
withLocation
-
withOutcome
-
withReport
-
withReport
-
withComplication
-
withComplication
-
withFollowUp
-
withFollowUp
-
withRequest
-
withNotes
-
withNotes
-
withFocalDevice
-
withFocalDevice
-
withUsed
-
withUsed
-
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
-
setReasonNotPerformed
-
setBodySite
-
setPerformer
-
setReport
-
setComplication
-
setFollowUp
-
setNotes
-
setFocalDevice
-
setUsed
-