
Uses of Class
org.hl7.fhir.r5.model.DeviceDefinition.DeviceDefinitionGuidelineComponent
Packages that use DeviceDefinition.DeviceDefinitionGuidelineComponent
-
Uses of DeviceDefinition.DeviceDefinitionGuidelineComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return DeviceDefinition.DeviceDefinitionGuidelineComponentModifier and TypeMethodDescriptionJsonParser.parseDeviceDefinitionGuidelineComponent(com.google.gson.JsonObject json) XmlParser.parseDeviceDefinitionGuidelineComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type DeviceDefinition.DeviceDefinitionGuidelineComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeDeviceDefinitionGuidelineComponent(String name, DeviceDefinition.DeviceDefinitionGuidelineComponent element) protected voidRdfParser.composeDeviceDefinitionGuidelineComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, DeviceDefinition.DeviceDefinitionGuidelineComponent element, int index) protected voidXmlParser.composeDeviceDefinitionGuidelineComponent(String name, DeviceDefinition.DeviceDefinitionGuidelineComponent element) protected voidXmlParser.composeDeviceDefinitionGuidelineComponentElements(DeviceDefinition.DeviceDefinitionGuidelineComponent element) protected voidJsonParser.composeDeviceDefinitionGuidelineComponentProperties(DeviceDefinition.DeviceDefinitionGuidelineComponent element) protected booleanXmlParser.parseDeviceDefinitionGuidelineComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DeviceDefinition.DeviceDefinitionGuidelineComponent res) protected voidJsonParser.parseDeviceDefinitionGuidelineComponentProperties(com.google.gson.JsonObject json, DeviceDefinition.DeviceDefinitionGuidelineComponent res) -
Uses of DeviceDefinition.DeviceDefinitionGuidelineComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model declared as DeviceDefinition.DeviceDefinitionGuidelineComponentModifier and TypeFieldDescriptionDeviceDefinition.guidelineInformation aimed at providing directions for the usage of this model of device.Methods in org.hl7.fhir.r5.model that return DeviceDefinition.DeviceDefinitionGuidelineComponentModifier and TypeMethodDescriptionDeviceDefinition.DeviceDefinitionGuidelineComponent.addContraindication(CodeableConcept t) DeviceDefinition.DeviceDefinitionGuidelineComponent.addIndication(CodeableConcept t) DeviceDefinition.DeviceDefinitionGuidelineComponent.addRelatedArtifact(RelatedArtifact t) DeviceDefinition.DeviceDefinitionGuidelineComponent.addUseContext(UsageContext t) DeviceDefinition.DeviceDefinitionGuidelineComponent.addWarning(CodeableConcept t) DeviceDefinition.DeviceDefinitionGuidelineComponent.copy()DeviceDefinition.getGuideline()DeviceDefinition.DeviceDefinitionGuidelineComponent.setContraindication(List<CodeableConcept> theContraindication) DeviceDefinition.DeviceDefinitionGuidelineComponent.setIndication(List<CodeableConcept> theIndication) DeviceDefinition.DeviceDefinitionGuidelineComponent.setIntendedUse(String value) DeviceDefinition.DeviceDefinitionGuidelineComponent.setIntendedUseElement(StringType value) DeviceDefinition.DeviceDefinitionGuidelineComponent.setRelatedArtifact(List<RelatedArtifact> theRelatedArtifact) DeviceDefinition.DeviceDefinitionGuidelineComponent.setUsageInstruction(String value) DeviceDefinition.DeviceDefinitionGuidelineComponent.setUsageInstructionElement(MarkdownType value) DeviceDefinition.DeviceDefinitionGuidelineComponent.setUseContext(List<UsageContext> theUseContext) DeviceDefinition.DeviceDefinitionGuidelineComponent.setWarning(List<CodeableConcept> theWarning) Methods in org.hl7.fhir.r5.model with parameters of type DeviceDefinition.DeviceDefinitionGuidelineComponentModifier and TypeMethodDescriptionvoidDeviceDefinition.DeviceDefinitionGuidelineComponent.copyValues(DeviceDefinition.DeviceDefinitionGuidelineComponent dst) DeviceDefinition.setGuideline(DeviceDefinition.DeviceDefinitionGuidelineComponent value)