HL7XTN

Print
Apex classe Details
Name HL7XTN
Label HealthCloudGA.HL7XTN
Namespace Prefix HealthCloudGA
Status Active
Api Version 60
Apex Code
/*
This file is generated and isn't the actual source code for this
managed global class.
This read-only file shows the class's global constructors,
methods, variables, and properties.
To enable code to compile, all methods return null.
*/
global virtual class HL7XTN extends HealthCloudGA.HL7.Entity {
    global String XTN_1 {
        get;
        set;
    }
    global String XTN_10 {
        get;
        set;
    }
    global String XTN_11 {
        get;
        set;
    }
    global String XTN_12 {
        get;
        set;
    }
    global HealthCloudGA.HL7DateTime XTN_13 {
        get;
        set;
    }
    global HealthCloudGA.HL7DateTime XTN_14 {
        get;
        set;
    }
    global HealthCloudGA.HL7CWE XTN_15 {
        get;
        set;
    }
    global HealthCloudGA.HL7CWE XTN_16 {
        get;
        set;
    }
    global HealthCloudGA.HL7EI XTN_17 {
        get;
        set;
    }
    global Integer XTN_18 {
        get;
        set;
    }
    global String XTN_2 {
        get;
        set;
    }
    global String XTN_3 {
        get;
        set;
    }
    global String XTN_4 {
        get;
        set;
    }
    global String XTN_5 {
        get;
        set;
    }
    global String XTN_6 {
        get;
        set;
    }
    global String XTN_7 {
        get;
        set;
    }
    global String XTN_8 {
        get;
        set;
    }
    global String XTN_9 {
        get;
        set;
    }
    global HL7XTN() {

    }
    global override void setDefaultFieldValue(Object value) {

    }
}