
Uses of Class
org.hl7.fhir.r5.model.ImagingStudy
Packages that use ImagingStudy
-
Uses of ImagingStudy in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.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.r5.formats with parameters of type ImagingStudyModifier and TypeMethodDescriptionprotected voidJsonParser.composeImagingStudy(String name, ImagingStudy element) protected voidRdfParser.composeImagingStudy(org.hl7.fhir.utilities.turtle.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.composeImagingStudyProperties(ImagingStudy element) protected booleanXmlParser.parseImagingStudyContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ImagingStudy res) protected voidJsonParser.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 ImagingStudyImagingStudy.typedCopy()Methods in org.hl7.fhir.r5.model with parameters of type ImagingStudy