
Uses of Class
org.hl7.fhir.r5.model.ImagingStudy
Packages that use ImagingStudy
-
Uses of ImagingStudy in org.hl7.fhir.r5.extensions
Methods in org.hl7.fhir.r5.extensions that return ImagingStudyModifier and TypeMethodDescriptionstatic ImagingStudy
Extensions.addEpisodeOfCare
(ImagingStudy context, Reference value) Methods in org.hl7.fhir.r5.extensions with parameters of type ImagingStudyModifier and TypeMethodDescriptionstatic ImagingStudy
Extensions.addEpisodeOfCare
(ImagingStudy context, Reference value) Extensions.getEpisodeOfCareList
(ImagingStudy context) -
Uses of ImagingStudy in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ImagingStudyModifier and TypeMethodDescriptionprotected ImagingStudy
JsonParser.parseImagingStudy
(com.google.gson.JsonObject json) protected ImagingStudy
XmlParser.parseImagingStudy
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type ImagingStudyModifier and TypeMethodDescriptionprotected void
JsonParser.composeImagingStudy
(String name, ImagingStudy element) protected void
RdfParser.composeImagingStudy
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ImagingStudy element, int index) protected void
XmlParser.composeImagingStudy
(String name, ImagingStudy element) protected void
XmlParser.composeImagingStudyElements
(ImagingStudy element) protected void
JsonParser.composeImagingStudyProperties
(ImagingStudy element) protected boolean
XmlParser.parseImagingStudyContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, ImagingStudy res) protected void
JsonParser.parseImagingStudyProperties
(com.google.gson.JsonObject json, ImagingStudy res) -
Uses of ImagingStudy in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model that return ImagingStudyModifier and TypeMethodDescriptionImagingStudy.addBasedOn
(Reference t) ImagingStudy.addEndpoint
(Reference t) ImagingStudy.addIdentifier
(Identifier t) ImagingStudy.addModality
(CodeableConcept t) ImagingStudy.addNote
(Annotation t) ImagingStudy.addProcedure
(CodeableReference t) ImagingStudy.addReason
(CodeableReference t) ImagingStudy.addSeries
(ImagingStudy.ImagingStudySeriesComponent t) ImagingStudy.copy()
ImagingStudy.setBasedOn
(List<Reference> theBasedOn) ImagingStudy.setDescription
(String value) ImagingStudy.setDescriptionElement
(StringType value) ImagingStudy.setEncounter
(Reference value) ImagingStudy.setEndpoint
(List<Reference> theEndpoint) ImagingStudy.setIdentifier
(List<Identifier> theIdentifier) ImagingStudy.setLocation
(Reference value) ImagingStudy.setModality
(List<CodeableConcept> theModality) ImagingStudy.setNote
(List<Annotation> theNote) ImagingStudy.setNumberOfInstances
(int value) ImagingStudy.setNumberOfInstancesElement
(UnsignedIntType value) ImagingStudy.setNumberOfSeries
(int value) ImagingStudy.setNumberOfSeriesElement
(UnsignedIntType value) ImagingStudy.setProcedure
(List<CodeableReference> theProcedure) ImagingStudy.setReason
(List<CodeableReference> theReason) ImagingStudy.setReferrer
(Reference value) ImagingStudy.setSeries
(List<ImagingStudy.ImagingStudySeriesComponent> theSeries) ImagingStudy.setStarted
(Date value) ImagingStudy.setStartedElement
(DateTimeType value) ImagingStudy.setStatus
(ImagingStudy.ImagingStudyStatus value) ImagingStudy.setStatusElement
(Enumeration<ImagingStudy.ImagingStudyStatus> value) ImagingStudy.setSubject
(Reference value) protected ImagingStudy
ImagingStudy.typedCopy()
Methods in org.hl7.fhir.r5.model with parameters of type ImagingStudy