HL7PID

Print
Apex classe Details
Name HL7PID
Label HealthCloudGA.HL7PID
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 HL7PID extends HealthCloudGA.HL7.Entity {
    global String PID_1 {
        get;
        set;
    }
    global List<HealthCloudGA.HL7CWE> PID_10 {
        get;
        set;
    }
    global List<HealthCloudGA.HL7XAD> PID_11 {
        get;
        set;
    }
    global String PID_12 {
        get;
        set;
    }
    global List<HealthCloudGA.HL7XTN> PID_13 {
        get;
        set;
    }
    global List<HealthCloudGA.HL7XTN> PID_14 {
        get;
        set;
    }
    global HealthCloudGA.HL7CWE PID_15 {
        get;
        set;
    }
    global HealthCloudGA.HL7CWE PID_16 {
        get;
        set;
    }
    global HealthCloudGA.HL7CWE PID_17 {
        get;
        set;
    }
    global HealthCloudGA.HL7CX PID_18 {
        get;
        set;
    }
    global String PID_19 {
        get;
        set;
    }
    global HealthCloudGA.HL7CX PID_2 {
        get;
        set;
    }
    global String PID_20 {
        get;
        set;
    }
    global List<HealthCloudGA.HL7CX> PID_21 {
        get;
        set;
    }
    global List<HealthCloudGA.HL7CWE> PID_22 {
        get;
        set;
    }
    global String PID_23 {
        get;
        set;
    }
    global String PID_24 {
        get;
        set;
    }
    global String PID_25 {
        get;
        set;
    }
    global List<HealthCloudGA.HL7CWE> PID_26 {
        get;
        set;
    }
    global HealthCloudGA.HL7CWE PID_27 {
        get;
        set;
    }
    global HealthCloudGA.HL7CWE PID_28 {
        get;
        set;
    }
    global HealthCloudGA.HL7DateTime PID_29 {
        get;
        set;
    }
    global List<HealthCloudGA.HL7CX> PID_3 {
        get;
        set;
    }
    global String PID_30 {
        get;
        set;
    }
    global String PID_31 {
        get;
        set;
    }
    global List<HealthCloudGA.HL7CWE> PID_32 {
        get;
        set;
    }
    global HealthCloudGA.HL7DateTime PID_33 {
        get;
        set;
    }
    global HealthCloudGA.HL7HD PID_34 {
        get;
        set;
    }
    global HealthCloudGA.HL7CWE PID_35 {
        get;
        set;
    }
    global HealthCloudGA.HL7CWE PID_36 {
        get;
        set;
    }
    global String PID_37 {
        get;
        set;
    }
    global List<HealthCloudGA.HL7CWE> PID_38 {
        get;
        set;
    }
    global List<HealthCloudGA.HL7CWE> PID_39 {
        get;
        set;
    }
    global HealthCloudGA.HL7CX PID_4 {
        get;
        set;
    }
    global List<HealthCloudGA.HL7XTN> PID_40 {
        get;
        set;
    }
    global List<HealthCloudGA.HL7XPN> PID_5 {
        get;
        set;
    }
    global List<HealthCloudGA.HL7XPN> PID_6 {
        get;
        set;
    }
    global HealthCloudGA.HL7DateTime PID_7 {
        get;
        set;
    }
    global HealthCloudGA.HL7CWE PID_8 {
        get;
        set;
    }
    global HealthCloudGA.HL7XPN PID_9 {
        get;
        set;
    }
    global HL7PID() {

    }
    global override void setDefaultFieldValue(Object value) {

    }
}