Uses of Class
org.hl7.fhir.r5.model.Device
-
Uses of Device in org.hl7.fhir.r5.extensions
Modifier and TypeMethodDescriptionstatic Device
Extensions.setDevCommercialBrand
(Device context, String value) static Device
Extensions.setDevImplantStatus
(Device context, String value) Modifier and TypeMethodDescriptionstatic String
Extensions.getDevCommercialBrand
(Device context) static String
Extensions.getDevImplantStatus
(Device context) static Device
Extensions.setDevCommercialBrand
(Device context, String value) static Device
Extensions.setDevImplantStatus
(Device context, String value) -
Uses of Device in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionprotected Device
JsonParser.parseDevice
(com.google.gson.JsonObject json) protected Device
XmlParser.parseDevice
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeDevice
(String name, Device element) protected void
RdfParser.composeDevice
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Device element, int index) protected void
XmlParser.composeDevice
(String name, Device element) protected void
XmlParser.composeDeviceElements
(Device element) protected void
JsonParser.composeDeviceProperties
(Device element) protected boolean
XmlParser.parseDeviceContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Device res) protected void
JsonParser.parseDeviceProperties
(com.google.gson.JsonObject json, Device res) -
Uses of Device in org.hl7.fhir.r5.model
Modifier and TypeMethodDescriptionDevice.addCategory
(CodeableConcept t) Device.addContact
(ContactPoint t) Device.addEndpoint
(Reference t) Device.addGateway
(CodeableReference t) Device.addIdentifier
(Identifier t) Device.addName
(Device.DeviceNameComponent t) Device.addNote
(Annotation t) Device.addProperty
(Device.DevicePropertyComponent t) Device.addSafety
(CodeableConcept t) Device.addType
(CodeableConcept t) Device.addVersion
(Device.DeviceVersionComponent t) Device.copy()
Device.setAvailabilityStatus
(CodeableConcept value) Device.setBiologicalSourceEvent
(Identifier value) Device.setCategory
(List<CodeableConcept> theCategory) Device.setConformsTo
(List<Device.DeviceConformsToComponent> theConformsTo) Device.setContact
(List<ContactPoint> theContact) Device.setDefinition
(CodeableReference value) Device.setDisplayName
(String value) Device.setDisplayNameElement
(StringType value) Device.setDuration
(Duration value) Device.setEndpoint
(List<Reference> theEndpoint) Device.setExpirationDate
(Date value) Device.setExpirationDateElement
(DateTimeType value) Device.setGateway
(List<CodeableReference> theGateway) Device.setIdentifier
(List<Identifier> theIdentifier) Device.setLocation
(Reference value) Device.setLotNumber
(String value) Device.setLotNumberElement
(StringType value) Device.setManufactureDate
(Date value) Device.setManufactureDateElement
(DateTimeType value) Device.setManufacturer
(String value) Device.setManufacturerElement
(StringType value) Device.setMode
(CodeableConcept value) Device.setModelNumber
(String value) Device.setModelNumberElement
(StringType value) Device.setName
(List<Device.DeviceNameComponent> theName) Device.setNote
(List<Annotation> theNote) Device.setPartNumber
(String value) Device.setPartNumberElement
(StringType value) Device.setProperty
(List<Device.DevicePropertyComponent> theProperty) Device.setSafety
(List<CodeableConcept> theSafety) Device.setSerialNumber
(String value) Device.setSerialNumberElement
(StringType value) Device.setStatus
(Device.FHIRDeviceStatus value) Device.setStatusElement
(Enumeration<Device.FHIRDeviceStatus> value) Device.setType
(List<CodeableConcept> theType) Device.setUdiCarrier
(List<Device.DeviceUdiCarrierComponent> theUdiCarrier) Device.setUrlElement
(UriType value) Device.setVersion
(List<Device.DeviceVersionComponent> theVersion) protected Device
Device.typedCopy()