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 OidTypeprotected OidTypeXmlParser.parseOid(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.dstu3.formats with parameters of type OidTypeModifier and TypeMethodDescriptionprotected voidRdfParser.composeOid(Turtle.Complex parent, String parentType, String name, OidType value, int index)protected voidXmlParser.composeOid(String name, OidType value)protected voidJsonParser.composeOidCore(String name, OidType value, boolean inArray)protected voidJsonParser.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 OidTypeImagingManifest.InstanceComponent.sopClassSOP class UID of the selected instance.protected OidTypeImagingStudy.ImagingStudySeriesInstanceComponent.sopClassDICOM instance type.protected OidTypeImagingManifest.InstanceComponent.uidSOP Instance UID of the selected instance.protected OidTypeImagingManifest.SeriesComponent.uidSeries instance UID of the SOP instances in the selection.protected OidTypeImagingManifest.StudyComponent.uidStudy instance UID of the SOP instances in the selection.protected OidTypeImagingStudy.ImagingStudySeriesComponent.uidFormal identifier for this series.protected OidTypeImagingStudy.ImagingStudySeriesInstanceComponent.uidFormal identifier for this image or other content.protected OidTypeImagingStudy.uidFormal identifier for the study.Methods in org.hl7.fhir.dstu3.model that return OidTypeModifier and TypeMethodDescriptionOidType.copy()Constructorstatic OidTypeCreates 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