Uses of Class
org.linuxforhealth.fhir.model.resource.ClinicalUseDefinition.Warning
-
Packages that use ClinicalUseDefinition.Warning Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of ClinicalUseDefinition.Warning in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return ClinicalUseDefinition.Warning Modifier and Type Method Description ClinicalUseDefinition.Warning
ClinicalUseDefinition.Warning.Builder. build()
Build theClinicalUseDefinition.Warning
ClinicalUseDefinition.Warning
ClinicalUseDefinition. getWarning()
A critical piece of information about environmental, health or physical risks or hazards that serve as caution to the user.Methods in org.linuxforhealth.fhir.model.resource with parameters of type ClinicalUseDefinition.Warning Modifier and Type Method Description protected ClinicalUseDefinition.Warning.Builder
ClinicalUseDefinition.Warning.Builder. from(ClinicalUseDefinition.Warning warning)
protected void
ClinicalUseDefinition.Warning.Builder. validate(ClinicalUseDefinition.Warning warning)
ClinicalUseDefinition.Builder
ClinicalUseDefinition.Builder. warning(ClinicalUseDefinition.Warning warning)
A critical piece of information about environmental, health or physical risks or hazards that serve as caution to the user.
-