carepoint.models.cph package

Submodules

carepoint.models.cph.account module

class carepoint.models.cph.account.Account(**kwargs)[source]

Bases: sqlalchemy.ext.declarative.api.Base

ID
acct_type_cn
chromis_id
pat_id
resp_pty_yn

carepoint.models.cph.account_activity module

class carepoint.models.cph.account_activity.AccountActivity(**kwargs)[source]

Bases: sqlalchemy.ext.declarative.api.Base

acct_id
add_date
add_user_id
amt
batch_id
batch_no
chg_date
chg_user_id
code_num
ct_id
descr
id
item_id
nonrx_order_line_id
order_id
org_id
orig_org_id
pat_id
qty
reason_cn
refno
rpt_cat
rxdisp_id
store_id
tax

carepoint.models.cph.address module

class carepoint.models.cph.address.Address(**kwargs)[source]

Bases: sqlalchemy.ext.declarative.api.Base

add_date
add_user_id
addr1
addr2
addr3
addr_id
alt_name
anote
app_flags
chg_date
chg_user_id
city
country_cd
inherited_yn
mailing_yn
owner_type_cn
parent_addr_id
state_cd
timestmp
zip
zip_plus4

carepoint.models.cph.dispense module

class carepoint.models.cph.dispense.Dispense(**kwargs)[source]

Bases: sqlalchemy.ext.declarative.api.Base

ClariFill_2
ClariFill_3
Other_coverage_cd
SecondaryICD9
acct_id
add_date
add_user_id
admin_start_date
alt_pick_up_cn
alt_pick_up_id
app_flags
ar_hold
billing_hold
billing_units
brand_med_nec_yn
chg_date
chg_user_id
clarification_fill
cmt
cnsl_initials
compound_type_cn
counsel_yn
cov_overrides
csr_pickup_id
daw_disp_cn
delay_reason_cn
disp_aac
disp_awp
disp_days_supply
disp_drug_name
disp_ful
disp_mac
disp_ndc
disp_qty_delta
disp_status_cn
disp_type_cn
disp_udef
dispense_date
dispense_qty
dur_summary
epsdt_yn
exempt_cd
extern_process_cn
fill_no
freq_of_admin
gpi_disp
hcpcs_mod_cn
hp_blnRxExtr
icd10
icd9
inv_no
item_id
label_3pty_yn
label_fac_id
label_id
level_of_service
location
lot_number
mfg
num_labels
order_id
orig_mfg
other_coverage_cd_2
own_use_pricing_yn
p_tbl_override_yn
pat_assign_ind_yn
pat_loc_cn
pat_residence_cn
pay_type_cn
pharmacy_service_type_cn
pkg_size
place_of_service_cn
pos_processed_yn
post_bal_yn
prescriber_cn
price_differs_yn
price_meth_cn
price_ovr_reason_cn
price_ovr_user_id
price_table_id
processing_date
prod_expire_date
prov_assign_ind_yn
qty_override
reject_3pty_yn
route_of_admin_ovr
rph_initials
rx_id
rxdisp_id
sched_of_admin_cn
secondaryicd10
sig_id
sig_text
special_pkg_ind_cn
status_cn
store_id
tech_initials
timestmp
track_org_resp_yn
track_pat_resp_yn
trip_no
uandc_pricing_used_yn
ud_override
units_per_dose
use_secondary_ins_yn
uu
verify_timestamp
verify_user_id
visit_nbr
wf_status_cn

carepoint.models.cph.dispense_price module

class carepoint.models.cph.dispense_price.DispensePrice(**kwargs)[source]

Bases: sqlalchemy.ext.declarative.api.Base

