Uses of Class
org.hl7.fhir.r5.model.Device
Packages that use Device
-
Uses of Device in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return DeviceModifier and TypeMethodDescriptionprotected DeviceJsonParser.parseDevice(com.google.gson.JsonObject json)protected DeviceXmlParser.parseDevice(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r5.formats with parameters of type DeviceModifier and TypeMethodDescriptionprotected voidJsonParser.composeDevice(String name, Device element)protected voidRdfParser.composeDevice(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Device element, int index)protected voidXmlParser.composeDevice(String name, Device element)protected voidXmlParser.composeDeviceElements(Device element)protected voidJsonParser.composeDeviceProperties(Device element)protected booleanXmlParser.parseDeviceContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Device res)protected voidJsonParser.parseDeviceProperties(com.google.gson.JsonObject json, Device res) -
Uses of Device in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model that return DeviceModifier and TypeMethodDescriptionDevice.addContact(ContactPoint t)Device.addDeviceName(Device.DeviceDeviceNameComponent t)Device.addEndpoint(Reference t)Device.addIdentifier(Identifier t)Device.addLink(Device.DeviceLinkComponent t)Device.addNote(Annotation t)Device.addProperty(Device.DevicePropertyComponent t)Device.addSafety(CodeableConcept t)Device.addStatusReason(CodeableConcept t)Device.addType(CodeableConcept t)Device.addUdiCarrier(Device.DeviceUdiCarrierComponent t)Device.addVersion(Device.DeviceVersionComponent t)Device.copy()Device.setAssociationStatus(Device.DeviceAssociationStatusComponent value)Device.setBiologicalSource(Identifier value)Device.setContact(List<ContactPoint> theContact)Device.setDefinition(CodeableReference value)Device.setDeviceName(List<Device.DeviceDeviceNameComponent> theDeviceName)Device.setDisplayName(String value)Device.setDisplayNameElement(StringType value)Device.setEndpoint(List<Reference> theEndpoint)Device.setExpirationDate(Date value)Device.setExpirationDateElement(DateTimeType value)Device.setIdentifier(List<Identifier> theIdentifier)Device.setLink(List<Device.DeviceLinkComponent> theLink)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.setModelNumber(String value)Device.setModelNumberElement(StringType value)Device.setNote(List<Annotation> theNote)Device.setOperationalStatus(Device.DeviceOperationalStatusComponent value)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.setStatusReason(List<CodeableConcept> theStatusReason)Device.setSubject(Reference value)Device.setType(List<CodeableConcept> theType)Device.setUdiCarrier(List<Device.DeviceUdiCarrierComponent> theUdiCarrier)Device.setUrlElement(UriType value)Device.setVersion(List<Device.DeviceVersionComponent> theVersion)protected DeviceDevice.typedCopy()Methods in org.hl7.fhir.r5.model with parameters of type Device