Uses of Class
org.hl7.fhir.r5.model.OidType
-
Packages that use OidType Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of OidType in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.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.r5.formats with parameters of type OidType Modifier and Type Method Description protected voidRdfParser. composeOid(org.hl7.fhir.utilities.turtle.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.r5.model
Fields in org.hl7.fhir.r5.model declared as OidType Modifier and Type Field Description protected OidTypeImagingSelection. frameOfReferenceUidThe Frame of Reference UID identifying the coordinate system that conveys spatial and/or temporal information for the selected images or frames.protected OidTypeImagingSelection. seriesUidThe Series Instance UID for the DICOM Series from which the images were selected.protected OidTypeImagingSelection. studyUidThe Study Instance UID for the DICOM Study from which the images were selected.protected OidTypeImagingSelection.ImagingSelectionInstanceComponent. uidThe SOP Instance UID for the selected DICOM instance.Fields in org.hl7.fhir.r5.model with type parameters of type OidType Modifier and Type Field Description protected List<OidType>ImagingSelection.ImagingSelectionInstanceComponent. observationUidThe unique identifier for the observation Content Item (and its subsidiary Content Items, if any) that are included in the imaging selection.Methods in org.hl7.fhir.r5.model that return OidType Modifier and Type Method Description OidTypeImagingSelection.ImagingSelectionInstanceComponent. addObservationUidElement()static OidTypeTypeConvertor. 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).OidTypeElementDefinition. getDefaultValueOidType()OidTypeElementDefinition. getFixedOidType()OidTypeImagingSelection. getFrameOfReferenceUidElement()OidTypeElementDefinition. getPatternOidType()OidTypeImagingSelection. getSeriesUidElement()OidTypeImagingSelection. getStudyUidElement()OidTypeImagingSelection.ImagingSelectionInstanceComponent. getUidElement()OidTypeElementDefinition.ElementDefinitionExampleComponent. getValueOidType()OidTypeExtension. getValueOidType()OidTypeParameters.ParametersParameterComponent. getValueOidType()OidTypeTask.ParameterComponent. getValueOidType()OidTypeTask.TaskOutputComponent. getValueOidType()Methods in org.hl7.fhir.r5.model that return types with arguments of type OidType Modifier and Type Method Description List<OidType>ImagingSelection.ImagingSelectionInstanceComponent. getObservationUid()Methods in org.hl7.fhir.r5.model with parameters of type OidType Modifier and Type Method Description ImagingSelectionImagingSelection. setFrameOfReferenceUidElement(OidType value)ImagingSelectionImagingSelection. setSeriesUidElement(OidType value)ImagingSelectionImagingSelection. setStudyUidElement(OidType value)ImagingSelection.ImagingSelectionInstanceComponentImagingSelection.ImagingSelectionInstanceComponent. setUidElement(OidType value)Method parameters in org.hl7.fhir.r5.model with type arguments of type OidType Modifier and Type Method Description ImagingSelection.ImagingSelectionInstanceComponentImagingSelection.ImagingSelectionInstanceComponent. setObservationUid(List<OidType> theObservationUid)
-