aac_cost
app_deduct
coupon_amt
coupon_no
coupon_type
disc_grp_name
discount
ex_max_ben
incentive_fee_paid
incentive_fee_sub
ingr_cost_cn
other_payor_id_str
pay_type_cn
primary_amt_paid
primary_pay_date
prior_auth_no
prior_auth_type_cn
prior_auth_type_cn_2
prod_sel_amt
profit_made
remaining_benefit
remaining_deductible
rxdisp_id
second_amt_paid
second_auth_no
second_pay_type_cn
secondary_prior_auth
status_cn
t_copay_paid
t_copay_sub
t_cost_paid
t_cost_sub
t_disp_fee_paid
t_disp_fee_sub
t_ingr_cost_paid
t_ingr_cost_sub
t_other_amt_paid
t_other_amt_sub
t_patient_pay_paid
t_patient_pay_sub
t_price_paid
t_price_sub
t_tax_paid
t_tax_sub
tpty_auth_no
tpty_claim_id
uc_cost

carepoint.models.cph.doctor module

class carepoint.models.cph.doctor.Doctor(**kwargs)[source]

Bases: sqlalchemy.ext.declarative.api.Base

C0restricted_yn
C2Restricted_yn
C3restricted_yn
C4restricted_yn
C5restricted_yn
CTP_no
add_date
add_user_id
app_flags
best_cont_time
blue_cross_id
blue_shield_id
champus_id
chg_date
chg_user_id
cmt
co_md_id
conv_code
dea_no
dea_suffix
deceased_yn
degree_lu
do_not_refer
email
fac_id
fed_tax_id
fname
fname_sdx
hin_id
lname
lname_sdx
md_id
medicaid_id
medicaid_restricted_yn
medicare_id
mname
ncpdp_id
npi_id
other_id
practice_org_id
pref_meth_contact_cn
prescriber_type_cn
sname
specialty_cd
spin_no
state_issued_id
state_lic_id
status_cn
study_drugs_yn
suffix_lu
timestmp
title_lu
tracking_cn
upin_no
url

carepoint.models.cph.doctor_address module

class carepoint.models.cph.doctor_address.DoctorAddress(**kwargs)[source]

Bases: carepoint.models.address_mixin.AddressMixin, sqlalchemy.ext.declarative.api.Base

addr_id
addr_type_cn
app_flags
md_id
priority
timestmp

carepoint.models.cph.doctor_phone module

class carepoint.models.cph.doctor_phone.DoctorPhone(**kwargs)[source]

Bases: carepoint.models.phone_mixin.PhoneMixin, sqlalchemy.ext.declarative.api.Base

app_flags
md_id
phone_id
phone_type_cn
priority
timestmp

carepoint.models.cph.fdb_allergen module

class carepoint.models.cph.fdb_allergen.FdbAllergen(**kwargs)[source]

Bases: sqlalchemy.ext.declarative.api.Base

hic
hic_rel_no
hic_seqn
hicl_seqno
update_yn

carepoint.models.cph.fdb_allergen_desc module

class carepoint.models.cph.fdb_allergen_desc.FdbAllergenDesc(**kwargs)[source]

Bases: sqlalchemy.ext.declarative.api.Base

gnn
gnn60
hicl_seqno
update_yn

carepoint.models.cph.fdb_allergen_group module

class carepoint.models.cph.fdb_allergen_group.FdbAllergenGroup(**kwargs)[source]

Bases: sqlalchemy.ext.declarative.api.Base

dam_agcsp
dam_agcsp_status
dam_agcspd
potentially_inactive

carepoint.models.cph.fdb_allergen_rel module

class carepoint.models.cph.fdb_allergen_rel.FdbAllergenRel(**kwargs)[source]

Bases: sqlalchemy.ext.declarative.api.Base

hic
hic_desc
hic_root
hic_seqn
ing_status
potentially_inactive
update_yn

carepoint.models.cph.fdb_attr module

class carepoint.models.cph.fdb_attr.FdbAttr(**kwargs)[source]

Bases: sqlalchemy.ext.declarative.api.Base

IPTBSCDID
IPTCATID
IPTDESC
IPTDESCID

carepoint.models.cph.fdb_attr_base module

