Uses of Class
org.hl7.fhir.dstu2016may.model.OidType
-
Packages that use OidType Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model -
-
Uses of OidType in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.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.dstu2016may.formats with parameters of type OidType Modifier and Type Method Description protected voidRdfParser. composeOid(RdfGenerator.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.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.model declared as OidType Modifier and Type Field Description protected OidTypeImagingExcerpt.InstanceComponent. sopClassSOP class UID of the selected instance.protected OidTypeImagingObjectSelection.InstanceComponent. sopClassSOP class UID of the selected instance.protected OidTypeImagingStudy.ImagingStudySeriesInstanceComponent. sopClassDICOM instance type.protected OidTypeImagingExcerpt.InstanceComponent. uidSOP Instance UID of the selected instance.protected OidTypeImagingExcerpt.SeriesComponent. uidSeries instance UID of the SOP instances in the selection.protected OidTypeImagingExcerpt.StudyComponent. uidStudy instance UID of the SOP instances in the selection.protected OidTypeImagingExcerpt. uidUnique identifier of the DICOM Key Object Selection (KOS) representation.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.dstu2016may.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).OidTypeImagingExcerpt.InstanceComponent. getSopClassElement()OidTypeImagingObjectSelection.InstanceComponent. getSopClassElement()OidTypeImagingStudy.ImagingStudySeriesInstanceComponent. getSopClassElement()OidTypeImagingExcerpt. getUidElement()OidTypeImagingExcerpt.InstanceComponent. getUidElement()OidTypeImagingExcerpt.SeriesComponent. getUidElement()OidTypeImagingExcerpt.StudyComponent. getUidElement()OidTypeImagingObjectSelection. getUidElement()OidTypeImagingObjectSelection.InstanceComponent. getUidElement()OidTypeImagingObjectSelection.SeriesComponent. getUidElement()OidTypeImagingObjectSelection.StudyComponent. getUidElement()OidTypeImagingStudy. getUidElement()OidTypeImagingStudy.ImagingStudySeriesComponent. getUidElement()OidTypeImagingStudy.ImagingStudySeriesInstanceComponent. getUidElement()Constructors in org.hl7.fhir.dstu2016may.model with parameters of type OidType Constructor Description ImagingExcerpt(OidType uid, Reference patient, CodeableConcept title)ConstructorImagingObjectSelection(OidType uid, Reference patient, CodeableConcept title)ConstructorImagingStudy(OidType uid, Reference patient, UnsignedIntType numberOfSeries, UnsignedIntType numberOfInstances)ConstructorImagingStudySeriesComponent(OidType uid, Coding modality, UnsignedIntType numberOfInstances)ConstructorImagingStudySeriesInstanceComponent(OidType uid, OidType sopClass)ConstructorInstanceComponent(OidType sopClass, OidType uid)ConstructorInstanceComponent(OidType sopClass, OidType uid, UriType url)ConstructorSeriesComponent(OidType uid)ConstructorSeriesComponent(OidType uid)ConstructorStudyComponent(OidType uid)ConstructorStudyComponent(OidType uid)Constructor
-