Blog

  • 까리한 표현

    병리과에서 사용하는 용어 중에서 다음의 표현은 

    병리과/영상의학과/내과/외과 사이의 이해도에서

    차이가 발생할 수 있음.

    모두 다 흔하게 사용한다는 점에서

    문제를 인식할 필요가 있음.

    Consistent with

    Compatible with

    Favor

    Not excluded

    Cannot excluded

    Reference: Idowu MO, Wiles A, Wan W, Wilkinson DS, Powers CN. Equivocal or Ambiguous Terminologies in Pathology: Focus of Continuous Quality Improvement? The American journal of surgical pathology. Publish Ahead of Print

  • Ensure Patient’s Hand Is Closed

    Procedures for the Collection of Diagnostic Blood Specimens by Venipuncture; Approved Standard—Fifth Edition H3-A5. Vol. 23 No. 32

    8.6.4 Ensure Patient’s Hand Is Closed

    The veins become more prominent and easier to enter when the patient forms a fist. There must not be

    vigorous hand exercise (“pumping”). Vigorous hand pumping can cause changes in the concentration of

    certain analytes in the blood.

    채혈에 관한 CLSI 의 최신 지침은 6판이지만.. 

    몹시 비싼 관계로 인터넷 검색을 통하여 5판을 구해서 봤다.

    정말로 주먹을 쥐라고만 되어 있지, 잼잼 동작인 주먹을 쥐었다 폈다 하는 행동을 하지 말라고 되어 있다.

    근육주사를 맞고 나서 문지르지 않는다는 걸 알았을 때 보다 

    더 충격적이다.

  • 퍼시픽림

    퍼시픽림

    에반게리온 실사판 같은 느낌.

    생각없이 보면 정말 재미있음. ㅋㅋ

  • Restricted mean event time

    Mean survival time 을 구하기 위해서는

    모든 환자에게 다 이벤트가 발생해야 구할 수 있다.

    하지만, 실제로 그런 연구를 디자인하기는 어렵다.

    그래서 제안된 것이 restricted mean event time (RMET) 혹은

    restricted mean survival time (RMST)이다.

    Irwin 이 1949년에 제안했다고 한다.

    특정 시점까지 survival curve 를 그렸을 때에,

    그 때까지의 면적을 의미한다고 함.

    R 에서는 survfit 으로 생존 곡선을 만들고,

    print 옵션에서 print.rmean=TRUE 를 사용해서 구할 수 있다.

    print(survfit(Surv(a, b) ~ 0), print.rmean=TRUE)

    처음 알았다. 이런거..


    수치를 계산에 적용시키기 위해서는 다음과 같은 방법을 사용하면 된다.

    이거 찾는다고 구글에서 많이 뒤져 보았다.

    summary(survfit(Surv(a, b) ~ 0), rmean=TRUE)$table[,5]