
Uses of Class
org.hl7.fhir.dstu3.model.OidType
Packages that use OidType
-
Uses of OidType in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return OidTypeModifier and TypeMethodDescriptionprotected OidType
protected OidType
XmlParser.parseOid
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.dstu3.formats with parameters of type OidTypeModifier 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
Fields in org.hl7.fhir.dstu3.model declared as OidTypeModifier 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.Methods in org.hl7.fhir.dstu3.model that return OidTypeModifier 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()
Methods in org.hl7.fhir.dstu3.model with parameters of type OidTypeModifier 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) Constructors in org.hl7.fhir.dstu3.model with parameters of type OidTypeModifierConstructorDescriptionImagingStudy
(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