
Uses of Class
org.hl7.fhir.r5.model.OidType
Packages that use OidType
-
Uses of OidType in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return OidTypeModifier and TypeMethodDescriptionprotected OidType
protected OidType
XmlParser.parseOid
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type OidTypeModifier and TypeMethodDescriptionprotected void
RdfParser.composeOid
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, OidType value, int index) protected void
XmlParser.composeOid
(String name, OidType value) protected void
JsonParser.composeOidCore
(String name, OidType value, boolean inArray) protected void
JsonParser.composeOidExtras
(String name, OidType value, boolean inArray) -
Uses of OidType in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model declared as OidTypeModifier and TypeFieldDescriptionprotected OidType
ImagingSelection.frameOfReferenceUid
The Frame of Reference UID identifying the coordinate system that conveys spatial and/or temporal information for the selected images or frames.protected OidType
ImagingSelection.seriesUid
The Series Instance UID for the DICOM Series from which the images were selected.protected OidType
ImagingSelection.studyUid
The Study Instance UID for the DICOM Study from which the images were selected.protected OidType
ImagingSelection.ImagingSelectionInstanceComponent.uid
The SOP Instance UID for the selected DICOM instance.Fields in org.hl7.fhir.r5.model with type parameters of type OidTypeModifier and TypeFieldDescriptionImagingSelection.ImagingSelectionInstanceComponent.observationUid
The unique identifier for the observation Content Item (and its subsidiary Content Items, if any) that are included in the imaging selection.Methods in org.hl7.fhir.r5.model that return OidTypeModifier and TypeMethodDescriptionImagingSelection.ImagingSelectionInstanceComponent.addObservationUidElement()
static OidType
OidType.copy()
Constructorstatic OidType
Creates a new OidType instance which uses the given OID as the content (and prepends "urn:oid:" to the OID string in the value of the newly created OidType, per the FHIR specification).ElementDefinition.getDefaultValueOidType()
ElementDefinition.getFixedOidType()
ImagingSelection.getFrameOfReferenceUidElement()
ElementDefinition.getPatternOidType()
ImagingSelection.getSeriesUidElement()
ImagingSelection.getStudyUidElement()
ImagingSelection.ImagingSelectionInstanceComponent.getUidElement()
ElementDefinition.ElementDefinitionExampleComponent.getValueOidType()
Extension.getValueOidType()
Parameters.ParametersParameterComponent.getValueOidType()
Task.ParameterComponent.getValueOidType()
Task.TaskOutputComponent.getValueOidType()
Methods in org.hl7.fhir.r5.model that return types with arguments of type OidTypeModifier and TypeMethodDescriptionImagingSelection.ImagingSelectionInstanceComponent.getObservationUid()
Methods in org.hl7.fhir.r5.model with parameters of type OidTypeModifier and TypeMethodDescriptionImagingSelection.setFrameOfReferenceUidElement
(OidType value) ImagingSelection.setSeriesUidElement
(OidType value) ImagingSelection.setStudyUidElement
(OidType value) ImagingSelection.ImagingSelectionInstanceComponent.setUidElement
(OidType value) Method parameters in org.hl7.fhir.r5.model with type arguments of type OidTypeModifier and TypeMethodDescriptionImagingSelection.ImagingSelectionInstanceComponent.setObservationUid
(List<OidType> theObservationUid)