class carepoint.models.cph.fdb_attr_base.FdbAttrBase(**kwargs)[source]

Bases: sqlalchemy.ext.declarative.api.Base

IPTBSCDESC
IPTBSCDID
IPTCATID

carepoint.models.cph.fdb_attr_type module

class carepoint.models.cph.fdb_attr_type.FdbAttrType(**kwargs)[source]

Bases: sqlalchemy.ext.declarative.api.Base

IPTCATDESC
IPTCATID

carepoint.models.cph.fdb_form module

class carepoint.models.cph.fdb_form.FdbForm(**kwargs)[source]

Bases: sqlalchemy.ext.declarative.api.Base

dose
gcdf
gcdf_desc
update_yn

carepoint.models.cph.fdb_gcn module

class carepoint.models.cph.fdb_gcn.FdbGcn(**kwargs)[source]

Bases: sqlalchemy.ext.declarative.api.Base

gcn
gcn_seqno
update_yn

carepoint.models.cph.fdb_gcn_seq module

class carepoint.models.cph.fdb_gcn_seq.FdbGcnSeq(**kwargs)[source]

Bases: sqlalchemy.ext.declarative.api.Base

dcc
gcdf
gcn_seqno
gcnseq_gi
gcrt
gender
gtc
hic3
hic3_seqn
hicl_seqno
str
str60
tc
update_yn

carepoint.models.cph.fdb_img module

class carepoint.models.cph.fdb_img.FdbImg(**kwargs)[source]

Bases: sqlalchemy.ext.declarative.api.Base

IMAGE_PATH
IMAGE_ROOTS
IMGFILENM
IMGID

carepoint.models.cph.fdb_img_date module

class carepoint.models.cph.fdb_img_date.FdbImgDate(**kwargs)[source]

Bases: sqlalchemy.ext.declarative.api.Base

IMGID
IMGSTOPDT
IMGSTRTDT
IMGUNIQID

carepoint.models.cph.fdb_img_id module

class carepoint.models.cph.fdb_img_id.FdbImgId(**kwargs)[source]

Bases: sqlalchemy.ext.declarative.api.Base

IMGDFID
IMGMFGID
IMGNDC
IMGUNIQID

carepoint.models.cph.fdb_img_mfg module

class carepoint.models.cph.fdb_img_mfg.FdbImgMfg(**kwargs)[source]

Bases: sqlalchemy.ext.declarative.api.Base

IMGMFGID
IMGMFGNAME

carepoint.models.cph.fdb_lbl_rid module

class carepoint.models.cph.fdb_lbl_rid.FdbLblRid(**kwargs)[source]

Bases: sqlalchemy.ext.declarative.api.Base

lblrid
mfg
update_yn

carepoint.models.cph.fdb_ndc module

class carepoint.models.cph.fdb_ndc.FdbNdc(**kwargs)[source]

Bases: sqlalchemy.ext.declarative.api.Base

active_yn
ad
bbdc
bn
cl
color
cpname_short
csp
daddnc
dea
des2dtec
desdtec
desi
desi2
df
dupdc
flavor
gcn_seqno
gmi
gni
gpi
gpidc
gsi
gti
hcfa_appc
hcfa_desc1
hcfa_desi1
hcfa_fda
hcfa_mrkc
hcfa_ps
hcfa_trmc
hcfa_typ
hcfa_unit
hcpc
home
hosp
id
innov
inpcki
ipi
lblrid
ln
ln25
ln25i
ln60
maint
mini
ndc
ndcfi
ndcgi1
ndl_gdge
ndl_lngth
no_prc_update_yn
no_update_yn
obc
obc3
obc_exp
obsdtec
outpcki
pd
plblr
pndc
ppi
ps
ps_equiv
real_product_yn
repack
repndc
shape
shipper
shlf_pck
skey
status_cn
stpk
syr_cpcty
top200
top50gen
ud
update_yn
user_gcdf
user_product_yn
user_str
uu

