Uses of Class
org.hl7.fhir.r5.model.ImagingStudy
-
Uses of ImagingStudy in org.hl7.fhir.r5.extensions
Modifier and TypeMethodDescriptionstatic ImagingStudy
Extensions.addEpisodeOfCare
(ImagingStudy context, Reference value) Modifier and TypeMethodDescriptionstatic ImagingStudy
Extensions.addEpisodeOfCare
(ImagingStudy context, Reference value) Extensions.getEpisodeOfCareList
(ImagingStudy context) -
Uses of ImagingStudy in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionprotected ImagingStudy
JsonParser.parseImagingStudy
(com.google.gson.JsonObject json) protected ImagingStudy
XmlParser.parseImagingStudy
(org.xmlpull.v1.XmlPullParser xpp) Modifier 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
Modifier 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()