com.samsung.android.sdk.healthdata

Interface HealthConstants.HealthDocument

    • Field Detail

      • TYPE_CDA

        static final int TYPE_CDA
        CDA (HL7 Clinical Document Architecture) type.
        Its constant value is 1.
        Since:
        1.3.0
        See Also:
        TYPE, Constant Field Values
      • TYPE_PDF

        static final int TYPE_PDF
        PDF (Portable Document Format) type.
        Its constant value is 2.
        Since:
        1.3.0
        See Also:
        TYPE, Constant Field Values
      • PATIENT_GENDER

        static final String PATIENT_GENDER
        Gender code of the patient.
        "M" indicates a male and "F" indicates a female.

        • Optional
        • Type: String
        • Value length: 0 ~ 1
        • Available values: one of the following values
          • "M"
          • "F"

        Since:
        1.3.0
        See Also:
        Constant Field Values
      • PATIENT_BIRTHDATE

        static final String PATIENT_BIRTHDATE
        Patient birth date with the yyyymmdd format.

        • Optional
        • Type: String
        • Value length: 0 ~ 8

        Since:
        1.3.0
        See Also:
        Constant Field Values
      • AUTHOR

        static final String AUTHOR
        Author or doctor name who write this document.

        • Optional
        • Type: String

        Since:
        1.3.0
        See Also:
        Constant Field Values
      • CUSTODIAN

        static final String CUSTODIAN
        Custodian or hospital name that manages this document.

        • Mandatory
        • Type: String

        Since:
        1.3.0
        See Also:
        Constant Field Values
      • HEALTH_DATA_TYPE

        static final String HEALTH_DATA_TYPE
        Data type name for Health Document.
        Since:
        1.3.0
        See Also:
        Constant Field Values