ltbio.clinical.procedures.SurgicalProcedure#
Overview#
Classes#
Helper class that provides a standard way to create an ABC using |
Contents#
- class ltbio.clinical.procedures.SurgicalProcedure.SurgicalProcedure(date: datetime.datetime = None, outcome: bool = None)#
Bases:
digraph inheritance55bc7b7e23 { 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"]; "SurgicalProcedure" [URL="#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)"]; }abc.ABCHelper class that provides a standard way to create an ABC using inheritance.
- abstract property name#
Get the name of the condition. This getter should be overwritten in every subclass.