Uses of Class
org.hl7.fhir.r5.model.ClinicalUseDefinition.ClinicalUseDefinitionContraindicationOtherTherapyComponent
-
Packages that use ClinicalUseDefinition.ClinicalUseDefinitionContraindicationOtherTherapyComponent Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of ClinicalUseDefinition.ClinicalUseDefinitionContraindicationOtherTherapyComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ClinicalUseDefinition.ClinicalUseDefinitionContraindicationOtherTherapyComponent Modifier and Type Method Description protected ClinicalUseDefinition.ClinicalUseDefinitionContraindicationOtherTherapyComponentJsonParser. parseClinicalUseDefinitionContraindicationOtherTherapyComponent(com.google.gson.JsonObject json)protected ClinicalUseDefinition.ClinicalUseDefinitionContraindicationOtherTherapyComponentXmlParser. parseClinicalUseDefinitionContraindicationOtherTherapyComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of ClinicalUseDefinition.ClinicalUseDefinitionContraindicationOtherTherapyComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type ClinicalUseDefinition.ClinicalUseDefinitionContraindicationOtherTherapyComponent Modifier and Type Field Description protected List<ClinicalUseDefinition.ClinicalUseDefinitionContraindicationOtherTherapyComponent>ClinicalUseDefinition.ClinicalUseDefinitionContraindicationComponent. otherTherapyInformation about the use of the medicinal product in relation to other therapies described as part of the contraindication.protected List<ClinicalUseDefinition.ClinicalUseDefinitionContraindicationOtherTherapyComponent>ClinicalUseDefinition.ClinicalUseDefinitionIndicationComponent. otherTherapyInformation about the use of the medicinal product in relation to other therapies described as part of the indication.Methods in org.hl7.fhir.r5.model that return types with arguments of type ClinicalUseDefinition.ClinicalUseDefinitionContraindicationOtherTherapyComponent Modifier and Type Method Description List<ClinicalUseDefinition.ClinicalUseDefinitionContraindicationOtherTherapyComponent>ClinicalUseDefinition.ClinicalUseDefinitionContraindicationComponent. getOtherTherapy()List<ClinicalUseDefinition.ClinicalUseDefinitionContraindicationOtherTherapyComponent>ClinicalUseDefinition.ClinicalUseDefinitionIndicationComponent. getOtherTherapy()Methods in org.hl7.fhir.r5.model with parameters of type ClinicalUseDefinition.ClinicalUseDefinitionContraindicationOtherTherapyComponent Modifier and Type Method Description ClinicalUseDefinition.ClinicalUseDefinitionContraindicationComponentClinicalUseDefinition.ClinicalUseDefinitionContraindicationComponent. addOtherTherapy(ClinicalUseDefinition.ClinicalUseDefinitionContraindicationOtherTherapyComponent t)ClinicalUseDefinition.ClinicalUseDefinitionIndicationComponentClinicalUseDefinition.ClinicalUseDefinitionIndicationComponent. addOtherTherapy(ClinicalUseDefinition.ClinicalUseDefinitionContraindicationOtherTherapyComponent t)voidClinicalUseDefinition.ClinicalUseDefinitionContraindicationOtherTherapyComponent. copyValues(ClinicalUseDefinition.ClinicalUseDefinitionContraindicationOtherTherapyComponent dst)Method parameters in org.hl7.fhir.r5.model with type arguments of type ClinicalUseDefinition.ClinicalUseDefinitionContraindicationOtherTherapyComponent Modifier and Type Method Description ClinicalUseDefinition.ClinicalUseDefinitionContraindicationComponentClinicalUseDefinition.ClinicalUseDefinitionContraindicationComponent. setOtherTherapy(List<ClinicalUseDefinition.ClinicalUseDefinitionContraindicationOtherTherapyComponent> theOtherTherapy)ClinicalUseDefinition.ClinicalUseDefinitionIndicationComponentClinicalUseDefinition.ClinicalUseDefinitionIndicationComponent. setOtherTherapy(List<ClinicalUseDefinition.ClinicalUseDefinitionContraindicationOtherTherapyComponent> theOtherTherapy)
-