
Uses of Class
org.hl7.fhir.r4.model.ImagingStudy
Packages that use ImagingStudy
-
Uses of ImagingStudy in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return ImagingStudyModifier and TypeMethodDescriptionprotected ImagingStudyJsonParser.parseImagingStudy(com.google.gson.JsonObject json) protected ImagingStudyXmlParser.parseImagingStudy(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r4.formats with parameters of type ImagingStudyModifier and TypeMethodDescriptionprotected voidJsonParser.composeImagingStudy(String name, ImagingStudy element) protected voidRdfParser.composeImagingStudy(Turtle.Complex parent, String parentType, String name, ImagingStudy element, int index) protected voidXmlParser.composeImagingStudy(String name, ImagingStudy element) protected voidXmlParser.composeImagingStudyElements(ImagingStudy element) protected voidJsonParser.composeImagingStudyInner(ImagingStudy element) protected booleanXmlParser.parseImagingStudyContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ImagingStudy res) protected ImagingStudy.ImagingStudySeriesComponentJsonParser.parseImagingStudyImagingStudySeriesComponent(com.google.gson.JsonObject json, ImagingStudy owner) protected ImagingStudy.ImagingStudySeriesComponentXmlParser.parseImagingStudyImagingStudySeriesComponent(org.xmlpull.v1.XmlPullParser xpp, ImagingStudy owner) protected booleanXmlParser.parseImagingStudyImagingStudySeriesComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ImagingStudy owner, ImagingStudy.ImagingStudySeriesComponent res) protected voidJsonParser.parseImagingStudyImagingStudySeriesComponentProperties(com.google.gson.JsonObject json, ImagingStudy owner, ImagingStudy.ImagingStudySeriesComponent res) JsonParser.parseImagingStudyImagingStudySeriesInstanceComponent(com.google.gson.JsonObject json, ImagingStudy owner) XmlParser.parseImagingStudyImagingStudySeriesInstanceComponent(org.xmlpull.v1.XmlPullParser xpp, ImagingStudy owner) protected booleanXmlParser.parseImagingStudyImagingStudySeriesInstanceComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ImagingStudy owner, ImagingStudy.ImagingStudySeriesInstanceComponent res) protected voidJsonParser.parseImagingStudyImagingStudySeriesInstanceComponentProperties(com.google.gson.JsonObject json, ImagingStudy owner, ImagingStudy.ImagingStudySeriesInstanceComponent res) JsonParser.parseImagingStudyImagingStudySeriesPerformerComponent(com.google.gson.JsonObject json, ImagingStudy owner) XmlParser.parseImagingStudyImagingStudySeriesPerformerComponent(org.xmlpull.v1.XmlPullParser xpp, ImagingStudy owner) protected booleanXmlParser.parseImagingStudyImagingStudySeriesPerformerComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ImagingStudy owner, ImagingStudy.ImagingStudySeriesPerformerComponent res) protected voidJsonParser.parseImagingStudyImagingStudySeriesPerformerComponentProperties(com.google.gson.JsonObject json, ImagingStudy owner, ImagingStudy.ImagingStudySeriesPerformerComponent res) protected voidJsonParser.parseImagingStudyProperties(com.google.gson.JsonObject json, ImagingStudy res) -
Uses of ImagingStudy in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type ImagingStudyModifier and TypeFieldDescriptionprotected List<ImagingStudy> DiagnosticReport.imagingStudyTargetThe actual objects that are the target of the reference (One or more links to full details of any imaging performed during the diagnostic investigation.Methods in org.hl7.fhir.r4.model that return ImagingStudyModifier and TypeMethodDescriptionImagingStudy.addBasedOn(Reference t) ImagingStudy.addEndpoint(Reference t) ImagingStudy.addIdentifier(Identifier t) ImagingStudy.addInterpreter(Reference t) ImagingStudy.addModality(Coding t) ImagingStudy.addNote(Annotation t) ImagingStudy.addProcedureCode(CodeableConcept t) ImagingStudy.addReasonCode(CodeableConcept t) ImagingStudy.addReasonReference(Reference 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.setEncounterTarget(Encounter value) ImagingStudy.setEndpoint(List<Reference> theEndpoint) ImagingStudy.setIdentifier(List<Identifier> theIdentifier) ImagingStudy.setInterpreter(List<Reference> theInterpreter) ImagingStudy.setLocation(Reference value) ImagingStudy.setLocationTarget(Location value) ImagingStudy.setModality(List<Coding> theModality) ImagingStudy.setNote(List<Annotation> theNote) ImagingStudy.setNumberOfInstances(int value) ImagingStudy.setNumberOfInstancesElement(UnsignedIntType value) ImagingStudy.setNumberOfSeries(int value) ImagingStudy.setNumberOfSeriesElement(UnsignedIntType value) ImagingStudy.setProcedureCode(List<CodeableConcept> theProcedureCode) ImagingStudy.setProcedureReference(Reference value) ImagingStudy.setProcedureReferenceTarget(Procedure value) ImagingStudy.setReasonCode(List<CodeableConcept> theReasonCode) ImagingStudy.setReasonReference(List<Reference> theReasonReference) ImagingStudy.setReferrer(Reference value) ImagingStudy.setReferrerTarget(Resource 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) ImagingStudy.setSubjectTarget(Resource value) protected ImagingStudyImagingStudy.typedCopy()Methods in org.hl7.fhir.r4.model with parameters of type ImagingStudy