Package org.hl7.fhir
Class ImagingExcerpt
java.lang.Object
org.hl7.fhir.Resource
org.hl7.fhir.DomainResource
org.hl7.fhir.ImagingExcerpt
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
public class ImagingExcerpt
extends DomainResource
implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
If the element is present, it must have either a @value, an @id, or extensions
Java class for ImagingExcerpt complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ImagingExcerpt">
<complexContent>
<extension base="{http://hl7.org/fhir}DomainResource">
<sequence>
<element name="uid" type="{http://hl7.org/fhir}oid"/>
<element name="patient" type="{http://hl7.org/fhir}Reference"/>
<element name="authoringTime" type="{http://hl7.org/fhir}dateTime" minOccurs="0"/>
<element name="author" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
<element name="title" type="{http://hl7.org/fhir}CodeableConcept"/>
<element name="description" type="{http://hl7.org/fhir}string" minOccurs="0"/>
<element name="study" type="{http://hl7.org/fhir}ImagingExcerpt.Study" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Referenceprotected DateTimeprotected Stringprotected Referenceprotected List<ImagingExcerptStudy> protected CodeableConceptprotected OidFields 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 author property.Gets the value of the authoringTime property.Gets the value of the description property.Gets the value of the patient property.getStudy()Gets the value of the study property.getTitle()Gets the value of the title property.getUid()Gets the value of the uid property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidSets the value of the author property.voidsetAuthoringTime(DateTime value) Sets the value of the authoringTime property.voidsetDescription(String value) Sets the value of the description property.voidsetPatient(Reference value) Sets the value of the patient property.voidsetStudy(List<ImagingExcerptStudy> value) voidsetTitle(CodeableConcept value) Sets the value of the title property.voidSets the value of the uid property.toString()withAuthor(Reference value) withAuthoringTime(DateTime value) withContained(Collection<ResourceContainer> values) withContained(ResourceContainer... values) withDescription(String value) withExtension(Collection<Extension> values) withExtension(Extension... values) withImplicitRules(Uri value) withLanguage(Code value) withModifierExtension(Collection<Extension> values) withModifierExtension(Extension... values) withPatient(Reference value) withStudy(Collection<ImagingExcerptStudy> values) withStudy(ImagingExcerptStudy... values) withTitle(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
-
uid
-
patient
-
authoringTime
-
author
-
title
-
description
-
study
-
-
Constructor Details
-
ImagingExcerpt
public ImagingExcerpt()
-
-
Method Details
-
getUid
Gets the value of the uid property.- Returns:
- possible object is
Oid
-
setUid
Sets the value of the uid property.- Parameters:
value- allowed object isOid
-
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
-
getAuthoringTime
Gets the value of the authoringTime property.- Returns:
- possible object is
DateTime
-
setAuthoringTime
Sets the value of the authoringTime property.- Parameters:
value- allowed object isDateTime
-
getAuthor
Gets the value of the author property.- Returns:
- possible object is
Reference
-
setAuthor
Sets the value of the author property.- Parameters:
value- allowed object isReference
-
getTitle
Gets the value of the title property.- Returns:
- possible object is
CodeableConcept
-
setTitle
Sets the value of the title 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
-
getStudy
Gets the value of the study 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 study property.For example, to add a new item, do as follows:
getStudy().add(newItem);Objects of the following type(s) are allowed in the list
ImagingExcerptStudy -
withUid
-
withPatient
-
withAuthoringTime
-
withAuthor
-
withTitle
-
withDescription
-
withStudy
-
withStudy
-
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
-
setStudy
-