Uses of Class
org.hl7.fhir.dstu2.model.OidType
-
Packages that use OidType Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of OidType in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return OidType Modifier and Type Method Description protected OidTypeJsonParser. parseOid(String v)protected OidTypeXmlParser. parseOid(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.dstu2.formats with parameters of type OidType Modifier and Type Method Description 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.dstu2.model
Fields in org.hl7.fhir.dstu2.model declared as OidType Modifier and Type Field Description protected 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 OidType Modifier and Type Method Description OidTypeBase. castToOid(Base b)OidTypeOidType. copy()Constructorstatic OidTypeUriType. fromOid(String theOid)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).OidTypeImagingObjectSelection.InstanceComponent. getSopClassElement()OidTypeImagingStudy.ImagingStudySeriesInstanceComponent. getSopClassElement()OidTypeImagingObjectSelection. getUidElement()OidTypeImagingObjectSelection.InstanceComponent. getUidElement()OidTypeImagingObjectSelection.SeriesComponent. getUidElement()OidTypeImagingObjectSelection.StudyComponent. getUidElement()OidTypeImagingStudy. getUidElement()OidTypeImagingStudy.ImagingStudySeriesComponent. getUidElement()OidTypeImagingStudy.ImagingStudySeriesInstanceComponent. getUidElement()Constructors in org.hl7.fhir.dstu2.model with parameters of type OidType Constructor Description ImagingObjectSelection(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)
-