Package org.hl7.fhir
Class ImagingObjectSelection
- java.lang.Object
-
- org.hl7.fhir.Resource
-
- org.hl7.fhir.DomainResource
-
- org.hl7.fhir.ImagingObjectSelection
-
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
public class ImagingObjectSelection 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 extensionsJava class for ImagingObjectSelection complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ImagingObjectSelection"> <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}ImagingObjectSelection.Study" maxOccurs="unbounded"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Referenceauthorprotected DateTimeauthoringTimeprotected Stringdescriptionprotected Referencepatientprotected java.util.List<ImagingObjectSelectionStudy>studyprotected CodeableConcepttitleprotected Oiduid-
Fields inherited from class org.hl7.fhir.DomainResource
contained, extension, modifierExtension, text
-
Fields inherited from class org.hl7.fhir.Resource
id, implicitRules, language, meta
-
-
Constructor Summary
Constructors Constructor Description ImagingObjectSelection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringBuilderappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)java.lang.StringBuilderappendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)booleanequals(java.lang.Object object)booleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)ReferencegetAuthor()Gets the value of the author property.DateTimegetAuthoringTime()Gets the value of the authoringTime property.StringgetDescription()Gets the value of the description property.ReferencegetPatient()Gets the value of the patient property.java.util.List<ImagingObjectSelectionStudy>getStudy()Gets the value of the study property.CodeableConceptgetTitle()Gets the value of the title property.OidgetUid()Gets the value of the uid property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)voidsetAuthor(Reference value)Sets 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.voidsetTitle(CodeableConcept value)Sets the value of the title property.voidsetUid(Oid value)Sets the value of the uid property.java.lang.StringtoString()ImagingObjectSelectionwithAuthor(Reference value)ImagingObjectSelectionwithAuthoringTime(DateTime value)ImagingObjectSelectionwithContained(java.util.Collection<ResourceContainer> values)ImagingObjectSelectionwithContained(ResourceContainer... values)ImagingObjectSelectionwithDescription(String value)ImagingObjectSelectionwithExtension(java.util.Collection<Extension> values)ImagingObjectSelectionwithExtension(Extension... values)ImagingObjectSelectionwithId(Id value)ImagingObjectSelectionwithImplicitRules(Uri value)ImagingObjectSelectionwithLanguage(Code value)ImagingObjectSelectionwithMeta(Meta value)ImagingObjectSelectionwithModifierExtension(java.util.Collection<Extension> values)ImagingObjectSelectionwithModifierExtension(Extension... values)ImagingObjectSelectionwithPatient(Reference value)ImagingObjectSelectionwithStudy(java.util.Collection<ImagingObjectSelectionStudy> values)ImagingObjectSelectionwithStudy(ImagingObjectSelectionStudy... values)ImagingObjectSelectionwithText(Narrative value)ImagingObjectSelectionwithTitle(CodeableConcept value)ImagingObjectSelectionwithUid(Oid value)-
Methods inherited from class org.hl7.fhir.DomainResource
getContained, getExtension, getModifierExtension, getText, setText
-
Methods inherited from class org.hl7.fhir.Resource
getId, getImplicitRules, getLanguage, getMeta, setId, setImplicitRules, setLanguage, setMeta
-
-
-
-
Field Detail
-
uid
protected Oid uid
-
patient
protected Reference patient
-
authoringTime
protected DateTime authoringTime
-
author
protected Reference author
-
title
protected CodeableConcept title
-
description
protected String description
-
study
protected java.util.List<ImagingObjectSelectionStudy> study
-
-
Method Detail
-
setUid
public void setUid(Oid value)
Sets the value of the uid property.- Parameters:
value- allowed object isOid
-
getPatient
public Reference getPatient()
Gets the value of the patient property.- Returns:
- possible object is
Reference
-
setPatient
public void setPatient(Reference value)
Sets the value of the patient property.- Parameters:
value- allowed object isReference
-
getAuthoringTime
public DateTime getAuthoringTime()
Gets the value of the authoringTime property.- Returns:
- possible object is
DateTime
-
setAuthoringTime
public void setAuthoringTime(DateTime value)
Sets the value of the authoringTime property.- Parameters:
value- allowed object isDateTime
-
getAuthor
public Reference getAuthor()
Gets the value of the author property.- Returns:
- possible object is
Reference
-
setAuthor
public void setAuthor(Reference value)
Sets the value of the author property.- Parameters:
value- allowed object isReference
-
getTitle
public CodeableConcept getTitle()
Gets the value of the title property.- Returns:
- possible object is
CodeableConcept
-
setTitle
public void setTitle(CodeableConcept value)
Sets the value of the title property.- Parameters:
value- allowed object isCodeableConcept
-
getDescription
public String getDescription()
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
public void setDescription(String value)
Sets the value of the description property.- Parameters:
value- allowed object isString
-
getStudy
public java.util.List<ImagingObjectSelectionStudy> 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 JAXB 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
ImagingObjectSelectionStudy
-
withUid
public ImagingObjectSelection withUid(Oid value)
-
withPatient
public ImagingObjectSelection withPatient(Reference value)
-
withAuthoringTime
public ImagingObjectSelection withAuthoringTime(DateTime value)
-
withAuthor
public ImagingObjectSelection withAuthor(Reference value)
-
withTitle
public ImagingObjectSelection withTitle(CodeableConcept value)
-
withDescription
public ImagingObjectSelection withDescription(String value)
-
withStudy
public ImagingObjectSelection withStudy(ImagingObjectSelectionStudy... values)
-
withStudy
public ImagingObjectSelection withStudy(java.util.Collection<ImagingObjectSelectionStudy> values)
-
withText
public ImagingObjectSelection withText(Narrative value)
- Overrides:
withTextin classDomainResource
-
withContained
public ImagingObjectSelection withContained(ResourceContainer... values)
- Overrides:
withContainedin classDomainResource
-
withContained
public ImagingObjectSelection withContained(java.util.Collection<ResourceContainer> values)
- Overrides:
withContainedin classDomainResource
-
withExtension
public ImagingObjectSelection withExtension(Extension... values)
- Overrides:
withExtensionin classDomainResource
-
withExtension
public ImagingObjectSelection withExtension(java.util.Collection<Extension> values)
- Overrides:
withExtensionin classDomainResource
-
withModifierExtension
public ImagingObjectSelection withModifierExtension(Extension... values)
- Overrides:
withModifierExtensionin classDomainResource
-
withModifierExtension
public ImagingObjectSelection withModifierExtension(java.util.Collection<Extension> values)
- Overrides:
withModifierExtensionin classDomainResource
-
withId
public ImagingObjectSelection withId(Id value)
- Overrides:
withIdin classDomainResource
-
withMeta
public ImagingObjectSelection withMeta(Meta value)
- Overrides:
withMetain classDomainResource
-
withImplicitRules
public ImagingObjectSelection withImplicitRules(Uri value)
- Overrides:
withImplicitRulesin classDomainResource
-
withLanguage
public ImagingObjectSelection withLanguage(Code value)
- Overrides:
withLanguagein classDomainResource
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2- Overrides:
equalsin classDomainResource
-
equals
public boolean equals(java.lang.Object object)
- 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
public java.lang.String toString()
- Overrides:
toStringin classDomainResource
-
append
public java.lang.StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)- Specified by:
appendin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendin classDomainResource
-
appendFields
public java.lang.StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)- Specified by:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendFieldsin classDomainResource
-
-