Uses of Class
org.hl7.fhir.dstu3.model.OidType
-
Uses of OidType in org.hl7.fhir.dstu3.formats
Modifier and TypeMethodDescriptionprotected OidType
protected OidType
XmlParser.parseOid
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
RdfParser.composeOid
(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.dstu3.model
Modifier and TypeFieldDescriptionprotected OidType
ImagingManifest.InstanceComponent.sopClass
SOP class UID of the selected instance.protected OidType
ImagingStudy.ImagingStudySeriesInstanceComponent.sopClass
DICOM instance type.protected OidType
ImagingManifest.InstanceComponent.uid
SOP Instance UID of the selected instance.protected OidType
ImagingManifest.SeriesComponent.uid
Series instance UID of the SOP instances in the selection.protected OidType
ImagingManifest.StudyComponent.uid
Study instance UID of the SOP instances in the selection.protected OidType
ImagingStudy.ImagingStudySeriesComponent.uid
Formal identifier for this series.protected OidType
ImagingStudy.ImagingStudySeriesInstanceComponent.uid
Formal identifier for this image or other content.protected OidType
ImagingStudy.uid
Formal identifier for the study.Modifier and TypeMethodDescriptionOidType.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).ImagingManifest.InstanceComponent.getSopClassElement()
ImagingStudy.ImagingStudySeriesInstanceComponent.getSopClassElement()
ImagingManifest.InstanceComponent.getUidElement()
ImagingManifest.SeriesComponent.getUidElement()
ImagingManifest.StudyComponent.getUidElement()
ImagingStudy.getUidElement()
ImagingStudy.ImagingStudySeriesComponent.getUidElement()
ImagingStudy.ImagingStudySeriesInstanceComponent.getUidElement()
Modifier and TypeMethodDescriptionImagingManifest.InstanceComponent.setSopClassElement
(OidType value) ImagingStudy.ImagingStudySeriesInstanceComponent.setSopClassElement
(OidType value) ImagingManifest.InstanceComponent.setUidElement
(OidType value) ImagingManifest.SeriesComponent.setUidElement
(OidType value) ImagingManifest.StudyComponent.setUidElement
(OidType value) ImagingStudy.ImagingStudySeriesComponent.setUidElement
(OidType value) ImagingStudy.ImagingStudySeriesInstanceComponent.setUidElement
(OidType value) ImagingStudy.setUidElement
(OidType value) ModifierConstructorDescriptionImagingStudy
(OidType uid, Reference patient) ConstructorImagingStudySeriesComponent
(OidType uid, Coding modality) ConstructorImagingStudySeriesInstanceComponent
(OidType uid, OidType sopClass) ConstructorInstanceComponent
(OidType sopClass, OidType uid) ConstructorSeriesComponent
(OidType uid) ConstructorStudyComponent
(OidType uid) Constructor