Uses of Class
org.hl7.fhir.r4.model.DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent
-
Uses of DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionJsonParser.parseDeviceDefinitionDeviceDefinitionUdiDeviceIdentifierComponent
(com.google.gson.JsonObject json, DeviceDefinition owner) XmlParser.parseDeviceDefinitionDeviceDefinitionUdiDeviceIdentifierComponent
(org.xmlpull.v1.XmlPullParser xpp, DeviceDefinition owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeDeviceDefinitionDeviceDefinitionUdiDeviceIdentifierComponent
(String name, DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent element) protected void
RdfParser.composeDeviceDefinitionDeviceDefinitionUdiDeviceIdentifierComponent
(Turtle.Complex parent, String parentType, String name, DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent element, int index) protected void
XmlParser.composeDeviceDefinitionDeviceDefinitionUdiDeviceIdentifierComponent
(String name, DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent element) protected void
XmlParser.composeDeviceDefinitionDeviceDefinitionUdiDeviceIdentifierComponentElements
(DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent element) protected void
JsonParser.composeDeviceDefinitionDeviceDefinitionUdiDeviceIdentifierComponentInner
(DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent element) protected boolean
XmlParser.parseDeviceDefinitionDeviceDefinitionUdiDeviceIdentifierComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, DeviceDefinition owner, DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent res) protected void
JsonParser.parseDeviceDefinitionDeviceDefinitionUdiDeviceIdentifierComponentProperties
(com.google.gson.JsonObject json, DeviceDefinition owner, DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent res) -
Uses of DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionDeviceDefinition.udiDeviceIdentifier
Unique device identifier (UDI) assigned to device label or package.Modifier and TypeMethodDescriptionDeviceDefinition.addUdiDeviceIdentifier()
DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent.copy()
DeviceDefinition.getUdiDeviceIdentifierFirstRep()
DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent.setDeviceIdentifier
(String value) DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent.setDeviceIdentifierElement
(StringType value) DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent.setIssuerElement
(UriType value) DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent.setJurisdiction
(String value) DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent.setJurisdictionElement
(UriType value) Modifier and TypeMethodDescriptionDeviceDefinition.addUdiDeviceIdentifier
(DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent t) void
DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent.copyValues
(DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent dst) Modifier and TypeMethodDescriptionDeviceDefinition.setUdiDeviceIdentifier
(List<DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent> theUdiDeviceIdentifier)