Uses of Class
org.hl7.fhir.r5.model.ImagingSelection
-
Uses of ImagingSelection in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionprotected ImagingSelection
JsonParser.parseImagingSelection
(com.google.gson.JsonObject json) protected ImagingSelection
XmlParser.parseImagingSelection
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeImagingSelection
(String name, ImagingSelection element) protected void
RdfParser.composeImagingSelection
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ImagingSelection element, int index) protected void
XmlParser.composeImagingSelection
(String name, ImagingSelection element) protected void
XmlParser.composeImagingSelectionElements
(ImagingSelection element) protected void
JsonParser.composeImagingSelectionProperties
(ImagingSelection element) protected boolean
XmlParser.parseImagingSelectionContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, ImagingSelection res) protected void
JsonParser.parseImagingSelectionProperties
(com.google.gson.JsonObject json, ImagingSelection res) -
Uses of ImagingSelection in org.hl7.fhir.r5.model
Modifier and TypeMethodDescriptionImagingSelection.addBasedOn
(Reference t) ImagingSelection.addCategory
(CodeableConcept t) ImagingSelection.addDerivedFrom
(Reference t) ImagingSelection.addEndpoint
(Reference t) ImagingSelection.addIdentifier
(Identifier t) ImagingSelection.addInstance
(ImagingSelection.ImagingSelectionInstanceComponent t) ImagingSelection.addPerformer
(ImagingSelection.ImagingSelectionPerformerComponent t) ImagingSelection.copy()
ImagingSelection.setBasedOn
(List<Reference> theBasedOn) ImagingSelection.setBodySite
(CodeableReference value) ImagingSelection.setCategory
(List<CodeableConcept> theCategory) ImagingSelection.setCode
(CodeableConcept value) ImagingSelection.setDerivedFrom
(List<Reference> theDerivedFrom) ImagingSelection.setEndpoint
(List<Reference> theEndpoint) ImagingSelection.setFrameOfReferenceUid
(String value) ImagingSelection.setFrameOfReferenceUidElement
(IdType value) ImagingSelection.setIdentifier
(List<Identifier> theIdentifier) ImagingSelection.setInstance
(List<ImagingSelection.ImagingSelectionInstanceComponent> theInstance) ImagingSelection.setIssuedElement
(InstantType value) ImagingSelection.setPerformer
(List<ImagingSelection.ImagingSelectionPerformerComponent> thePerformer) ImagingSelection.setSeriesNumber
(int value) ImagingSelection.setSeriesNumberElement
(UnsignedIntType value) ImagingSelection.setSeriesUid
(String value) ImagingSelection.setSeriesUidElement
(IdType value) ImagingSelection.setStatus
(ImagingSelection.ImagingSelectionStatus value) ImagingSelection.setStatusElement
(Enumeration<ImagingSelection.ImagingSelectionStatus> value) ImagingSelection.setStudyUid
(String value) ImagingSelection.setStudyUidElement
(IdType value) ImagingSelection.setSubject
(Reference value) protected ImagingSelection
ImagingSelection.typedCopy()