Package org.hl7.fhir
Class ImagingExcerptViewable
java.lang.Object
org.hl7.fhir.Element
org.hl7.fhir.BackboneElement
org.hl7.fhir.ImagingExcerptViewable
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
public class ImagingExcerptViewable
extends BackboneElement
implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
A manifest of a set of DICOM Service-Object Pair Instances (SOP Instances). The referenced SOP Instances (images or other content) are for a single patient, and may be from one or more studies. The referenced SOP Instances have been selected for a purpose, such as quality assurance, conference, or consult. Reflecting that range of purposes, typical ImagingExcerpt resources may include all SOP Instances in a study (perhaps for sharing through a Health Information Exchange); key images from multiple studies (for reference by a referring or treating physician); a multi-frame ultrasound instance ("cine" video clip) and a set of measurements taken from that instance (for inclusion in a teaching file); and so on.
Java class for ImagingExcerpt.Viewable complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ImagingExcerpt.Viewable">
<complexContent>
<extension base="{http://hl7.org/fhir}BackboneElement">
<sequence>
<element name="contentType" type="{http://hl7.org/fhir}code"/>
<element name="height" type="{http://hl7.org/fhir}positiveInt" minOccurs="0"/>
<element name="width" type="{http://hl7.org/fhir}positiveInt" minOccurs="0"/>
<element name="frames" type="{http://hl7.org/fhir}positiveInt" minOccurs="0"/>
<element name="duration" type="{http://hl7.org/fhir}unsignedInt" minOccurs="0"/>
<element name="size" type="{http://hl7.org/fhir}unsignedInt" minOccurs="0"/>
<element name="title" type="{http://hl7.org/fhir}string" minOccurs="0"/>
<element name="url" type="{http://hl7.org/fhir}uri"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Codeprotected UnsignedIntprotected PositiveIntprotected PositiveIntprotected UnsignedIntprotected Stringprotected Uriprotected PositiveIntFields inherited from class org.hl7.fhir.BackboneElement
modifierExtension -
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 contentType property.Gets the value of the duration property.Gets the value of the frames property.Gets the value of the height property.getSize()Gets the value of the size property.getTitle()Gets the value of the title property.getUrl()Gets the value of the url property.getWidth()Gets the value of the width property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidsetContentType(Code value) Sets the value of the contentType property.voidsetDuration(UnsignedInt value) Sets the value of the duration property.voidsetFrames(PositiveInt value) Sets the value of the frames property.voidsetHeight(PositiveInt value) Sets the value of the height property.voidsetSize(UnsignedInt value) Sets the value of the size property.voidSets the value of the title property.voidSets the value of the url property.voidsetWidth(PositiveInt value) Sets the value of the width property.toString()withContentType(Code value) withDuration(UnsignedInt value) withExtension(Collection<Extension> values) withExtension(Extension... values) withFrames(PositiveInt value) withHeight(PositiveInt value) withModifierExtension(Collection<Extension> values) withModifierExtension(Extension... values) withSize(UnsignedInt value) withWidth(PositiveInt value) Methods inherited from class org.hl7.fhir.BackboneElement
getModifierExtension, setModifierExtensionMethods inherited from class org.hl7.fhir.Element
getExtension, getId, setExtension, setId
-
Field Details
-
contentType
-
height
-
width
-
frames
-
duration
-
size
-
title
-
url
-
-
Constructor Details
-
ImagingExcerptViewable
public ImagingExcerptViewable()
-
-
Method Details
-
getContentType
Gets the value of the contentType property.- Returns:
- possible object is
Code
-
setContentType
Sets the value of the contentType property.- Parameters:
value- allowed object isCode
-
getHeight
Gets the value of the height property.- Returns:
- possible object is
PositiveInt
-
setHeight
Sets the value of the height property.- Parameters:
value- allowed object isPositiveInt
-
getWidth
Gets the value of the width property.- Returns:
- possible object is
PositiveInt
-
setWidth
Sets the value of the width property.- Parameters:
value- allowed object isPositiveInt
-
getFrames
Gets the value of the frames property.- Returns:
- possible object is
PositiveInt
-
setFrames
Sets the value of the frames property.- Parameters:
value- allowed object isPositiveInt
-
getDuration
Gets the value of the duration property.- Returns:
- possible object is
UnsignedInt
-
setDuration
Sets the value of the duration property.- Parameters:
value- allowed object isUnsignedInt
-
getSize
Gets the value of the size property.- Returns:
- possible object is
UnsignedInt
-
setSize
Sets the value of the size property.- Parameters:
value- allowed object isUnsignedInt
-
getTitle
Gets the value of the title property.- Returns:
- possible object is
String
-
setTitle
Sets the value of the title property.- Parameters:
value- allowed object isString
-
getUrl
Gets the value of the url property.- Returns:
- possible object is
Uri
-
setUrl
Sets the value of the url property.- Parameters:
value- allowed object isUri
-
withContentType
-
withHeight
-
withWidth
-
withFrames
-
withDuration
-
withSize
-
withTitle
-
withUrl
-
withModifierExtension
- Overrides:
withModifierExtensionin classBackboneElement
-
withModifierExtension
- Overrides:
withModifierExtensionin classBackboneElement
-
withExtension
- Overrides:
withExtensionin classBackboneElement
-
withExtension
- Overrides:
withExtensionin classBackboneElement
-
withId
- Overrides:
withIdin classBackboneElement
-
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 classBackboneElement
-
equals
- Overrides:
equalsin classBackboneElement
-
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 classBackboneElement
-
hashCode
public int hashCode()- Overrides:
hashCodein classBackboneElement
-
toString
- Overrides:
toStringin classBackboneElement
-
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 classBackboneElement
-
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 classBackboneElement
-