carepoint.models.cph.fdb_ndc_cs_ext module

class carepoint.models.cph.fdb_ndc_cs_ext.FdbNdcCsExt(**kwargs)[source]

Bases: sqlalchemy.ext.declarative.api.Base

active_yn
add_date
add_user_id
alt_iptside1
alt_iptside2
app_flags
bill_increment
brand_ndc
chg_user_id
comp_yn
compound_type_cn
compound_yn
dea
dea_chg_date
dea_chg_user
default_daw_override
dn_form
dn_route
dn_str
dose_multiplier
drug_expire_days
fdb_chg_date
formula_id
formulary_yn
gpi
gpi_chg_date
gpi_chg_user
ln
ln_chg_date
ln_chg_user
lot_no
manual_price_yn
manual_yn
ndc
orig_mfg
pref_gen_yn
refrig_cn
rx_only_yn
short_name
sup_upd_clin_yn
sup_upd_fin_yn
sup_upd_gen_yn
sup_upd_med_yn
sup_upd_phys_yn
timestmp
ud_svc_code

carepoint.models.cph.fdb_pem_moe module

class carepoint.models.cph.fdb_pem_moe.FdbPemMoe(**kwargs)[source]

Bases: sqlalchemy.ext.declarative.api.Base

Monographs - Text Portion

pemage
pemgndr
pemono
pemono_sn
pemtxte
pemtxtei
update_yn

carepoint.models.cph.fdb_pem_mogc module

class carepoint.models.cph.fdb_pem_mogc.FdbPemMogc(**kwargs)[source]

Bases: sqlalchemy.ext.declarative.api.Base

gcn_seqno
pemono
update_yn

carepoint.models.cph.fdb_price module

class carepoint.models.cph.fdb_price.FdbPrice(**kwargs)[source]

Bases: sqlalchemy.ext.declarative.api.Base

ndc
npt_datec
npt_price
npt_type

carepoint.models.cph.fdb_price_type module

class carepoint.models.cph.fdb_price_type.FdbPriceType(**kwargs)[source]

Bases: sqlalchemy.ext.declarative.api.Base

npt_desc
npt_type
update_yn

carepoint.models.cph.fdb_route module

class carepoint.models.cph.fdb_route.FdbRoute(**kwargs)[source]

Bases: sqlalchemy.ext.declarative.api.Base

gcrt
gcrt2
gcrt_desc
rt
systemic
update_yn

carepoint.models.cph.fdb_unit module

class carepoint.models.cph.fdb_unit.FdbUnit(**kwargs)[source]

Bases: sqlalchemy.ext.declarative.api.Base

str
str30
str60
update_yn

carepoint.models.cph.image_data module

class carepoint.models.cph.image_data.ImageData(**kwargs)[source]

Bases: sqlalchemy.ext.declarative.api.Base

FullFileName
RootFolderName
add_date
add_user_id
chg_date
chg_user_id
image_id
image_path
image_type_cn
related_id
related_pat_id
related_store_id

carepoint.models.cph.item module

class carepoint.models.cph.item.Item(**kwargs)[source]

Bases: sqlalchemy.ext.declarative.api.Base

ACTIVE_YN
ADJDATE
ADJQTY
AUTO_ORD
AVG_UNIT_COST
CLASS
COMMENTS
COST
DESCR
EXCLUDE
FACTOR
FIXED_QTY
IMAX
IMIN
INDATE
INQTY
ITEMMSTR
MTD_ADJ
MTD_ISSUE
MTD_RCPTS
NDC
ONHAND
ONORDER
OUTDATE
OUTQTY
POSLOC
SKU
TAXABLE
UOFMORDERS
UOFMSALES
UPCCODE
VENDITEMNO
VENDOR
add_date
add_user_id
allocated
chemical_id
chg_date
chg_user_id
item_id
location
machine_id
order_multiples_of
refrig_cn
special_pkg_ind_cn
store_id

