
Uses of Class
org.hl7.fhir.r4.model.DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent
Packages that use DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent
-
Uses of DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponentModifier and TypeMethodDescriptionJsonParser.parseDeviceDefinitionDeviceDefinitionUdiDeviceIdentifierComponent(com.google.gson.JsonObject json, DeviceDefinition owner) XmlParser.parseDeviceDefinitionDeviceDefinitionUdiDeviceIdentifierComponent(org.xmlpull.v1.XmlPullParser xpp, DeviceDefinition owner) Methods in org.hl7.fhir.r4.formats with parameters of type DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeDeviceDefinitionDeviceDefinitionUdiDeviceIdentifierComponent(String name, DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent element) protected voidRdfParser.composeDeviceDefinitionDeviceDefinitionUdiDeviceIdentifierComponent(Turtle.Complex parent, String parentType, String name, DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent element, int index) protected voidXmlParser.composeDeviceDefinitionDeviceDefinitionUdiDeviceIdentifierComponent(String name, DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent element) protected voidXmlParser.composeDeviceDefinitionDeviceDefinitionUdiDeviceIdentifierComponentElements(DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent element) protected voidJsonParser.composeDeviceDefinitionDeviceDefinitionUdiDeviceIdentifierComponentInner(DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent element) protected booleanXmlParser.parseDeviceDefinitionDeviceDefinitionUdiDeviceIdentifierComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DeviceDefinition owner, DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent res) protected voidJsonParser.parseDeviceDefinitionDeviceDefinitionUdiDeviceIdentifierComponentProperties(com.google.gson.JsonObject json, DeviceDefinition owner, DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent res) -
Uses of DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponentModifier and TypeFieldDescriptionDeviceDefinition.udiDeviceIdentifierUnique device identifier (UDI) assigned to device label or package.Methods in org.hl7.fhir.r4.model that return DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponentModifier 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) Methods in org.hl7.fhir.r4.model that return types with arguments of type DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponentMethods in org.hl7.fhir.r4.model with parameters of type DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponentModifier and TypeMethodDescriptionDeviceDefinition.addUdiDeviceIdentifier(DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent t) voidDeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent.copyValues(DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent dst) Method parameters in org.hl7.fhir.r4.model with type arguments of type DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponentModifier and TypeMethodDescriptionDeviceDefinition.setUdiDeviceIdentifier(List<DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent> theUdiDeviceIdentifier)