
Uses of Class
org.hl7.fhir.r5.model.ImagingSelection
Packages that use ImagingSelection
-
Uses of ImagingSelection in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ImagingSelectionModifier and TypeMethodDescriptionprotected ImagingSelectionJsonParser.parseImagingSelection(com.google.gson.JsonObject json) protected ImagingSelectionXmlParser.parseImagingSelection(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type ImagingSelectionModifier and TypeMethodDescriptionprotected voidJsonParser.composeImagingSelection(String name, ImagingSelection element) protected voidRdfParser.composeImagingSelection(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ImagingSelection element, int index) protected voidXmlParser.composeImagingSelection(String name, ImagingSelection element) protected voidXmlParser.composeImagingSelectionElements(ImagingSelection element) protected voidJsonParser.composeImagingSelectionProperties(ImagingSelection element) protected booleanXmlParser.parseImagingSelectionContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ImagingSelection res) protected voidJsonParser.parseImagingSelectionProperties(com.google.gson.JsonObject json, ImagingSelection res) -
Uses of ImagingSelection in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model that return ImagingSelectionModifier 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 ImagingSelectionImagingSelection.typedCopy()Methods in org.hl7.fhir.r5.model with parameters of type ImagingSelection