carepoint.models.cph.order module

class carepoint.models.cph.order.Order(**kwargs)[source]

Bases: sqlalchemy.ext.declarative.api.Base

DestStateCD
Locked_yn
acct_id
add_date
add_user_id
auto_charge_cc_id
auto_charge_cc_state_cn
automated_yn
c2Count
chg_date
chg_user_id
comments
expected_by
fax_returned
fax_sent
hold_yn
invoice_nbr
liCount
lock_user_id
locked_id
order_category_cn
order_id
order_state
order_state_cn
order_status_cn
owner_store_id
priority_cn
route_store_id
rph_check
rph_id
sat_deliv_yn
send_pos_state_cn
ship_amt
ship_cn
ship_date
ship_flag_cn
ship_text
status_cn
store_id
submit_date
tech_fill

carepoint.models.cph.order_line module

class carepoint.models.cph.order_line.OrderLine(**kwargs)[source]

Bases: sqlalchemy.ext.declarative.api.Base

add_date
add_user_id
chg_date
chg_user_id
hold_yn
line_id
line_state_cn
line_status_cn
order_id
rx_id
rxdisp_id

carepoint.models.cph.order_line_non_rx module

class carepoint.models.cph.order_line_non_rx.OrderLineNonRx(**kwargs)[source]

Bases: sqlalchemy.ext.declarative.api.Base

add_date
add_user_id
chg_date
chg_user_id
descr
item_id
line_id
order_id
org_id
pat_id
qty
replace_rxdisp_id
rxdisp_id
tax
unit_amt

carepoint.models.cph.order_ship module

class carepoint.models.cph.order_ship.OrderShip(**kwargs)[source]

Bases: sqlalchemy.ext.declarative.api.Base

Bill_Name
bill_addr1
bill_addr2
bill_addr3
bill_city
bill_country_cd
bill_state_cd
bill_zip
order_id
processing_flag
ship_addr1
ship_addr2
ship_addr3
ship_city
ship_country_cd
ship_email
ship_name
ship_phone
ship_state_cd
ship_zip
tracking_code

carepoint.models.cph.order_status module

class carepoint.models.cph.order_status.OrderStatus(**kwargs)[source]

Bases: sqlalchemy.ext.declarative.api.Base

OmStatus
descr
state
state_cn

carepoint.models.cph.organization module

class carepoint.models.cph.organization.Organization(**kwargs)[source]

Bases: sqlalchemy.ext.declarative.api.Base

add_date
add_user_id
app_flags
chg_date
chg_user_id
clinic_no
cmt
cont_id
contact
dea_no
email
external_id
fed_tax_id
ins_type_cn
name
name_sdx
org_id
per_diem
status_cn
system_yn
tf_days
timestmp
url

carepoint.models.cph.organization_address module

class carepoint.models.cph.organization_address.OrganizationAddress(**kwargs)[source]

Bases: carepoint.models.address_mixin.AddressMixin, sqlalchemy.ext.declarative.api.Base

addr_id
addr_type_cn
app_flags
org_id
priority
timestmp

carepoint.models.cph.pathology module

class carepoint.models.cph.pathology.Pathology(**kwargs)[source]

Bases: sqlalchemy.ext.declarative.api.Base

icd_billable_ind
icd_cd
icd_cd_type
icd_desc
icd_desc_source_cd
icd_first_dt
icd_last_dt
icd_status_cd

carepoint.models.cph.pathology_code_type module

class carepoint.models.cph.pathology_code_type.PathologyCodeType(**kwargs)[source]

Bases: sqlalchemy.ext.declarative.api.Base

icd_cd_type
icd_cd_type_desc

carepoint.models.cph.patient module

class carepoint.models.cph.patient.Patient(**kwargs)[source]

Bases: sqlalchemy.ext.declarative.api.Base

