Uses of Class
org.hl7.fhir.dstu2.model.OidType
Packages that use OidType
-
Uses of OidType in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return OidTypeModifier and TypeMethodDescriptionprotected OidTypeprotected OidTypeXmlParser.parseOid(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.dstu2.formats with parameters of type OidTypeModifier and TypeMethodDescriptionprotected 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.dstu2.model
Fields in org.hl7.fhir.dstu2.model declared as OidTypeModifier and TypeFieldDescriptionprotected OidTypeImagingObjectSelection.InstanceComponent.sopClassSOP class UID of the selected instance.protected OidTypeImagingStudy.ImagingStudySeriesInstanceComponent.sopClassDICOM instance type.protected OidTypeImagingObjectSelection.InstanceComponent.uidSOP Instance UID of the selected instance.protected OidTypeImagingObjectSelection.SeriesComponent.uidSeries instance UID of the SOP instances in the selection.protected OidTypeImagingObjectSelection.StudyComponent.uidStudy instance UID of the SOP instances in the selection.protected OidTypeImagingObjectSelection.uidInstance UID of the DICOM KOS SOP Instances represented in this resource.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.dstu2.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).ImagingObjectSelection.InstanceComponent.getSopClassElement()ImagingStudy.ImagingStudySeriesInstanceComponent.getSopClassElement()ImagingObjectSelection.getUidElement()ImagingObjectSelection.InstanceComponent.getUidElement()ImagingObjectSelection.SeriesComponent.getUidElement()ImagingObjectSelection.StudyComponent.getUidElement()ImagingStudy.getUidElement()ImagingStudy.ImagingStudySeriesComponent.getUidElement()ImagingStudy.ImagingStudySeriesInstanceComponent.getUidElement()Methods in org.hl7.fhir.dstu2.model with parameters of type OidTypeModifier and TypeMethodDescriptionImagingObjectSelection.InstanceComponent.setSopClassElement(OidType value)ImagingStudy.ImagingStudySeriesInstanceComponent.setSopClassElement(OidType value)ImagingObjectSelection.InstanceComponent.setUidElement(OidType value)ImagingObjectSelection.SeriesComponent.setUidElement(OidType value)ImagingObjectSelection.setUidElement(OidType value)ImagingObjectSelection.StudyComponent.setUidElement(OidType value)ImagingStudy.ImagingStudySeriesComponent.setUidElement(OidType value)ImagingStudy.ImagingStudySeriesInstanceComponent.setUidElement(OidType value)ImagingStudy.setUidElement(OidType value)Constructors in org.hl7.fhir.dstu2.model with parameters of type OidTypeModifierConstructorDescriptionImagingObjectSelection(OidType uid, Reference patient, CodeableConcept title)ImagingStudy(Reference patient, OidType uid, UnsignedIntType numberOfSeries, UnsignedIntType numberOfInstances)ImagingStudySeriesComponent(Coding modality, OidType uid, UnsignedIntType numberOfInstances)ImagingStudySeriesInstanceComponent(OidType uid, OidType sopClass)InstanceComponent(OidType sopClass, OidType uid, UriType url)StudyComponent(OidType uid)