ltbio.clinical.procedures#
Overview#
Submodules#
Classes#
Helper class that provides a standard way to create an ABC using |
Contents#
- class ltbio.clinical.procedures.CarpalTunnelRelease(date: datetime.datetime = None, outcome=bool)#
Bases:
digraph inheritance3687d68c4d { bgcolor=transparent; rankdir=LR; size="8.0, 12.0"; "ABC" [fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",tooltip="Helper class that provides a standard way to create an ABC using"]; "CarpalTunnelRelease" [URL="CarpalTunnelRelease/index.html#ltbio.clinical.procedures.CarpalTunnelRelease.CarpalTunnelRelease",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top"]; "SurgicalProcedure" -> "CarpalTunnelRelease" [arrowsize=0.5,style="setlinewidth(0.5)"]; "SurgicalProcedure" [URL="SurgicalProcedure/index.html#ltbio.clinical.procedures.SurgicalProcedure.SurgicalProcedure",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top"]; "ABC" -> "SurgicalProcedure" [arrowsize=0.5,style="setlinewidth(0.5)"]; }ltbio.clinical.procedures.SurgicalProcedure.SurgicalProcedureHelper class that provides a standard way to create an ABC using inheritance.
- property name#
Get the name of the condition. This getter should be overwritten in every subclass.