add_date
add_user_id
alias
alt1_id
anonymous_yn
app_flags
auto_refill_cn
bad_check_yn
best_cont_time
birth_date
chart_id
chg_date
chg_user_id
cmt
cmt_id
comp_cn
conv_code
death_date
discharge_date
discharge_exp_date
dln
dln_state_cd
do_not_resuscitate_yn
edu_level_cn
email
ethnicity_cd
facility_pat_yn
fam_pat_id
fam_relation_cn
fill_resume_date
fill_stop_date
fill_stop_reason_cn
fill_stop_user_id
fill_yn
fname
fname_sdx
gender_cd
generics_yn
hh_pat_id
hh_relation_cn
hp_ExtAtt
hp_blnAdmExt
label_style_cn
lname
lname_sdx
marital_status_cd
market_yn
mmname
mname
name_spouse
nh_pat_id
no_safety_caps_yn
pat_id
pat_loc_cn
pat_status_cn
pat_type_cn
pref_meth_cont_cn
price_formula_id
primary_lang_cd
primary_md_id
primary_store_id
rec_release_date
rec_release_status_cn
registration_date
religion_cn
representative
residence_cn
resp_party_id
rx_priority_default_cn
sc_pat_id
secondary_md_id
ship_cn
ssn
status_cn
suffix_lu
timestmp
title_lu
user_def_1
user_def_2
user_def_3
user_def_4

carepoint.models.cph.patient_address module

class carepoint.models.cph.patient_address.PatientAddress(**kwargs)[source]

Bases: carepoint.models.address_mixin.AddressMixin, sqlalchemy.ext.declarative.api.Base

addr_id
addr_type_cn
app_flags
pat_id
priority
timestmp

carepoint.models.cph.patient_allergy module

class carepoint.models.cph.patient_allergy.PatientAllergy(**kwargs)[source]

Bases: sqlalchemy.ext.declarative.api.Base

add_date
add_user_id
alr_type_cn
app_flags
chg_date
chg_user_id
cmt
dam_agcsp
hic
hicl_seqno
name
ncd
onset_date
pat_id
ptalr_id
resolution_date
resolution_status_cn
screen_yn
status_cn
timestmp

carepoint.models.cph.patient_disease module

class carepoint.models.cph.patient_disease.PatientDisease(**kwargs)[source]

Bases: sqlalchemy.ext.declarative.api.Base

add_date
add_user_id
app_flags
caring_md_id
chg_date
chg_user_id
cmt
dx_date
dxid
fdbdx
icd10
icd10_name
icd9
mar_cmt
name
onset_date
pat_id
primary_yn
ptdx_id
resolution_status_cn
screen_yn
status_cn
timestmp

carepoint.models.cph.patient_phone module

class carepoint.models.cph.patient_phone.PatientPhone(**kwargs)[source]

Bases: carepoint.models.phone_mixin.PhoneMixin, sqlalchemy.ext.declarative.api.Base

app_flags
pat_id
phone_id
phone_type_cn
priority
timestmp

carepoint.models.cph.phone module

class carepoint.models.cph.phone.Phone(**kwargs)[source]

Bases: sqlalchemy.ext.declarative.api.Base

add_date
add_user_id
anote
app_flags
area_code
chg_date
chg_user_id
extension
inherited_yn
owner_type_cn
parent_phone_id
phone_id
phone_no
timestmp
when_in_use

carepoint.models.cph.prescription module

class carepoint.models.cph.prescription.Prescription(**kwargs)[source]

Bases: sqlalchemy.ext.declarative.api.Base

