Uses of Class
org.hl7.fhir.dstu3.model.OidType
-
Packages that use OidType Package Description org.hl7.fhir.dstu3.formats org.hl7.fhir.dstu3.model -
-
Uses of OidType in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.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.dstu3.formats with parameters of type OidType Modifier and Type Method Description protected 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 OidType Modifier and Type Field Description protected 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 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).OidTypeImagingManifest.InstanceComponent. getSopClassElement()OidTypeImagingStudy.ImagingStudySeriesInstanceComponent. getSopClassElement()OidTypeImagingManifest.InstanceComponent. getUidElement()OidTypeImagingManifest.SeriesComponent. getUidElement()OidTypeImagingManifest.StudyComponent. getUidElement()OidTypeImagingStudy. getUidElement()OidTypeImagingStudy.ImagingStudySeriesComponent. getUidElement()OidTypeImagingStudy.ImagingStudySeriesInstanceComponent. getUidElement()Methods in org.hl7.fhir.dstu3.model with parameters of type OidType Modifier and Type Method Description ImagingManifest.InstanceComponentImagingManifest.InstanceComponent. setSopClassElement(OidType value)ImagingStudy.ImagingStudySeriesInstanceComponentImagingStudy.ImagingStudySeriesInstanceComponent. setSopClassElement(OidType value)ImagingManifest.InstanceComponentImagingManifest.InstanceComponent. setUidElement(OidType value)ImagingManifest.SeriesComponentImagingManifest.SeriesComponent. setUidElement(OidType value)ImagingManifest.StudyComponentImagingManifest.StudyComponent. setUidElement(OidType value)ImagingStudy.ImagingStudySeriesComponentImagingStudy.ImagingStudySeriesComponent. setUidElement(OidType value)ImagingStudy.ImagingStudySeriesInstanceComponentImagingStudy.ImagingStudySeriesInstanceComponent. setUidElement(OidType value)ImagingStudyImagingStudy. setUidElement(OidType value)Constructors in org.hl7.fhir.dstu3.model with parameters of type OidType Constructor Description ImagingStudy(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
-