FreeFormStrength
IVRCmt
MAR_flag
aac
add_date
add_user_id
app_flags
auth_by
autofill_resume_date
autofill_yn
awp
chg_date
chg_user_id
cmt
comp_ndc
daw_rx_cn
daw_yn
days_supply
df
dosage_multiplier
dose_unit
drug_dea_class
drug_name
ecs_yn
edit_locked_yn
exit_state_cn
expire_date
extern_process_cn
freq_entered
freq_of_admin
ful
gcn_seqno
gpi_rx
injury_date
input_src_cn
ivr_callback
last_disp_prod
last_refill_date
last_refill_qty
last_rxdisp_id
last_transfer_type_io
life_date
locked_id
locked_user_id
locked_yn
mac
manual_add_yn
md_fac_id
md_id
mfg
min_days_until_refill
ndc
old_script_no
order_fullfillment_cn
orig_date
orig_disp_date
orig_expire_date
owner_store_id
pat_id
pkg_size
priority_cn
refill_date
refills_left
refills_orig
refills_used
rx_id
rxq_status_cn
sched2_no
sched_date
sched_of_admin_cn
sched_time
scheduled_yn
script_no
script_status_cn
self_prescribed_yn
short_term_yn
sig_code
sig_text
sig_text_english
src_org_id
src_pat_meds_cn
start_date
starter_qty
status_cn
stop_date
store_id
study_id
taxable
timestmp
transfer_cnt
treatment_yn
udef
units_entered
units_per_dose
uu
wc_bodypart
wc_claim_id
wc_emp_id
workflow_status_cn
written_qty

carepoint.models.cph.store module

class carepoint.models.cph.store.Store(**kwargs)[source]

Bases: sqlalchemy.ext.declarative.api.Base

NPI
add_date
add_user_id
app_flags
carepoint_acct_no
chg_date
chg_user_id
cmt
cont_id
email
fed_tax_id
medicaid_no
mgr_cont_id
nabp
name
pharmacy_service_type_cn
region_id
status_cn
store_hours
store_id
store_no
store_type_cn
timestmp
url
web_refill_yn

carepoint.models.cph.store_address module

class carepoint.models.cph.store_address.StoreAddress(**kwargs)[source]

Bases: carepoint.models.address_mixin.AddressMixin, sqlalchemy.ext.declarative.api.Base

addr_id
addr_type_cn
app_flags
priority
store_id
timestmp

carepoint.models.cph.store_param module

class carepoint.models.cph.store_param.StoreParam(**kwargs)[source]

Bases: sqlalchemy.ext.declarative.api.Base

app_flags
data_value
descr
param_code
store_id
timestmp

carepoint.models.cph.store_phone module

class carepoint.models.cph.store_phone.StorePhone(**kwargs)[source]

Bases: carepoint.models.phone_mixin.PhoneMixin, sqlalchemy.ext.declarative.api.Base

app_flags
phone_id
phone_type_cn
priority
store_id
timestmp

carepoint.models.cph.user module

class carepoint.models.cph.user.EnumUserType[source]

Bases: enum.Enum

It provides PEP-0435 compliant Carepoint User Type Enumerable

group = 'G'
machine = 'M'
user = 'U'
class carepoint.models.cph.user.User(**kwargs)[source]

Bases: sqlalchemy.ext.declarative.api.Base

add_date
add_user_id
anote
app_flags
chg_date
chg_user_id
cmt
db_password
degree_lu
email
employee_no
es_password
fname
initials
job_title_lu
last_login_date
license_no
license_state_cd
lname
login_name
mname
must_change_password_yn
password_date
ssn
status_cn
suffix_lu
system_yn
timestmp
title_lu
user_id
user_type
user_type_cd

carepoint.models.cph.vendor module

class carepoint.models.cph.vendor.Vendor(**kwargs)[source]

Bases: sqlalchemy.ext.declarative.api.Base

ACCT
ADDR1
ADDR2
CITY
COMPANY
CONTACT
COSTTYPE
DocCounter
DocumentNumber
FAX
FEDID
ID
ISSUE1099
LastPODate
NumberOfDigits
ONETIME
PHONE
POPrefix
STATE
TERMS
ZIP
add_date
add_user_id
bold_yn
chg_date
chg_user_id
compound_vendor_yn
grid_color
italic_yn
po_alpha_align_cn
po_alpha_used
po_next_id_int

Module contents